Skip to content

Carrier fighters loaded in tubes are seen as singletons #1460

@r0kym

Description

@r0kym

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions