Skip to content
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

Container crashes due to unhandled errors #38

Open
danielelisi opened this issue Jan 25, 2022 · 0 comments
Open

Container crashes due to unhandled errors #38

danielelisi opened this issue Jan 25, 2022 · 0 comments

Comments

@danielelisi
Copy link
Contributor

The keygen container crashes and restart with the following error

node:internal/process/promises:246
          triggerUncaughtException(err, true /* fromPromise */);
          ^

[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 "#<HttpResponseError>".] {
  code: 'ERR_UNHANDLED_REJECTION'
}

This could be one of the causes of Taquito integration tests sometimes hanging or timing out. We need to investigate the issue further.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant