-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"You have triggered an unhandledRejection, you may have forgotten to catch a Promise rejection" Error #57
Comments
Same here: Basic Info
|
+1 |
@romansemko this is still happening:
|
+1 |
any solution ? |
+1 |
any solution ? i got same issue but in other project . i cant tracing where is the error location...
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected behaviour
Unsure
Actual behaviour
Sometimes this causes Nelson to stop finding new peers, other time it seems to not cause any direct problem.
Steps to reproduce
Currently running a network of 12 Nodes, This error is appearing on almost all of my nodes. Followed Guide for install on the github page. Im also running nelson under PM2 with my own config. (Can provide config if needed)
Basic Info
Nelson Info
Error message -
You have triggered an unhandledRejection, you may have forgotten to catch a Promise rejection:
at WebSocket.initAsClient (/usr/lib/node modules/nelson.cli/node modules/ws/lib/websocket.js:529:11)
at new WebSocket (/usr/lib/node modules/nelson.cli/node_modules/ws/lib/websocket.js:71:20)
at Node.connectPeer (/usr/lib/node modules/nelson.cli/dist/node/node.js:916:33)
at /usr/lib/node modules/nelson.cli/dist/node/node.js:954:32
at Array.map ()
at Node.reconnectPeers /usr/lib/node modules/nelson.cli/dist/node/node.js:953:32)
at /usr/lib/node modules/nelson.cli/dist/node/node.js: 1051:29
at new Promise ()
at Node._onTick(/usr/lib/node modules/nelson.cli/dist/node/node.js 1050:24)
at Heart._tick (/usr/lib/node_modules/nelson.cli/dist/node/heart.js: 124:23)
Aerowave#5383 is reporting the same Issue on discord:
Aerowave - Today at 6:57 AM
Hi, I'm having an issue with Nelson this morning, similar to @typpi ... after connecting to IRI Nelson terminates with an unhandled promise rejection. Nothing's changed on my config recently, only rebooted the server this morning, now it won't find any neighbours again? Thanks in advance
Contact:
Contact me on Discord at Typpi#3906 or email at [email protected]
Thanks!
The text was updated successfully, but these errors were encountered: