Hi,
After I upgraded to FlashVideo 6.1.4, video tag seems not working. It just shows "Video not available". I upgraded from 6.1.4RC1 to the latest 6.1.4. The actual node can play but when call the flash in another node by video tag, that node just shows "video not available". Your help would be highly appreciated. Thanks.

Comments

travist’s picture

Were you using the video import to create your nodes? I think there might be a glitch with video imports in rc1 version.

travist’s picture

Status: Active » Postponed (maintainer needs more info)
danghoaiphuc’s picture

I don't remember exactly which version but I did use the Video import to create nodes. I remember that I both used 6.1.4Beta version and RC1 to import video to create nodes. So can you tell me how to fix this issue in 6.1.4? Nodes created via video import works well but when I created another node and use video tag to call from the video node, it shows Video Not Available".

travist’s picture

danghoaiphuc,

I would need to take a look at your database tables to figure this out.... Here is how you can help me debug....

1.) Open up your Drupal database and go to the files table.... Find the file that is not working, and give me all information in that row of the database. Then remember the fid.... this is the File ID that will be used for other tables...

2.) Now open up the upload table..... find the fid for the file that is not working and give me all information in that row....

3.) Now open up the flashvideo table..... find the fid for the file that is not working and give me all information in that row...

This will help me determine what happened.

Thanks,

Travis.

jdblank’s picture

I am having this same issue with a slight twist....

I have a dedicated node type called video where we load the videos. When we embed the [video] tag on the video node type in the body it plays the video just fine. But we reference the videos on other node types like pages with the [video:autostart=false:node=144] it gives the video unavailable graphic. We are using the core file upload.

attheshow’s picture

Category: bug » support
attheshow’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

Closing initial issue due to inactivity. No response from user.

jdblank’s picture

We are still having a similar issue. Is there any troubleshooting info that might help solve it?

attheshow’s picture

Status: Closed (fixed) » Postponed (maintainer needs more info)

Is FlashVideo enabled for this other content type that's doing the referencing?

Tobi2000’s picture

I also have this issue, I believe. The video plays fine in its own node, but cannot be referenced with [video:node=node_id] from another node. It DOES play from another node, though, if I add the fid (i.e., [video:fids=fid] plays).

In addition, and this may not be a flashvideo issue, the reference stops working as soon as the [video:fids=fid] tag comes past some Chinese (unicode?) signs in its post. It only works at the top of the post/page, or if it is preceded by Latin characters, but not if it is preceded by Chinese characters. Chinese characters after the tag don't cause a problem.

This is with v. 6.x-1.5-beta2

The info you had requested from the initial poster
Files table
7048 1 video_7048.flv files/video/video_7048.flv application/octet-stream 56141480 1 1238515638
Upload table
7048 1436 1436 video_7048.flv 0 0
Flashvideo table
7048 1436 7048 3 0 450 337 7 0

attheshow’s picture

Version: 6.x-1.4 » 6.x-1.x-dev
Component: User interface » Code
Assigned: Unassigned » attheshow
Category: support » bug
Status: Postponed (maintainer needs more info) » Fixed

This bug should be fixed in the latest 6.x-1.x-dev package. There was a problem with the query being executed in the case of one node referencing a video from another.

jdblank’s picture

Awesome! Thanks for your help on this.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

YogiBear’s picture

I have same problem. Video tag doesn't work when embedded in Japanese characters.

attheshow’s picture

YogiBear, I think you might be actually looking for this issue: #453712: Video tag doesn't work after more than 5 cyrillic letters in the body. Maybe?

YogiBear’s picture

attheshow, Thanks for your help.