RenatoSousa89 / google-ajax-apis

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

feed lookup fails with valid feeds listed #558

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.  Do this feed lookup - 
http://ajax.googleapis.com/ajax/services/feed/lookup?v=1.0&q=http://dreamfighter
s.com
2.
3.

What is the expected output? What do you see instead?
There are three feeds listed in the source of that page, it finds none.  
Returns "no associated feed".  Browsers, like Firefox, have no issue detecting 
the feeds.  If I cut/paste the three LINK lines from the source of that page, 
and put them into a blank HTML page, and run that page through the lookup, it 
works fine. 

Trying to figure out what it is about that page that causes the lookup to fail. 
 This is just one page, I've had this issue on other pages as well.

What version of the product are you using? On what operating system?
feeds 1

Please provide any additional information below.

Original issue reported on code.google.com by jst...@gmail.com on 30 Jan 2011 at 2:24

GoogleCodeExporter commented 8 years ago
Something that may or may not shed light on this.

Looking at the source for dreamfighter.com, I see it's a WordPress site.  So 
for the heck of it, I did the feed lookup again, but added /index.php to it.  
And it works.

But it doesn't appear to be a WordPress specific issue, I tested several other 
WP sites, without using the index.php, and the lookup works fine on them all.

Original comment by jst...@gmail.com on 30 Jan 2011 at 2:44