We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I set secure:true in the client options, on node 0.10.12 and 0.10.13, I get this error:
secure:true
Assertion failed: (handle->InternalFieldCount() > 0), function Unwrap, file ../src/node_object_wrap.h, line 61. Abort trap: 6
Seems like a known node.js issue, but I've never seen it until now. Maybe something can be changed in node-irc to work around it.
The text was updated successfully, but these errors were encountered:
Seems to be related to (or same as) nodejs/node-v0.x-archive#4229
Sorry, something went wrong.
FWIW, I was running in to the same issue again (running Node v0.10.0). Solved it by upgrading to v0.10.24
Cheers
No branches or pull requests
When I set
secure:true
in the client options, on node 0.10.12 and 0.10.13, I get this error:Assertion failed: (handle->InternalFieldCount() > 0), function Unwrap, file ../src/node_object_wrap.h, line 61.
Abort trap: 6
Seems like a known node.js issue, but I've never seen it until now. Maybe something can be changed in node-irc to work around it.
The text was updated successfully, but these errors were encountered: