This repository was archived by the owner on Jun 4, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 41
Cannot catch some https error #31
Comments
@twintaka, May I see the code you're trying to run when you run into this? We catch http request errors for Is this only happening on streaming plots? |
@alexander-daniel |
I didn't try the streaming plots but the code looks like not handling the error. |
Ah great, thank you! I will make a PR shortly to address these issues, thanks for pointing them out! |
Great! looking forward for the changes 👍 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Recently I'm having troubles unable to catch network errors which looks like node https is throwing.
e.g. getaddrinfo ENOTFOUND, read ECONNRESET
node https has on 'error' handling and I think adding following code will handle network error.
The text was updated successfully, but these errors were encountered: