Anyone else having trouble lately?

Avatar image for lewwy
Lewwy

7

Forum Posts

0

Wiki Points

0

Followers

Reviews: 0

User Lists: 0

Up until a few days ago my app worked without any errors, but now I think the volume section of the API might be giving me problems.

Basically my URL looks like this: http://www.comicvine.com/api/volume/11206/?api_key=MY_KEY&format=xml

I'm getting a 102 error, which is an error in URL format, anyone else?

Avatar image for izazael
izazael

1

Forum Posts

0

Wiki Points

0

Followers

Reviews: 0

User Lists: 0

#2  Edited By izazael

You're not alone. I just discovered the same problem today.

Avatar image for lewwy
Lewwy

7

Forum Posts

0

Wiki Points

0

Followers

Reviews: 0

User Lists: 0

#3  Edited By Lewwy

Shame, I got so close to actually finishing my app - Comiq

Avatar image for matthewlupo
matthewlupo

29

Forum Posts

0

Wiki Points

0

Followers

Reviews: 0

User Lists: 0

#4  Edited By matthewlupo

@lewwy and @izazael, Comic Vine's API now requires you to put in the resource ID along with the request. For Volumes it's 4050. So your complete URL would be

http://www.comicvine.com/api/volume/4050-11206/?api_key=MY_KEY&format=xml

Comiq looks pretty slick. I look forward to trying it out.

-Matthew

Avatar image for lewwy
Lewwy

7

Forum Posts

0

Wiki Points

0

Followers

Reviews: 0

User Lists: 0

Looks like you've fixed my issue Matthew, so thanks for that.

How do I stay on top of things like this? Is it in the documentation somewhere, or can I sign up for email updates?

Thanks for the help, regardless! :)

Avatar image for matthewlupo
matthewlupo

29

Forum Posts

0

Wiki Points

0

Followers

Reviews: 0

User Lists: 0

#6  Edited By matthewlupo

No problem-o glad to help.

The information for that is in the forum post: The New API. Although it's ben a little while since it's been updated. It used to work without the resource ID for a while, but I guess recently it's now a requirement. Otherwise there's some good info at the API Documentation page. From looking at it now it doesn't seem to have any example URLs or info saying it's required.