roniest / google-apis-explorer

Automatically exported from code.google.com/p/google-apis-explorer
Apache License 2.0
0 stars 0 forks source link

Blogger API v3 search is returning error code 500 #116

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Use the Blogger API v3 to perform a search (blogger.posts.search)

What is the expected output? What do you see instead?
Expected: Zero or more results
Instead: I see this error returned...
{
 "error": {
  "code": 500,
  "message": null
 }
}

What version of the product are you using? On what operating system?
Blogger API v3 on Windows XP

Please provide any additional information below.
This search has been working until yesterday.

Original issue reported on code.google.com by jasonsavard on 18 Oct 2013 at 5:43