videosearch / youtube-direct-lite

Automatically exported from code.google.com/p/youtube-direct-lite
Apache License 2.0
0 stars 0 forks source link

Successfully Submitted Upload not in Pending List #10

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Set up YTD-lite on web server
2. Upload a video via the widget
3. Widget gives the message 'Your video was successfully submitted' and the 
video shows up in user's Youtube account.

What is the expected output? What do you see instead?
The video does not appear in the 'Pending' list even after 24 hours.

What version of the product are you using? On what operating system?
Latest version as far as I can tell, Windows 8 Chrome, Explorer and Firefox.

Please provide any additional information below.
Submitting existing videos is working but webcam recorded videos and uploaded 
videos are not finding their way to the Pending list.

Original issue reported on code.google.com by lockja...@gmail.com on 4 Feb 2013 at 2:04

GoogleCodeExporter commented 8 years ago
I'm using the Reference Implementation rather than my own server. And I'm 
having this same problem. Even videos already on YT don't seem to be making it 
through.

Original comment by MariSlac...@gmail.com on 15 Mar 2013 at 3:56

GoogleCodeExporter commented 8 years ago
I wonder why this issue is of Medium priority. The video is tagged with the 
defined keyword ('ytdl') but is neither on the feed or the pending list. 

Original comment by zoozo...@gmail.com on 16 Mar 2013 at 12:57

GoogleCodeExporter commented 8 years ago
i have same problem..user able to upload clip and able to submit but am not 
able to see it the admin panel screen ..always show 0 videos uploaded

Original comment by teammovi...@gmail.com on 18 Mar 2013 at 1:49

GoogleCodeExporter commented 8 years ago
Apologies for the lack of communication on this bug.

There have been some recent changes affecting the way searches using the 
YouTube Data API work (see 
https://code.google.com/p/gdata-issues/issues/list?can=2&q=label%3AAPI-YouTube+s
earch&colspec=API+ID+Type+Status+Priority+Stars+Summary&cells=tiles). YouTube 
Direct Lite relies on YouTube API searches to find new video submissions and 
display them in the moderation panel.

I do think that the basic functionality still works for most submissions (at 
least according to my experiments), but I'm trying to understand whether these 
changes to the search index might affect things on the margin or lead to 
increased latency before submissions appear.

Worst-case scenario is that we find a way to surface submissions that doesn't 
rely on YouTube searches, but that's something I'd like to avoid.

I'll update this issue with more information when I have a better picture as to 
what needs to be done.

Original comment by je...@google.com on 21 Mar 2013 at 3:29

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
The specific issue to follow is 
https://code.google.com/p/gdata-issues/issues/detail?id=4247

Until that's resolved, new submissions will not show up in the YouTube Direct 
Lite administration panel.

Original comment by je...@google.com on 27 Mar 2013 at 3:03

GoogleCodeExporter commented 8 years ago
Is there a workaround for this? And does this effect YouTube direct as well as 
YouTube Direct Lite?

Original comment by AmirKha...@gmail.com on 11 Apr 2013 at 7:54

GoogleCodeExporter commented 8 years ago
It doesn't affect YouTube Direct, since YTD stores the list of submissions in 
an App Engine datastore instead of relying on the YouTube search index to 
surface submissions.

Original comment by je...@google.com on 11 Apr 2013 at 9:34

GoogleCodeExporter commented 8 years ago
Thanks for the info, what is the process to add the webcam feature / your 
interface to YouTube direct?

Original comment by AmirKha...@gmail.com on 11 Apr 2013 at 10:40

GoogleCodeExporter commented 8 years ago
Adding in webcam functionality officially into the YouTube Direct platform 
wasn't something I was planning on doing, but that might change if the outage 
affecting YouTube Direct Lite continues for an extended period of time.

You're free to add in support yourself, though, since both YouTube Direct and 
YouTube Direct Lite are open source projects. The documentation for the webcam 
upload widget is at https://developers.google.com/youtube/youtube_upload_widget

Original comment by je...@google.com on 12 Apr 2013 at 3:54

GoogleCodeExporter commented 8 years ago
So does this mean until you guys resolve this search issue that YTD Lite is 
virtually unusable?

Original comment by csgaragl...@gmail.com on 16 Apr 2013 at 7:01

GoogleCodeExporter commented 8 years ago
Unfortunately, videos won't properly surface in the moderation interface until 
the issue is resolved. Anything that's been submitted *should* show up in the 
moderation interface as soon as the underlying issue with YouTube API keyword 
searches is fixed, so I don't anticipate that anything will be "lost".

