|
oninz - 2008-10-31 11:30:45
I always recieve the unexpected error occur ..
any idea how to fix that?
thank you .
Cesar D. Rodas - 2008-10-31 16:35:38 - In reply to message 1 from oninz
Hello,
Please, can you give me more information about the error?
Regards,
oninz - 2008-10-31 19:38:03 - In reply to message 2 from Cesar D. Rodas
Hi,
that's the error popping ..
"unexpected error occur"
it occurs whenever I upload a video ..
thanks.
Cesar D. Rodas - 2008-10-31 21:07:47 - In reply to message 3 from oninz
Hello,
I did a fast view on the source code (I cannot remember everything :P), and that error happen when you do not have a valid DevId, but don't worry that is not a fatal error, you can generate one at http://code.google.com/apis/youtube/dashboard/, then place in the code.
Change this part:
define("YT_KEY_DEV","xxxx");
define("YT_USER","user");
define("YT_PASS","pass");
Please, if you have any other troubles, don't hesitate to contact me. I cannot guarantee you a fast answer since I am not in Paraguay until Sunday, but I'll do my best.
Regards
oninz - 2008-11-02 02:00:19 - In reply to message 4 from Cesar D. Rodas
hi again thanks for the replies...
I'm sure that i supplied the correct dev id , user and pass ..
still that error is popping up ..
Derek k - 2008-11-24 01:39:14 - In reply to message 5 from oninz
You need a valid category. Try 'Music'.
Derek k - 2008-11-24 01:48:15 - In reply to message 6 from Derek k
That being said, after the upload the video never showed up in my youtube account.
Cesar D. Rodas - 2008-11-24 03:00:21 - In reply to message 7 from Derek k
Hello,
It is youtube fault, it usually takes alot of time to process the video and shows up into your profile (sometime up to 24 hours).
Regards,
Derek k - 2008-11-24 03:36:54 - In reply to message 8 from Cesar D. Rodas
When uploading on the youtube website it usually only takes about a minute for it to show up in your account as "processing" and then about an hour later it shows up as "Live".
With your script I never received received a "processing" video as if it never got to youtube.
Could it be something to do with "Authorized Sites"? If so, how do I authorize my website to access my youtube account?
Cesar D. Rodas - 2008-11-24 04:08:18 - In reply to message 9 from Derek k
Hello,
You should take a look here:
code.google.com/apis/youtube/dashbo ...
I created a WP plugin that uploads videos to youtube, and it takes sometime to shows up, I don't know why, you can read this:
code.google.com/apis/youtube/2.0/de ...
"...However, the video will not be visible on YouTube until it has been processed and indexed. The length of time between when the video is uploaded and when the video is publicly visible on YouTube varies. However, videos are usually indexed within one day and may be indexed in several hours or even less than an hour..."
|