-
Notifications
You must be signed in to change notification settings - Fork 107
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
onConnect AssertionError #20
Comments
having the same issue |
Same problem here. |
In my case it seems to happen when an http proxy is used to connect to some site with https |
@gvuyk thank you so much! I was able to work around the issue with that. This exception was going uncaught from the main request module and randomly crashing my entire application @.@ |
The |
Same issue here
|
+1 |
This package seems to be unmaintained/dead... |
In my case Avast (security software running on my development computer) was causing the error, specifically the Web Shield feature. Adding our proxy server to the Web Shield "Excluded servers" list made the error go away. |
In case anyone finds this later, as @mike442144 said, you can fix this problem by using his module with this command: |
+1 |
Is someone can help me understand with this error happens when i make request using nodejs package
request
? What does this error mean?The text was updated successfully, but these errors were encountered: