Can't buy Aumen Kaithe Collection in the Market #940

Closed
opened 2025-02-10 11:58:41 -08:00 by VampireKitten · 2 comments
Contributor

No other Kaithe bundle errored out, which makes me confused as to why this one is breaking.

2025-02-10T20:54:20:455 [0.1.0] debug:  purchase request {
  PurchaseParams: {
    Source: 0,
    StoreItem: '/Lotus/Types/StoreItems/Packages/DraperyHorseAccessoriesBundle',
    StorePage: 'PACKAGES',
    SearchTerm: '',
    CurrentLocation: '',
    Quantity: 1,
    UsePremium: true,
    ExpectedPrice: 155
  },
  buildLabel: '2024.12.13.00.49/owf_no_manifest'
}
2025-02-10T20:54:20:457 [0.1.0] debug:  handling acquision of /Lotus/Types/StoreItems/Packages/DraperyHorseAccessoriesBundle
2025-02-10T20:54:20:459 [0.1.0] debug:  acquiring bundle {
  name: '/Lotus/Language/Bundles/DraperyHorseAccessoriesBundleName',
  description: '/Lotus/Language/Bundles/DraperyHorseAccessoriesBundleDesc',
  icon: '/Lotus/Interface/Icons/StoreIcons/MarketBundles/CosmeticBundles/Horses/DraperyHorseAccessories.png',
  components: [
    {
      typeName: '/Lotus/StoreItems/Upgrades/Skins/Horse/HorseHelmetDrapery',
      purchaseQuantity: 1,
      durability: 'COMMON'
    },
    {
      typeName: '/Lotus/StoreItems/Upgrades/Skins/Horse/HorseSaddleDrapery',
      purchaseQuantity: 1,
      durability: 'COMMON'
    },
    {
      typeName: '/Lotus/StoreItems/Upgrades/Skins/Horse/HorseTailDrapery',
      purchaseQuantity: 1,
      durability: 'COMMON'
    }
  ],
  premiumPrice: 155
}
2025-02-10T20:54:20:460 [0.1.0] debug:  handling acquision of /Lotus/StoreItems/Upgrades/Skins/Horse/HorseHelmetDrapery
2025-02-10T20:54:20:461 [0.1.0] debug:  store category Upgrades
2025-02-10T20:54:20:462 [0.1.0] error:  unable to add item: /Lotus/Upgrades/Skins/Horse/HorseHelmetDrapery
2025-02-10T20:54:20:462 [0.1.0] error:  Error: unable to add item: /Lotus/Upgrades/Skins/Horse/HorseHelmetDrapery while processing /api/purchase.php request
    at addItem (C:\Games\Warframe - Server Emulator\SpaceNinjaServer\src\services\inventoryService.ts:521:11)
    at handleStoreItemAcquisition (C:\Games\Warframe - Server Emulator\SpaceNinjaServer\src\services\purchaseService.ts:243:49)
    at handleStoreItemAcquisition (C:\Games\Warframe - Server Emulator\SpaceNinjaServer\src\services\purchaseService.ts:220:53)
    at handlePurchase (C:\Games\Warframe - Server Emulator\SpaceNinjaServer\src\services\purchaseService.ts:74:62)
    at purchaseController (C:\Games\Warframe - Server Emulator\SpaceNinjaServer\src\controllers\api\purchaseController.ts:11:42)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)
2025-02-10T20:54:20:463 [0.1.0] http:   POST /api/purchase.php?accountId=67aa53719dd62606c25b5bf5&nonce=7192283495482363&ct=MSI 500 18.419 ms - -
No other Kaithe bundle errored out, which makes me confused as to why this one is breaking. ``` 2025-02-10T20:54:20:455 [0.1.0] debug: purchase request { PurchaseParams: { Source: 0, StoreItem: '/Lotus/Types/StoreItems/Packages/DraperyHorseAccessoriesBundle', StorePage: 'PACKAGES', SearchTerm: '', CurrentLocation: '', Quantity: 1, UsePremium: true, ExpectedPrice: 155 }, buildLabel: '2024.12.13.00.49/owf_no_manifest' } 2025-02-10T20:54:20:457 [0.1.0] debug: handling acquision of /Lotus/Types/StoreItems/Packages/DraperyHorseAccessoriesBundle 2025-02-10T20:54:20:459 [0.1.0] debug: acquiring bundle { name: '/Lotus/Language/Bundles/DraperyHorseAccessoriesBundleName', description: '/Lotus/Language/Bundles/DraperyHorseAccessoriesBundleDesc', icon: '/Lotus/Interface/Icons/StoreIcons/MarketBundles/CosmeticBundles/Horses/DraperyHorseAccessories.png', components: [ { typeName: '/Lotus/StoreItems/Upgrades/Skins/Horse/HorseHelmetDrapery', purchaseQuantity: 1, durability: 'COMMON' }, { typeName: '/Lotus/StoreItems/Upgrades/Skins/Horse/HorseSaddleDrapery', purchaseQuantity: 1, durability: 'COMMON' }, { typeName: '/Lotus/StoreItems/Upgrades/Skins/Horse/HorseTailDrapery', purchaseQuantity: 1, durability: 'COMMON' } ], premiumPrice: 155 } 2025-02-10T20:54:20:460 [0.1.0] debug: handling acquision of /Lotus/StoreItems/Upgrades/Skins/Horse/HorseHelmetDrapery 2025-02-10T20:54:20:461 [0.1.0] debug: store category Upgrades 2025-02-10T20:54:20:462 [0.1.0] error: unable to add item: /Lotus/Upgrades/Skins/Horse/HorseHelmetDrapery 2025-02-10T20:54:20:462 [0.1.0] error: Error: unable to add item: /Lotus/Upgrades/Skins/Horse/HorseHelmetDrapery while processing /api/purchase.php request at addItem (C:\Games\Warframe - Server Emulator\SpaceNinjaServer\src\services\inventoryService.ts:521:11) at handleStoreItemAcquisition (C:\Games\Warframe - Server Emulator\SpaceNinjaServer\src\services\purchaseService.ts:243:49) at handleStoreItemAcquisition (C:\Games\Warframe - Server Emulator\SpaceNinjaServer\src\services\purchaseService.ts:220:53) at handlePurchase (C:\Games\Warframe - Server Emulator\SpaceNinjaServer\src\services\purchaseService.ts:74:62) at purchaseController (C:\Games\Warframe - Server Emulator\SpaceNinjaServer\src\controllers\api\purchaseController.ts:11:42) at processTicksAndRejections (node:internal/process/task_queues:95:5) 2025-02-10T20:54:20:463 [0.1.0] http: POST /api/purchase.php?accountId=67aa53719dd62606c25b5bf5&nonce=7192283495482363&ct=MSI 500 18.419 ms - - ```
Sainan added the
bug
label 2025-02-10 12:04:58 -08:00
Owner

Looks like a data issue as there's no information regarding /Lotus/Upgrades/Skins/Horse/HorseHelmetDrapery

Looks like a data issue as there's no information regarding `/Lotus/Upgrades/Skins/Horse/HorseHelmetDrapery`
Author
Contributor

That's strange, the game definitely shows something in the bundle. And looking at the wiki, it's definitely the correct one.

image.png

That's strange, the game definitely shows *something* in the bundle. And looking at the wiki, it's definitely the correct one. ![image.png](/attachments/b679338a-f05f-4f4b-84f6-671e729942be)
1.9 MiB
Sainan self-assigned this 2025-02-10 17:42:46 -08:00
Sainan referenced this issue from a commit 2025-02-11 21:27:21 -08:00
Sign in to join this conversation.
No description provided.