Cannot craft Eidolon (and presumably Lua) Lens #1989

Closed
opened 2025-05-05 17:16:41 -07:00 by VampireKitten · 0 comments
Contributor

I attempted to craft an Eidolon Vazarin Lens through the generic recipe obtained via the Cetus bounties.

I am unsure why it's sending an extra empty ID, which I believe is what is causing an error here? Also, maybe the credit consumption should be put lower, so that the credits aren't consumed if the recipe fails.

2025-05-06T02:10:42:889 [0.1.0] debug:  StartRecipe Request {
  startRecipeRequest: {
    RecipeName: '/Lotus/Types/Recipes/Lens/DefenseLensOstronBlueprint',
    Ids: [ '/Lotus/Upgrades/Focus/DefenseLensGreater', '' ]
  }
}
2025-05-06T02:10:42:957 [0.1.0] debug:  currency changes  { RegularCredits: -25000 }
2025-05-06T02:10:42:959 [0.1.0] error:  TypeError: Cannot read properties of undefined (reading 'productCategory') while processing /api/startRecipe.php request
    at startRecipeController (C:\Games\Warframe - Server Emulator\SpaceNinjaServer\src\controllers\api\startRecipeController.ts:45:76)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
2025-05-06T02:10:42:960 [0.1.0] http:   POST /api/startRecipe.php?accountId=67bcb55f31fac393062d59a0&nonce=4993485197312273&ct=MSI 500 70.836 ms - -
I attempted to craft an Eidolon Vazarin Lens through the generic recipe obtained via the Cetus bounties. I am unsure why it's sending an extra empty ID, which I believe is what is causing an error here? Also, maybe the credit consumption should be put lower, so that the credits aren't consumed if the recipe fails. ``` 2025-05-06T02:10:42:889 [0.1.0] debug: StartRecipe Request { startRecipeRequest: { RecipeName: '/Lotus/Types/Recipes/Lens/DefenseLensOstronBlueprint', Ids: [ '/Lotus/Upgrades/Focus/DefenseLensGreater', '' ] } } 2025-05-06T02:10:42:957 [0.1.0] debug: currency changes { RegularCredits: -25000 } 2025-05-06T02:10:42:959 [0.1.0] error: TypeError: Cannot read properties of undefined (reading 'productCategory') while processing /api/startRecipe.php request at startRecipeController (C:\Games\Warframe - Server Emulator\SpaceNinjaServer\src\controllers\api\startRecipeController.ts:45:76) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) 2025-05-06T02:10:42:960 [0.1.0] http: POST /api/startRecipe.php?accountId=67bcb55f31fac393062d59a0&nonce=4993485197312273&ct=MSI 500 70.836 ms - - ```
Sainan added the
bug
label 2025-05-05 17:59:38 -07:00
Sainan added the
pr'd for
label 2025-05-05 18:06:28 -07:00
Sign in to join this conversation.
No description provided.