-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
Bug
While checking the fighters loaded in a carrier I realized all carriers loaded in fighter tubes were seen as singletons with a quantity of 1 in the ESI.
This error is seen in both carriers and supercarriers. I don't have any citadel under my name to check if it's an issue for upwell fighters too.
Request
GET https://esi.evetech.net/characters/{character_id}/assets
Response
Status Code
200
Body
Please provide the response body, feel free to scrub any opsec details you wish. E.g.:
{
"is_singleton": true,
"item_id": 1050494294498,
"location_flag": "FighterTube1",
"location_id": 1021583811770,
"location_type": "item",
"quantity": 1,
"type_id": 23059
},
{
"is_singleton": true,
"item_id": 1050494294913,
"location_flag": "FighterTube2",
"location_id": 1021583811770,
"location_type": "item",
"quantity": 1,
"type_id": 23059
},Expected
{
"is_singleton": false,
"item_id": 1050494294498,
"location_flag": "FighterTube1",
"location_id": 1021583811770,
"location_type": "item",
"quantity": 9,
"type_id": 23059
},
{
"is_singleton": false,
"item_id": 1050494294913,
"location_flag": "FighterTube2",
"location_id": 1021583811770,
"location_type": "item",
"quantity": 9,
"type_id": 23059
},(singleton and quantity fields changed)
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels