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

sovereignty/structures delivers data twice for every solarsystem #1402

Open
Risingson opened this issue Dec 3, 2024 · 0 comments
Open

sovereignty/structures delivers data twice for every solarsystem #1402

Risingson opened this issue Dec 3, 2024 · 0 comments

Comments

@Risingson
Copy link

Risingson commented Dec 3, 2024

Bug

sovereignty/structures endpoint delivers data twice for every solarsystem.
its likely once for ihub, once for tcu and its now just reporting it twice for the single structure

Request

https://esi.evetech.net/latest/sovereignty/structures/
https://esi.evetech.net/dev/sovereignty/structures/
https://esi.evetech.net/legacy/sovereignty/structures/
https://esi.evetech.net/v1/sovereignty/structures/

Status Code

200

Headers

date: Tue, 03 Dec 2024 09:14:20 GMT
etag: "2c0d2c1893ac41da77207747a93c639a6b3d1abe9e5f656dab46727d"
expires: Tue, 03 Dec 2024 09:16:06 GMT
last-modified: Tue, 03 Dec 2024 09:14:06 GMT

Body

[
  {
    "alliance_id": 99001954,
    "solar_system_id": 30004363,
    "structure_id": 1021056969880,
    "structure_type_id": 32458,
    "vulnerability_occupancy_level": 2.6,
    "vulnerable_end_time": "2024-12-03T14:27:42Z",
    "vulnerable_start_time": "2024-12-03T07:32:18Z"
  },
  .....
  {
    "alliance_id": 99001954,
    "solar_system_id": 30004363,
    "structure_id": 1021056969880,
    "structure_type_id": 32458,
    "vulnerability_occupancy_level": 2.6,
    "vulnerable_end_time": "2024-12-03T14:27:42Z",
    "vulnerable_start_time": "2024-12-03T07:32:18Z"
  },
  .....
]

Expected

Respond every structure once.

Checklist

Check all boxes that apply to this issue:

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