Errors in server response for reviews / user_reviews APIs

Avatar image for vickychijwani
vickychijwani

7

Forum Posts

0

Wiki Points

0

Followers

Reviews: 0

User Lists: 0

Hi, I'm developing an Android app based on the GiantBomb API. So far it's been great to use, and for that I thank the creators of this website.

It seems the reviews / user_reviews APIs are not working correctly. When I make a request to http://www.giantbomb.com/api/reviews/?api_key=API_KEY&format=json&filter=game:16909, the server response is "500 Internal Server Error". Also the user_reviews API always returns an empty response, even if I don't filter by game. However when I make a request for the releases of the game in a similar manner (http://www.giantbomb.com/api/releases/?api_key=API_KEY&format=json&filter=game:16909) the response is correct.

Maybe I'm using the reviews API the wrong way, but the documentation sure doesn't give any clues. Any help with this issue would be greatly appreciated.

Avatar image for danielbertini
danielbertini

2

Forum Posts

0

Wiki Points

0

Followers

Reviews: 0

User Lists: 0

#2  Edited By danielbertini

Same problem here...