Rolling dice threw an error #65
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
(node:106019) UnhandledPromiseRejectionWarning: TypeError: Cannot read property '5185da00f09665c9fa6d9b1cdfd98cb782d48cd013bd06577de7112273fe6a68' of undefined
at sessionFromColor (/var/www/peddlers-of-ketran/server/routes/games.js:281:21)
at distributeResources (/var/www/peddlers-of-ketran/server/routes/games.js:337:26)
at processRoll (/var/www/peddlers-of-ketran/server/routes/games.js:406:5)
at roll (/var/www/peddlers-of-ketran/server/routes/games.js:265:5)
at /var/www/peddlers-of-ketran/server/routes/games.js:1667:13
at runMicrotasks ()
at processTicksAndRejections (internal/process/task_queues.js:95:5)
(Use
node --trace-warnings ...
to show where the warning was created)(node:106019) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag
--unhandled-rejections=strict
(see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1)(node:106019) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.