guptahanu / google-ajax-apis

Automatically exported from code.google.com/p/google-ajax-apis
0 stars 1 forks source link

Certain feeds from reddit fail to process #635

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Pass reddit rss feed ex: http://www.reddit.com/r/mlplounge.rss
2. feed api comes back with could not load feed
3. using another feed like http://www.reddit.com/r/mylittlepony.rss works fine.

What is the expected output? What do you see instead?
Error is returned instead of json result.

What version of the product are you using? On what operating system?
Google Feed API v1

Please provide any additional information below.
Interesting enough, lowering the feed count to return on some gets it working:
ex: http://www.reddit.com/r/mlplounge.rss?limit=5
even though I've specified through the API I'd like 25 items.

Original issue reported on code.google.com by eyecre...@gmail.com on 29 Jul 2012 at 5:03