I'm hopeful that there will be a resolution some time next week, but it's 
unfortunately out of my hands.

Original comment by je...@google.com on 16 Apr 2013 at 7:04

GoogleCodeExporter commented 8 years ago
Ok, understand - here's my question.

I am about to embark on implementing YTDL into a couple websites that want this 
functionality. 

a) Will videos submitted during this issue downtime eventually show up in the 
Pending List - or will these people have to re-submit their videos once it is 
fixed?

b) Very important! Will we see better support form other Google Departments 
down the road when things like this happen? Waiting a couple of days is hard 
enough - but weeks to a month to get a seemingly small issue resolved is not 
acceptable in a working environment. (and yes I know this is in beta - 
everything that Google does is in beta) :)

Original comment by csgaragl...@gmail.com on 17 Apr 2013 at 2:38

GoogleCodeExporter commented 8 years ago
Videos show up in the pending list based on the results of a YouTube API search 
for a specific keyword that's assigned to each video that gets submitted. Right 
now, if new videos are submitted they do have the appropriate keyword assigned 
to them, but the YouTube API search to find those videos isn't functional due 
to https://code.google.com/p/gdata-issues/issues/detail?id=4247 My expectation 
is that as soon as the underlying YouTube API search issue is fixed, all the 
videos that have been submitted will start showing up in the pending list, 
since they will have the correct keyword set for them.

There were unfortunately a large number of bugs and regressions related to 
YouTube API search recently, as evidenced by the recent issues reported on 
https://code.google.com/p/gdata-issues/issues. They stem from a backend search 
infrastructure migration that certainly won't take place on a regular basis. 
I've been coordinating with a number of internal teams to get all the issues 
resolved, and recent progress has been made on most of the outstanding bugs. 
The specific issue affecting keyword search is unfortunately one of the last to 
be resolved.

Original comment by je...@google.com on 17 Apr 2013 at 2:44

GoogleCodeExporter commented 8 years ago
Ok, thanks - I'll keep track of the issue and watch for an update there.

Original comment by csgaragl...@gmail.com on 17 Apr 2013 at 3:20

GoogleCodeExporter commented 8 years ago
I just added YTDL to my site today. Found this thread while trying to figure 
out why nothing I have submitted is showing up in my pending list. Thought 
maybe it was just delay - but its been five hours. Now I'm not sure if I'm 
doing something wrong or if its the API...please keep us updated on this issue.
Thank you.

Original comment by lookatmy...@gmail.com on 17 Apr 2013 at 8:36

GoogleCodeExporter commented 8 years ago
I've added YDTL in this page : http://www.lyftv.com/#Téléchargement_Youtube/
but the submission  don't show my playlist :(

Original comment by redactio...@gmail.com on 28 Apr 2013 at 4:06

GoogleCodeExporter commented 8 years ago
This issue should finally be fixed. We sincerely apologize for the prolonged 
outage; if you visit the "Pending" videos panel for a playlist that has been 
soliciting submissions during this outage, you should see all of those 
submission listed and you can now moderate them.

Original comment by je...@google.com on 8 May 2013 at 2:04

GoogleCodeExporter commented 8 years ago
Still not working.  And I have a doubt. the code " <iframe width="640" 
height="360" 
src="//www.youtube.com/embed/?listType=playlist&list=101010101010101" 
frameborder="0" allowfullscreen></iframe> is right, or should have th  "http" 
after "src=".  Thank You

Original comment by doiokao...@gmail.com on 9 May 2013 at 10:46

GoogleCodeExporter commented 8 years ago
What the heck?  YTDL is dead in the water until this is fixed.  It effectively 
cannot be used, at all. Period.

Can the developers please push a temporary patch to get it working, so that we 
are not waiting for a completely dis-related project team to do a complete 
dis-related task?  Just anything to get it working for now.  Please?

YTDL is a great concept, and so very much needed.  But you're losing your 
developer audience here.  Please act.  Thanks.

Original comment by actionzm...@gmail.com on 22 May 2013 at 8:30

GoogleCodeExporter commented 8 years ago
The lack of "http:" in the src= attribute is a protocol-relative URL: 
http://www.paulirish.com/2010/the-protocol-relative-url/

YTDL relies on the YouTube API's keyword search functionality to find 
submissions, and there's no way around that. Keyword search was broken in the 
API for several months, but was brought back online a couple of weeks ago. 
Since then, I've seen new submissions show up in the test instances of YTDL 
that I'm running, and things do appear functional.

If you have a specific case where a video you know has been submitted isn't 
showing up in the Pending panel, could you open a new issue in this tracker 
with the playlist id and the video id? I'll escalate to the YouTube search team 
if it looks like a video isn't showing up in the search results for some reason.

Original comment by je...@google.com on 22 May 2013 at 2:11

GoogleCodeExporter commented 8 years ago
I've redeployed this project. So far, videos have not appeared. However, I 
understand it can take up to 6 hours before new videos are indexed by the 
search algorithm.

So, waiting for videos to appear - hopefully, they will.

YTDL rocks! Do not let this die! It's very useful to me.

Original comment by fadilonl...@gmail.com on 23 May 2013 at 2:19

GoogleCodeExporter commented 8 years ago
Again, if you're seeing instances of videos that you know have been submitted 
not appearing, it would be appreciated if you could open a new issue in this 
tracker with details about the playlist id and video id.

Original comment by je...@google.com on 23 May 2013 at 2:39

GoogleCodeExporter commented 8 years ago
I submitted video to you tube but it showing pending what it means.

Original comment by kavya.lu...@gmail.com on 4 Aug 2013 at 3:57

GoogleCodeExporter commented 8 years ago
I submitted video to you tube but it showing pending what it means.

Original comment by kavya.lu...@gmail.com on 4 Aug 2013 at 3:57

GoogleCodeExporter commented 8 years ago
Again, if you're seeing instances of videos that you know have been submitted 
not appearing, it would be appreciated if you could open a new issue in this 
tracker with details about the playlist id and video id.

Original comment by je...@google.com on 6 Aug 2013 at 3:38

GoogleCodeExporter commented 8 years ago
I am having the same issue.  Everything works except having the videos show up 
in the pending/approved/rejected tabs.  Oddly one video showed up on my YouTube 
account as Rejected YTDL submission with no video attached and having never 
shown up in the rejected tab?  It said that it was rejected for being private 
(which I understand) but the service while AMAZING in concept is not working 
properly in practice.  Please help.  

Original comment by FESTIMON...@gmail.com on 24 Aug 2013 at 2:47

GoogleCodeExporter commented 8 years ago
I keep on getting notifications to my personal email regarding uploads when I 
went through the corporate website widget?  The videos appear to be populating 
only to my personal YouTube account when I was certain to log out of all my 
personal accounts before uploading?

Original comment by FESTIMON...@gmail.com on 24 Aug 2013 at 3:28

GoogleCodeExporter commented 8 years ago
OK.  So the videos have shown up, but I can't see them in the website player.  
I will try to figure it out.  Thanks!

Original comment by FESTIMON...@gmail.com on 24 Aug 2013 at 9:01

GoogleCodeExporter commented 8 years ago
Videos are taking too much time for displaying in my you tube account and 
different videos are not displaying according to their playlists.Plz do help!

Original comment by chauhan....@gmail.com on 3 Mar 2014 at 9:59

GoogleCodeExporter commented 8 years ago
I want to upload videos to different playlists and want to display them 
according to their playlist id.I am able to understand that how it would be 
done using You tube direct lite..

Original comment by chauhan....@gmail.com on 3 Mar 2014 at 10:01

GoogleCodeExporter commented 8 years ago
Does anybody know if this has been resolved yet? I am having the same issue; no 
videos submitted ever show up in pending. I have gone through OAuth2, tried 
different videos uploads through existing YouTube videos, uploading videos and 
webcam but nothing ever goes through to pending even though it says the uploads 
are successful. Thanks.

Original comment by davidn...@gmail.com on 4 Dec 2014 at 11:38

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Anybody know if this has been resolved yet????

 I am also having the same problem. Videos are submitted ,showing in my YT Video Manager. but at the time i look my pending moderation(Admin Panel), no video showing at all( Your request could not be completed: <errors xmlns='http://schemas.google.com/g/2005'><error><domain>GData</domain><code>NoLongerAvailableException</code><internalReason>No longer available</internalReason></error></errors> ).

  I have gone through OAuth2, tried different videos uploads through existing YouTube videos, uploading videos ...... says the uploads are successful. but ??? 

Thanks & Reg.

Original comment by santosh....@gmail.com on 7 Jul 2015 at 6:00