-
Notifications
You must be signed in to change notification settings - Fork 2
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
Handle CBD Extract log and errors more gracefully #15
Comments
Just experienced this as well. There seem to be async functions without an attached catch handler. Unfortunately a try/catch in a client application may not be able to suppress the error as the ldes-client performs IO related operations and so the runtime considers such rejections unhandled. I also noticed that there are some writes to console.error which further complicates the matter of error handling as output to stderr usually means that the operation has failed (which may not be true if a consumer of the library is handling errors... say when making a dashboard).
I also found this rather revealing nodejs/node#43326 |
#24 is working on fixing those! |
That |
I have an LDES that errors due to a too many requests fetcher. We need to do better error handling both here and fix logging in the extract cbd shape library
Example
==> do we want for every HTTP request a log on the command line at all time?
The text was updated successfully, but these errors were encountered: