Ghoul Purge Journal Fragment Error #2624

Closed
opened 2025-08-14 12:39:14 -07:00 by VampireKitten · 0 comments
Contributor

The item that was supposed to be rewarded was an "Encrypted Journal Fragment", which isn't actually an item, but a lore fragment. Attached are the relevant bits from the mission log, and the wiki links with the info.

https://wiki.warframe.com/w/Fragments#Encrypted_Journal_Fragments
https://wiki.warframe.com/w/Ghoul_Purge#Stage_2_&_3

2025-08-14T21:35:13:930 [0.1.0] debug:  random mission drops: {
  '0': {
    StoreItem: '/Lotus/StoreItems/Types/Lore/Fragments/GrineerGhoulFragments/GhoulFragmentRewards',
    ItemCount: 1
  }
}
2025-08-14T21:35:13:932 [0.1.0] debug:  levelCreditReward 900
2025-08-14T21:35:13:934 [0.1.0] debug:  handling acquision of /Lotus/StoreItems/Types/Lore/Fragments/GrineerGhoulFragments/GhoulFragmentRewards
2025-08-14T21:35:13:934 [0.1.0] debug:  store category Types
2025-08-14T21:35:13:934 [0.1.0] debug:  type category Lore
2025-08-14T21:35:13:935 [0.1.0] error:  Error: unable to add item: /Lotus/Types/Lore/Fragments/GrineerGhoulFragments/GhoulFragmentRewards while processing /api/missionInventoryUpdate.php request
    at addItem (C:\Games\Warframe - Server Emulator\SpaceNinjaServer\src\services\inventoryService.ts:853:11)
    at handleTypesPurchase (C:\Games\Warframe - Server Emulator\SpaceNinjaServer\src\services\purchaseService.ts:644:48)
    at handleStoreItemAcquisition (C:\Games\Warframe - Server Emulator\SpaceNinjaServer\src\services\purchaseService.ts:458:42)
    at addMissionRewards (C:\Games\Warframe - Server Emulator\SpaceNinjaServer\src\services\missionInventoryUpdateService.ts:1233:65)
    at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
    at async missionInventoryUpdateController (C:\Games\Warframe - Server Emulator\SpaceNinjaServer\src\controllers\api\missionInventoryUpdateController.ts:96:9)
2025-08-14T21:35:13:936 [0.1.0] http:   POST /api/missionInventoryUpdate.php?accountId=67bcb55f31fac393062d59a0&nonce=567729795998808&ct=MSI&xpBasedLevelCapDisabled=1 500 145.047 ms - -
The item that was supposed to be rewarded was an "Encrypted Journal Fragment", which isn't actually an item, but a lore fragment. Attached are the relevant bits from the mission log, and the wiki links with the info. https://wiki.warframe.com/w/Fragments#Encrypted_Journal_Fragments https://wiki.warframe.com/w/Ghoul_Purge#Stage_2_&_3 ``` 2025-08-14T21:35:13:930 [0.1.0] debug: random mission drops: { '0': { StoreItem: '/Lotus/StoreItems/Types/Lore/Fragments/GrineerGhoulFragments/GhoulFragmentRewards', ItemCount: 1 } } 2025-08-14T21:35:13:932 [0.1.0] debug: levelCreditReward 900 2025-08-14T21:35:13:934 [0.1.0] debug: handling acquision of /Lotus/StoreItems/Types/Lore/Fragments/GrineerGhoulFragments/GhoulFragmentRewards 2025-08-14T21:35:13:934 [0.1.0] debug: store category Types 2025-08-14T21:35:13:934 [0.1.0] debug: type category Lore 2025-08-14T21:35:13:935 [0.1.0] error: Error: unable to add item: /Lotus/Types/Lore/Fragments/GrineerGhoulFragments/GhoulFragmentRewards while processing /api/missionInventoryUpdate.php request at addItem (C:\Games\Warframe - Server Emulator\SpaceNinjaServer\src\services\inventoryService.ts:853:11) at handleTypesPurchase (C:\Games\Warframe - Server Emulator\SpaceNinjaServer\src\services\purchaseService.ts:644:48) at handleStoreItemAcquisition (C:\Games\Warframe - Server Emulator\SpaceNinjaServer\src\services\purchaseService.ts:458:42) at addMissionRewards (C:\Games\Warframe - Server Emulator\SpaceNinjaServer\src\services\missionInventoryUpdateService.ts:1233:65) at process.processTicksAndRejections (node:internal/process/task_queues:105:5) at async missionInventoryUpdateController (C:\Games\Warframe - Server Emulator\SpaceNinjaServer\src\controllers\api\missionInventoryUpdateController.ts:96:9) 2025-08-14T21:35:13:936 [0.1.0] http: POST /api/missionInventoryUpdate.php?accountId=67bcb55f31fac393062d59a0&nonce=567729795998808&ct=MSI&xpBasedLevelCapDisabled=1 500 145.047 ms - - ```
Sainan added the
bug
label 2025-08-14 12:41:32 -07:00
Sainan added the
pr'd for
label 2025-08-14 13:00:06 -07:00
Sign in to join this conversation.
No description provided.