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
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}/assetsResponse
Status Code
200Body
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 },(
singletonandquantityfields changed)Checklist
Check all boxes that apply to this issue: