esi / esi-issues

Issue tracking and feature requests for ESI
https://esi.evetech.net/
209 stars 23 forks source link

Character API no longer present #1308

Closed ianlewis closed 2 years ago

ianlewis commented 2 years ago

It seems that somehow the character API has been completely removed and no longer shows up on the swagger interface. All character API endpoints seem to be returning 404.

Blacksmoke16 commented 2 years ago

image

Somewhat of a known issue. Consider this a test of your apps error handling :S.

ianlewis commented 2 years ago

I'll definitely use the opportunity to make improvements but it's kind of an important endpoint as it's the only way IIUC to check if a character actually exists.

Eingang commented 2 years ago

Not true. You can do a lookup by character name using the /universe/ids/ endpoint. That is still working… sometimes. I'm seeing a lot of 504 gateway errors (even going via esi.evetech.net) but it otherwise works and is still showing in the Swagger interface. If you give it a pile of character names, today it's returning a response with the ones it could resolve or an empty set if it couldn't resolve any names.

BTW: You could also normally use /characters/affiliation/ except the entire /character/ set is gone currently. That's also a bulk endpoint. And it borks if a name in the set doesn't exist unlike the universe one.

Blacksmoke16 commented 2 years ago

This is resolved according to slack.