500 error when running api query.

Avatar image for count_zero
count_zero

492

Forum Posts

4797

Wiki Points

0

Followers

Reviews: 51

User Lists: 13

#1  Edited By count_zero

As part of getting information from the database for my Senior Project, I ran this query to get a list of Nintendo Consoles for a referential integrity table.

http://www.giantbomb.com/api/platforms/?api_key=[MyKey]&format=xml&filter=company:3010-90&sort=release_date:asc&field_list=id,name,abbreviation

When I ran that, I got a 500 error. On the bright side, it wasn't a 404, which means I had the query structured properly. However, until this is fixed I can't know if I got the right results, so I'm passing this along.

EDIT: One other thing - when I run a query just to get a list of companies (for another referential integrity table) using this query:

http://www.giantbomb.com/api/company/?api_key=[MyKey]&format=xml&field_list=id,name,site_detail_url

I just get the companies page. Adjusting the query so it was for /api/companies/ didn't do anything to fix it. Same with using json instead of xml.

Avatar image for jslack
jslack

1186

Forum Posts

1165

Wiki Points

0

Followers

Reviews: 1

User Lists: 6

@count_zero: Hey man, replied to you in the other thread. That fix will be live shortly. When it's live, change your query to: http://www.giantbomb.com/api/platforms/?api_key=[MyKey]&format=xml&filter=company:90&sort=release_date:asc&field_list=id,name,abbreviation

Avatar image for jslack
jslack

1186

Forum Posts

1165

Wiki Points

0

Followers

Reviews: 1

User Lists: 6

Can you try now? Should be working.