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
Comment #1
travist commentedWere you using the video import to create your nodes? I think there might be a glitch with video imports in rc1 version.
Comment #2
travist commentedComment #3
danghoaiphuc commentedI 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".
Comment #4
travist commenteddanghoaiphuc,
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.
Comment #5
jdblank commentedI 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.
Comment #6
attheshow commentedComment #7
attheshow commentedClosing initial issue due to inactivity. No response from user.
Comment #8
jdblank commentedWe are still having a similar issue. Is there any troubleshooting info that might help solve it?
Comment #9
attheshow commentedIs FlashVideo enabled for this other content type that's doing the referencing?
Comment #10
Tobi2000 commentedI 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
Comment #11
attheshow commentedThis 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.
Comment #12
jdblank commentedAwesome! Thanks for your help on this.
Comment #14
YogiBear commentedI have same problem. Video tag doesn't work when embedded in Japanese characters.
Comment #15
attheshow commentedYogiBear, 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?
Comment #16
YogiBear commentedattheshow, Thanks for your help.