RenatoSousa89 / google-ajax-apis

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

AJAX Feed Search API Returns Error 404 Frequently, Issue 531 is back #570

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Using a browser (Chrome, FireFox, ID).  Searching for "cats" returns good 
JSON, searching for "dogs" returns a 404

http://ajax.googleapis.com/ajax/services/search/books?v=1.0&q=cats

http://ajax.googleapis.com/ajax/services/search/books?v=1.0&q=dogs
returns 
{"responseData": null, "responseDetails": "invalid result data", 
"responseStatus": 404}

What is the expected output? What do you see instead?

Other than "invalid result data"

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

v1.0, via restful request

Please provide any additional information below.

This was working last week for us.

Original issue reported on code.google.com by StevePod...@gmail.com on 10 Mar 2011 at 6:22

GoogleCodeExporter commented 8 years ago
Now a search for "cats" is also not working.   

Original comment by StevePod...@gmail.com on 10 Mar 2011 at 8:00