Closed ianlewis closed 2 years ago
Somewhat of a known issue. Consider this a test of your apps error handling :S.
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.
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.
This is resolved according to slack.
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.