api/issues - This call crashes it

Avatar image for pedropaulo
PedroPaulo

16

Forum Posts

40

Wiki Points

0

Followers

Reviews: 0

User Lists: 0

If you make the call below, the api will crash (server error).

http://www.comicvine.com/api/issues/?format=json&api_key=APIKEY&offset=3500&field_list=id,volume&sort=date_last_updated:desc

There is some issue with one or more issues (hehe) at offset 3500 (sorted by date_last_updated descending) that have a problem with the volume field. If we remove it from the query, the call completes without problems.

Avatar image for pedropaulo
PedroPaulo

16

Forum Posts

40

Wiki Points

0

Followers

Reviews: 0

User Lists: 0

#2  Edited By PedroPaulo

Well, the problem is gone now. Perhaps it was an issue with a null or invalid volume and it was fixed by now.

Nah, it is not fixed. The problem just moved to offset 3600

And it seems that the issue of ID 466744 is the one to blame.

According to the site detail URL (http://www.comicvine.com/dupe/4000-466744/) seems to be something that will be deleted. I only wish the API could handle this kind of thing better. It is hard to retrieve issue lists this way.