Open GoogleCodeExporter opened 9 years ago
Attached #1 is the Gdata Stream that Youtube is providing showing the
Yesterdays upload
Attached #2 is RSS Feed processed missing yesterdays.
Original comment by robertfe...@gmail.com
on 17 Feb 2013 at 5:14
Attachments:
I'm having the same problem: I'm using 1.13 and the feed hasn't recognized
three new videos on a particular feed, one of them being over a day old.
Original comment by stratofa...@gmail.com
on 20 Feb 2013 at 4:01
Same here, using 3.0.1.17, Win XP.
Original comment by computer...@googlemail.com
on 21 Feb 2013 at 12:13
Seems like an issue with YT's API. I've checked the RSS feeds from YT directly,
and indeed it's missing the most recent videos, and RSS handler is providing
the exact results.
This is the url to directly access the original RSS feed for a user:
https://gdata.youtube.com/feeds/api/users/USER_NAME/uploads
RSS Handler should match the results in this feed, if not then there might be a
bug somewhere.
Original comment by MotaSay
on 21 Feb 2013 at 11:12
So.... Are you saying it is youtube API issue or a Handler Issue? From what I
saw the Youtube stuff was right and the RSS feed from Handler was missing them.
Original comment by robertfe...@gmail.com
on 21 Feb 2013 at 11:59
Seems like a Youtube issue, but not 100% sure because I didn't check many
feeds. The feeds I've checked directly from youtube are matched exactly by rss
handler.
If you or someone else can find a mismatch between this feed:
https://gdata.youtube.com/feeds/api/users/USER_NAME/uploads // replace
USER_NAME with a channel name
and the one generated by RSS Handler, then it might be related to RSS Handler.
Original comment by MotaSay
on 22 Feb 2013 at 1:58
Attached is two files one from RSS Handler and the other using the URL you
provided.. It shows that "February 19, 2013" is missing from the RSS output
but is in the youtube feed. So not really sure. There must be some text or
something that causes it to fail to process. Unsure what the deal is. Because
this guy puts one out every day. And since Sunday I have not received an update
since today and today I received most of them except "February 19, 2013" .
Really odd.. But it is in the feed.
Original comment by robertfe...@gmail.com
on 22 Feb 2013 at 1:53
Attachments:
Confirmed. I'll take a look at it.
Original comment by MotaSay
on 22 Feb 2013 at 7:48
Today I went in and saw that "February 19, 2013" was there! How Odd, So I
recaptured and I compared the differences between the two sets and really
didn't see anything that would say Ah ha! So I am forwarding the files to you
in hopes maybe a second set of eyes may help. I renamed the file a little to
show capture dates. Hope it helps.
Original comment by robertfe...@gmail.com
on 23 Feb 2013 at 4:06
Attachments:
Of course it will help. Thank you for the feedback.
Original comment by MotaSay
on 24 Feb 2013 at 1:25
I'm still not able to locate the issue. For anyone interested in debugging
this, attached is a python script that compares the feed titles returned by RSS
handler to those in gdata's feed.
Original comment by MotaSay
on 9 Mar 2013 at 2:24
Attachments:
Original issue reported on code.google.com by
robertfe...@gmail.com
on 17 Feb 2013 at 4:57