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

NPC corporation ceo_id is invalid #1360

Open
4 of 6 tasks
joaomlneto opened this issue Sep 23, 2023 · 0 comments
Open
4 of 6 tasks

NPC corporation ceo_id is invalid #1360

joaomlneto opened this issue Sep 23, 2023 · 0 comments

Comments

@joaomlneto
Copy link

joaomlneto commented Sep 23, 2023

Bug

Similar to #453, ESI returns an invalid ceo_id value of 1 for some corporations.

Request

curl https://esi.evetech.net/latest/corporations/1000441

Response

{
  "ceo_id": 1,
  "creator_id": 1,
  "description": "The Deathless Wraiths are the elite infiltration, espionage, and smuggling wing of the Deathless Circle. With members drawn from among the earliest associates of the Deathless, and an emphasis on all the arts and crafts of space navigation and combat, the Wraiths also function as the main command and combat group of the Circle. <br><br>In common with many pirate organizations in New Eden, the Wraiths are by no means the only group in the Circle that carries out the tasks it specializes in but they are generally considered the tip of the spear when it comes to espionage and technology \"acquisition\" operations. While the Wraiths are deferred to on many issues, the true leadership of the Deathless Circle resides with the Deathless and his closest advisors and most trusted operatives.",
  "home_station_id": 60015187,
  "member_count": 0,
  "name": "Deathless Wraiths",
  "shares": 0,
  "tax_rate": 0,
  "ticker": "DTH-W",
  "url": ""
}

Expected

A valid ceo_id. Suggestion is to make ceo_id field optional.

Checklist

Check all boxes that apply to this issue:

  • Bug description is provided
  • Request path is provided
  • Response status code is provided
  • Response headers are provided
  • Response body is provided
  • Expected response is provided
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

2 participants