Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

/universe/names vs /universe/ids inconsistent characterid #1391

Open
3 of 4 tasks
Gadgetwhir opened this issue Aug 29, 2024 · 3 comments
Open
3 of 4 tasks

/universe/names vs /universe/ids inconsistent characterid #1391

Gadgetwhir opened this issue Aug 29, 2024 · 3 comments

Comments

@Gadgetwhir
Copy link

Inconsistency

/universe/names sometimes does not properly resolve character id's that are returned from /universe/ids

Routes

curl -X POST "https://esi.evetech.net/latest/universe/ids/?datasource=tranquility&language=en" -H "accept: application/json" -H "Accept-Language: en" -H "Content-Type: application/json" -H "Cache-Control: no-cache" -d "[ \"Aiko Danuja\"]"

returns

{ "characters": [ { "id": 2114209292, "name": "Aiko Danuja" } ] }

while
curl -X POST "https://esi.evetech.net/latest/universe/names/?datasource=tranquility" -H "accept: application/json" -H "Content-Type: application/json" -H "Cache-Control: no-cache" -d "[2114209292]"

returns

{ "error": "Ensure all IDs are valid before resolving." }

Resolution

I would assume this to be related to some logic that validates the ids submitted that needs to be reviewed and updated to properly include all character_id integer segments.

Checklist

Check all boxes that apply to this issue:

@Dusty-Meg
Copy link
Contributor

Was this character a new character?
I would assume it's the search cache not being fully up to date.

It's working now so I would assume it was a new character.

@soratidus999
Copy link

There is a character provided in the example, it is from 2018. So clearly not.

@Dusty-Meg
Copy link
Contributor

In which case it's a intermittent fault, which is the norm with most of the esi and especially the id endpoints

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants