Account update failures after Archon hunts in the New War #1013

Closed
opened 2025-02-24 23:52:57 -08:00 by whel-ve · 0 comments

After completing any of the three Archon hunts in the New War, I'm getting stuck in an endless 'could not update account information' loop

2025-02-25T02:43:33:409 [0.1.0] debug: 	mission report: {
  crossPlaySetting: 'DISABLED_SETTINGS',
  rewardsMultiplier: 1,
  LevelKeyName: '/Lotus/Types/Keys/NewWarQuest/TNWActTwoArchonNira',
  ActiveBoosters: [
    { ItemType: '/Lotus/Types/Boosters/ResourceAmountBooster' },
    { ItemType: '/Lotus/Types/Boosters/AffinityBooster' },
    { ItemType: '/Lotus/Types/Boosters/ResourceDropChanceBooster' },
    { ItemType: '/Lotus/Types/Boosters/CreditBooster' }
  ],
  MissionFailed: false,
  MissionStatus: 'GS_SUCCESS',
  AliveTime: 648,
  MissionTime: 648,
  Missions: { Tag: '', Completes: 0, Tier: 0 },
  GameModeId: 1205231,
  matchMakingMode: 0,
  hosts: 'solo',
  PS: '[...]',
  ActiveDojoColorResearch: '',
  RewardInfo: {
    node: '/Lotus/Types/Keys/NewWarQuest/TNWActTwoArchonNira',
    rewardTier: 0,
    nightmareMode: false,
    useVaultManifest: false,
    EnemyCachesFound: 0,
    toxinOk: true,
    lostTargetWave: 0,
    defenseTargetCount: 1,
    EOM_AFK: 0,
    rewardQualifications: '',
    PurgatoryRewardQualifications: '',
    rewardSeed: -1
  },
  MissionPTS: 1740467751,
  RepHash: '[...]',
  EndOfMatchUpload: true,
  FpsAvg: 60,
  FpsMin: 60,
  FpsMax: 60,
  FpsSamples: 129,
  FpsUnderTen: 0,
  FpsTenToTwenty: 0,
  FpsTwentyToTwentyFive: 0
}
2025-02-25T02:43:33:450 [0.1.0] debug: 	random mission drops:
2025-02-25T02:43:33:450 [0.1.0] error: 	Error: Node  not found while processing /api/missionInventoryUpdate.php request
    at getNode (/games/Warframe/SpaceNinjaServer/src/services/itemDataService.ts:186:15)
    at addMissionRewards (/games/Warframe/SpaceNinjaServer/src/services/missionInventoryUpdateService.ts:265:29)
    at missionInventoryUpdateController (/games/Warframe/SpaceNinjaServer/src/controllers/api/missionInventoryUpdateController.ts:69:82)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)
2025-02-25T02:43:33:451 [0.1.0] http: 	POST /api/missionInventoryUpdate.php?accountId=67b0062a15ac8c7b4df17db4&nonce=1889143442545400&ct=MSI&xpBasedLevelCapDisabled=1 500 42.754 ms - -
After completing any of the three Archon hunts in the New War, I'm getting stuck in an endless 'could not update account information' loop ``` 2025-02-25T02:43:33:409 [0.1.0] debug: mission report: { crossPlaySetting: 'DISABLED_SETTINGS', rewardsMultiplier: 1, LevelKeyName: '/Lotus/Types/Keys/NewWarQuest/TNWActTwoArchonNira', ActiveBoosters: [ { ItemType: '/Lotus/Types/Boosters/ResourceAmountBooster' }, { ItemType: '/Lotus/Types/Boosters/AffinityBooster' }, { ItemType: '/Lotus/Types/Boosters/ResourceDropChanceBooster' }, { ItemType: '/Lotus/Types/Boosters/CreditBooster' } ], MissionFailed: false, MissionStatus: 'GS_SUCCESS', AliveTime: 648, MissionTime: 648, Missions: { Tag: '', Completes: 0, Tier: 0 }, GameModeId: 1205231, matchMakingMode: 0, hosts: 'solo', PS: '[...]', ActiveDojoColorResearch: '', RewardInfo: { node: '/Lotus/Types/Keys/NewWarQuest/TNWActTwoArchonNira', rewardTier: 0, nightmareMode: false, useVaultManifest: false, EnemyCachesFound: 0, toxinOk: true, lostTargetWave: 0, defenseTargetCount: 1, EOM_AFK: 0, rewardQualifications: '', PurgatoryRewardQualifications: '', rewardSeed: -1 }, MissionPTS: 1740467751, RepHash: '[...]', EndOfMatchUpload: true, FpsAvg: 60, FpsMin: 60, FpsMax: 60, FpsSamples: 129, FpsUnderTen: 0, FpsTenToTwenty: 0, FpsTwentyToTwentyFive: 0 } 2025-02-25T02:43:33:450 [0.1.0] debug: random mission drops: 2025-02-25T02:43:33:450 [0.1.0] error: Error: Node not found while processing /api/missionInventoryUpdate.php request at getNode (/games/Warframe/SpaceNinjaServer/src/services/itemDataService.ts:186:15) at addMissionRewards (/games/Warframe/SpaceNinjaServer/src/services/missionInventoryUpdateService.ts:265:29) at missionInventoryUpdateController (/games/Warframe/SpaceNinjaServer/src/controllers/api/missionInventoryUpdateController.ts:69:82) at processTicksAndRejections (node:internal/process/task_queues:95:5) 2025-02-25T02:43:33:451 [0.1.0] http: POST /api/missionInventoryUpdate.php?accountId=67b0062a15ac8c7b4df17db4&nonce=1889143442545400&ct=MSI&xpBasedLevelCapDisabled=1 500 42.754 ms - - ```
Sainan added the
bug
label 2025-02-24 23:59:10 -08:00
Sign in to join this conversation.
No description provided.