Video Processing but different error
grant.davidwilliam - February 16, 2009 - 20:44
| Project: | Video Upload |
| Version: | 6.x-1.x-dev |
| Component: | Miscellaneous |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
drupal 6. Upload module installed as best as I can. Cron job set up and run manually when a video is installed. Not uploading to you tube. I can't figure out how to change field output settings or even if that is the problem (adding code and sending it to youtube) but I get this error in my log every time cron is run and the video is forever processing. PLEASE HELP!!!
Video Upload: error bc <?xml version='1.0' encoding='UTF-8'?>yt:validationrequiredmedia:group/media:keywords/text() 0 while attempting to upload a video.

#1
Some of that code was stripped. Let me try again:
Video Upload: error bc <?xml version='1.0' encoding='UTF-8'?><#errors><#error><#domain>yt:validation<#/domain><#code>required<#/code><#location type='xpath'>media:group/media:keywords/text()<#/location><#/error><#/errors> 0 while attempting to upload a video.
I placed # in tags
#2
my current module are
FileField 6.x-3.0
Video Upload Field 6.x-1.x-dev ...... just upgraded from 6.x-1.2
With more research in the previous issues, this time I did turn off the WHISWIG FCKeditor in creating the video node by set the exclude path in the FCKeditor global profile. So there're no extra tag should be passed during the upload.
Video upload is not working again.
Video Node had been created wih the message Video is being processed.. Video file had been uploaded to Drupal in the files directory.
And an video item showing Video is being processed. status under Home » Administer » Content management » Manage Video Uploads
After the cron job, a Video upload Log in Home » Administer » Reports » Recent log entries showing error message with XML code:
Video Upload: error BC <?xml version='1.0' encoding='UTF-8'?><errors><error><domain>yt:validation</domain><code>required</code><location type='xpath'>media:group/media:keywords/text()</location></error></errors> 0 while attempting to upload a video.And of course, there's nothing in the Uploaded Videos list of Youtube.
I think this shouldn't related to the tag problem..................., then?
Hope there will be the solution or answer soon!!!
Thanks in advance.
#3
Well..................
Just want to capture the video filed setting for debug reference, then I found a "Default keywords field is required."message on the top!!!
After I type some keywords in the default keywords in the video filed setting, then my problem solved. Video is successful uploaded!! Gee............
Thanks for reminding to check the video filed setting!! Great thanks!!!
I like this module, it's great work!! Respect :)
#4
I'm getting this same error, except I've also made sure to include keywords and any other mandatory fields. Any other reason I might be getting an error like this? When I upload a video straight to you-tube, I do see an orphaned clip, so it appears my connection is OK.
#5
Hi there,
Thanks for developing this great module! For a big new community website I want to implement the video upload module. But... unfortunately it's not working. I'm curious which version combinations people are using that do work...
I tried:
- drupal-6.12
- filefield-6.x-3.0
- video_upload-6.x-1.x-dev with ZendGdata-1.8.1
- poormanscron-6.x-1.0
I disabled all other modules when testing with the video upload module, and filled in all necessary fiels in the settings page.
Result for now is that i can make a node with a video upload field, and i can upload a video to my own server, but... i cannot open the 'Manage Video Uploads' page. That gives a white screen. After some testing I found out that this is probably because the whole (poormans) cron job functionality isnt working when i have the video upload module enabled... even when i do a cron job manually from /admin/reports/status/run-cron for example, i get a white screen. In the logs it says that the cron job what stopped because it took too long. After disabling the video upload, cron does work again.
And because the cron job cant run, the video doesnt get uploaded to youtube ofcourse...
I also noticed that I couldnt change the file size limit, it keeps saying 2 MB.
Anyone encountered these problems? I am curious what version combinations are working.
I also posted this question here (http://drupal.org/node/475518), because I wasnt sure if this should be seen as a new issue or not...
#6
Where are these "video filed settings" with a default keyword area? I don't see it...
#7
I can't see them either. The video_upload_widget_widget_settings_form() is not being called to show the form fields for this CCK field, it just shows the generic settings for a CCK field.
Since I'm trying to get this to work, I just copied the code to the filefield module just to save the settings...and its still not uploading.
#8
when using version video_upload-6.x-1.x-dev the default keyword section is on the video settings page...
on my site all these fields are appearing. What versions of all the modules (including CCK) do you use, then we can compare...?
(I'll be back on wednesday)