google-code-export / youtube-direct

Automatically exported from code.google.com/p/youtube-direct
1 stars 1 forks source link

Videos approved before youtube processing completed do not appear in playlist #15

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Upload video via upload form
2. Approve video immediately after upload

What is the expected output? What do you see instead?
Video should appear in playlist, instead it shows as approved in the admin 
panel and is not added to the playlist

What version of the product are you using? On what operating system?
20091113 on OS X 10.6 

Please provide any additional information below.
Through some experimentation i believe this issue is because the video is 
not processed before the server attempts to add it to the playlist and 
therefore is not found. 

Original issue reported on code.google.com by alexedwa...@gmail.com on 26 Jan 2010 at 1:03

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
I am having the same problem. Videos are not being added to the embed playlist 
upon
immediate approval. I am only allowing users to submit an already existing 
video of
theirs - so there should be no need to wait for the video to be processed. 
However,
If I wait 20min or so before approving the video it is indeed added to the 
assignment
playlist. 

Original comment by jamesmeh...@gmail.com on 23 Feb 2010 at 2:17

GoogleCodeExporter commented 9 years ago
This is addressed in the 2.0 branch by r353:

  http://code.google.com/p/youtube-direct/source/detail?r=353

You'll now be prompted to confirm that you *really* want to approve a video if 
we detect that the video isn't 
live on YouTube.com. This should eliminate the chance that a video is 
accidentally approved when it is not yet 
live.

Note that the 2.0 branch isn't production-ready yet, and that we don't plan on 
backporting this change to the 
1.0 branch, so you will have to wait a little before you can use this new code.

Original comment by api.je...@gmail.com on 1 Mar 2010 at 7:00