-
Notifications
You must be signed in to change notification settings - Fork 62
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
UnhandledPromiseRejection errors #781
Comments
I can catch a promise rejection and manage the exception but still got the warning with
|
I've got the same problem. So please help to fix this issue~ |
When a fetch call fails, nodejs raises a warning:
UnhandledPromiseRejection: 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(). The promise rejected with the reason "#".
https://github.com/nemgrouplimited/symbol-node-rewards/issues/253
fboucquez/symbol-bootstrap#176
The text was updated successfully, but these errors were encountered: