WebUI: Fish cannot be properly added #703

Closed
opened 2025-01-03 15:06:42 -08:00 by VampireKitten · 2 comments
VampireKitten commented 2025-01-03 15:06:42 -08:00 (Migrated from github.com)

image

Fish appear listed three times, but all give the exact same wrong item, for they're missing the Small/Medium/Large suffix that would make them appear in the inventory.

![image](https://github.com/user-attachments/assets/555c8192-5155-4964-9426-31567a83cce5) Fish appear listed three times, but all give the exact same wrong item, for they're missing the Small/Medium/Large suffix that would make them appear in the inventory.

I'm not quite sure what you mean by 'wrong item'. In the case of the murkray, you get a small one. What's missing is disambiguation in the display name.

I'm not quite sure what you mean by 'wrong item'. In the case of the murkray, you get a small one. What's missing is disambiguation in the display name.
VampireKitten commented 2025-01-03 15:16:59 -08:00 (Migrated from github.com)
2025-01-03T23:48:43:141 [0.1.0] http:   GET /api/inventory.php?accountId=670ac77e9d079e34ab018ed7&nonce=7649376679291077&xpBasedLevelCapDisabled=1 200 47.841 ms - 1141066
2025-01-03T23:48:57:903 [0.1.0] http:   POST /api/login.php 200 4.836 ms - 952
2025-01-03T23:48:57:909 [0.1.0] debug:  missionInventoryUpdate with lootInventory = {
  MiscItems: [
    {
      ItemType: '/Lotus/Types/Items/Fish/Eidolon/BothRareFishAItem',
      ItemCount: 2
    }
  ]
}
2025-01-03T23:48:58:015 [0.1.0] http:   POST /api/missionInventoryUpdate.php?accountId=670ac77e9d079e34ab018ed7&nonce=7649376679291077 200 108.373 ms - 125
2025-01-03T23:49:10:714 [0.1.0] http:   POST /api/login.php 200 3.440 ms - 952
2025-01-03T23:49:10:719 [0.1.0] debug:  missionInventoryUpdate with lootInventory = {
  MiscItems: [
    {
      ItemType: '/Lotus/Types/Items/Fish/Eidolon/BothRareFishAItem',
      ItemCount: 2
    }
  ]
}
2025-01-03T23:49:10:789 [0.1.0] http:   POST /api/missionInventoryUpdate.php?accountId=670ac77e9d079e34ab018ed7&nonce=7649376679291077 200 71.482 ms - 125

Ah, it seemed that you cannot reload your inventory while in Cetus. That would explain why despite opening my inventory multiple times, it did not load the fish.

All three options give the exact same item, however.

``` 2025-01-03T23:48:43:141 [0.1.0] http: GET /api/inventory.php?accountId=670ac77e9d079e34ab018ed7&nonce=7649376679291077&xpBasedLevelCapDisabled=1 200 47.841 ms - 1141066 2025-01-03T23:48:57:903 [0.1.0] http: POST /api/login.php 200 4.836 ms - 952 2025-01-03T23:48:57:909 [0.1.0] debug: missionInventoryUpdate with lootInventory = { MiscItems: [ { ItemType: '/Lotus/Types/Items/Fish/Eidolon/BothRareFishAItem', ItemCount: 2 } ] } 2025-01-03T23:48:58:015 [0.1.0] http: POST /api/missionInventoryUpdate.php?accountId=670ac77e9d079e34ab018ed7&nonce=7649376679291077 200 108.373 ms - 125 2025-01-03T23:49:10:714 [0.1.0] http: POST /api/login.php 200 3.440 ms - 952 2025-01-03T23:49:10:719 [0.1.0] debug: missionInventoryUpdate with lootInventory = { MiscItems: [ { ItemType: '/Lotus/Types/Items/Fish/Eidolon/BothRareFishAItem', ItemCount: 2 } ] } 2025-01-03T23:49:10:789 [0.1.0] http: POST /api/missionInventoryUpdate.php?accountId=670ac77e9d079e34ab018ed7&nonce=7649376679291077 200 71.482 ms - 125 ``` Ah, it seemed that you cannot reload your inventory while in Cetus. That would explain why despite opening my inventory multiple times, it did not load the fish. All three options give the exact same item, however.
Sign in to join this conversation.
No description provided.