Can't buy fish bait #570

Closed
opened 2024-10-18 17:11:54 -07:00 by VampireKitten · 4 comments
VampireKitten commented 2024-10-18 17:11:54 -07:00 (Migrated from github.com)

I'm... not quite sure why it's crashing. Could it be because of the type category, maybe?

2024-10-19T02:09:29:053 [0.1.0] debug:  handling acquision of /Lotus/StoreItems/Types/Game/FishBait/GenericFishBait
2024-10-19T02:09:29:055 [0.1.0] debug:  store category Types
2024-10-19T02:09:29:055 [0.1.0] debug:  type category Game
2024-10-19T02:09:29:056 [0.1.0] error:  unable to add item: /Lotus/Types/Game/FishBait/GenericFishBait
Error: unable to add item: /Lotus/Types/Game/FishBait/GenericFishBait
    at addItem (C:\Games\Warframe - Server Emulator\SpaceNinjaServer\src\services\inventoryService.ts:345:11)
    at handleTypesPurchase (C:\Games\Warframe - Server Emulator\SpaceNinjaServer\src\services\purchaseService.ts:163:33)
    at handleStoreItemAcquisition (C:\Games\Warframe - Server Emulator\SpaceNinjaServer\src\services\purchaseService.ts:97:42)
    at handlePurchase (C:\Games\Warframe - Server Emulator\SpaceNinjaServer\src\services\purchaseService.ts:32:36)
    at purchaseController (C:\Games\Warframe - Server Emulator\SpaceNinjaServer\src\controllers\api\purchaseController.ts:10:42)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)
[ERROR] 02:09:29 Error: unable to add item: /Lotus/Types/Game/FishBait/GenericFishBait
I'm... not quite sure why it's crashing. Could it be because of the type category, maybe? ``` 2024-10-19T02:09:29:053 [0.1.0] debug: handling acquision of /Lotus/StoreItems/Types/Game/FishBait/GenericFishBait 2024-10-19T02:09:29:055 [0.1.0] debug: store category Types 2024-10-19T02:09:29:055 [0.1.0] debug: type category Game 2024-10-19T02:09:29:056 [0.1.0] error: unable to add item: /Lotus/Types/Game/FishBait/GenericFishBait Error: unable to add item: /Lotus/Types/Game/FishBait/GenericFishBait at addItem (C:\Games\Warframe - Server Emulator\SpaceNinjaServer\src\services\inventoryService.ts:345:11) at handleTypesPurchase (C:\Games\Warframe - Server Emulator\SpaceNinjaServer\src\services\purchaseService.ts:163:33) at handleStoreItemAcquisition (C:\Games\Warframe - Server Emulator\SpaceNinjaServer\src\services\purchaseService.ts:97:42) at handlePurchase (C:\Games\Warframe - Server Emulator\SpaceNinjaServer\src\services\purchaseService.ts:32:36) at purchaseController (C:\Games\Warframe - Server Emulator\SpaceNinjaServer\src\controllers\api\purchaseController.ts:10:42) at processTicksAndRejections (node:internal/process/task_queues:95:5) [ERROR] 02:09:29 Error: unable to add item: /Lotus/Types/Game/FishBait/GenericFishBait ```

I don't think the server would crash here, it's just rejecting your request.

I don't think the server would crash here, it's just rejecting your request.
VampireKitten commented 2024-10-19 06:12:46 -07:00 (Migrated from github.com)

And in rejecting my request, it's crashing. The server stopped working altogether after that [ERROR] and booted me out of the game because "the server wasn't responsive", which is how I noticed the crash.

And in rejecting my request, it's crashing. The server stopped working altogether after that [ERROR] and booted me out of the game because "the server wasn't responsive", which is how I noticed the crash.
OrdisPrime commented 2024-11-05 04:33:23 -08:00 (Migrated from github.com)

I will change the way item types are determined, which will fix this issue.

I will change the way item types are determined, which will fix this issue.

I can't reproduce a crash.

I can't reproduce a crash.
Sign in to join this conversation.
No description provided.