502 Gateway trying to access Publisher api

Avatar image for rmrg07
rmrg07

2

Forum Posts

0

Wiki Points

0

Followers

Reviews: 0

User Lists: 0

Hello All,

I am having trouble accessing the /publisher api. I am receiving a 502 gateway error. This is the url I am using http://comicvine.com/api/publisher/4010-31?api_key=api_key&limit=10&format=json&field_list=characters

Do I have the wrong inputs? The specific publisher is for Marvel.

Thanks for any help.

Avatar image for tsarvey
tsarvey

3

Forum Posts

0

Wiki Points

0

Followers

Reviews: 0

User Lists: 0

Avatar image for wafcio
wafcio

11

Forum Posts

0

Wiki Points

0

Followers

Reviews: 0

User Lists: 0

#3  Edited By wafcio

I have similar problem with Marvel (id:31) and DC Comics (id:10)

EDIT:

@rmrg07, @tsarvey I found solution for this. It looks that there is problem with characters associated with Marvel and DC Comics publishers, so in requests you should use param field_list, where you put all fields except characters. I think that characters could be fetched from volume or issue but I must check it.