Maroo's Ayatan hunt bugs out #956

Closed
opened 2025-02-14 19:26:36 -08:00 by lonewolf0708 · 3 comments

Upon completing Maroo's Ayatan Treasure hunt, the following is stuck in a loop on the server and the "Could not update account information. Retrying in 10." message on the client.

2025-02-14T22:21:18:925 [0.1.0] debug:  random mission drops:
2025-02-14T22:21:18:926 [0.1.0] error:  LevelKey /Lotus/Types/Keys/WeeklyMissions/TreasureHuntMissionDerelictE not found
2025-02-14T22:21:18:926 [0.1.0] error:  Error: LevelKey /Lotus/Types/Keys/WeeklyMissions/TreasureHuntMissionDerelictE not found while processing /api/missionInventoryUpdate.php request
    at getLevelKeyRewards (W:\SpaceNinjaServer-1999\build\src\services\itemDataService.js:127:15)
    at addMissionRewards (W:\SpaceNinjaServer-1999\build\src\services\missionInventoryUpdateService.js:217:76)
    at missionInventoryUpdateController (W:\SpaceNinjaServer-1999\build\src\controllers\api\missionInventoryUpdateController.js:64:119)
    at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
2025-02-14T22:21:18:927 [0.1.0] http:   POST /api/missionInventoryUpdate.php?accountId=67561b3ac9818250c1aaec6f&nonce=5737907576669131&ct=Other&xpBasedLevelCapDisabled=1 500 472.829 ms - -

image.png

Upon completing Maroo's Ayatan Treasure hunt, the following is stuck in a loop on the server and the "Could not update account information. Retrying in 10." message on the client. ``` 2025-02-14T22:21:18:925 [0.1.0] debug: random mission drops: 2025-02-14T22:21:18:926 [0.1.0] error: LevelKey /Lotus/Types/Keys/WeeklyMissions/TreasureHuntMissionDerelictE not found 2025-02-14T22:21:18:926 [0.1.0] error: Error: LevelKey /Lotus/Types/Keys/WeeklyMissions/TreasureHuntMissionDerelictE not found while processing /api/missionInventoryUpdate.php request at getLevelKeyRewards (W:\SpaceNinjaServer-1999\build\src\services\itemDataService.js:127:15) at addMissionRewards (W:\SpaceNinjaServer-1999\build\src\services\missionInventoryUpdateService.js:217:76) at missionInventoryUpdateController (W:\SpaceNinjaServer-1999\build\src\controllers\api\missionInventoryUpdateController.js:64:119) at process.processTicksAndRejections (node:internal/process/task_queues:105:5) 2025-02-14T22:21:18:927 [0.1.0] http: POST /api/missionInventoryUpdate.php?accountId=67561b3ac9818250c1aaec6f&nonce=5737907576669131&ct=Other&xpBasedLevelCapDisabled=1 500 472.829 ms - - ``` ![image.png](/attachments/07b436d0-8b43-4c7d-9a59-f766c9482c94)
571 KiB
Sainan added the
bug
label 2025-02-14 20:57:39 -08:00
Owner

Those level key rewards could be added to ExportKeys and or we need periodic mission tag handling, which I assume is also sent here.
Arbi rewards also need periodic mission tags, lets see the mission update request

Those level key rewards could be added to ExportKeys and or we need periodic mission tag handling, which I assume is also sent here. Arbi rewards also need periodic mission tags, lets see the mission update request
Sainan added
unimplemented
and removed
bug
labels 2025-02-17 10:52:21 -08:00
Sainan added
missing data
and removed
unimplemented
labels 2025-02-21 18:55:11 -08:00
Sainan self-assigned this 2025-02-21 18:55:15 -08:00
Owner

Data added upstream, pending release.

Data added upstream, pending release.
Owner

This has been fixed by #1001

This has been fixed by #1001
Sign in to join this conversation.
No description provided.