-
Notifications
You must be signed in to change notification settings - Fork 30.4k
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
Error after Update node 8.6.0 #15711
Comments
Can you narrow it down (code-wise) as much as possible so we can find out why the assertion is failing? |
I'm going to guess that something in homebridge or a homebridge plugin uses node internals directly. If you install llnode, you should be able to obtain a stack trace (including C++ and JS stack frames) in lldb. That should tell you where the call came from. edit: in case it matters: #14731 is the change that introduced the boolean. |
Ok I think I found the culprit after some quick digging: |
Same error... /home/admin/.nvm/versions/node/v8.6.0/bin/node[14333]: ../src/cares_wrap.cc:1944:void node::cares_wrap::{anonymous}::GetAddrInfo(const v8::FunctionCallbackInfov8::Value&): Assertion `args[4]->IsBoolean()' failed. More info: |
@nmpribeiro Can you open an issue at https://github.com/nodejs/help? Like @mscdex said above, this kind of error points to something being wrong with your code or your dependencies, not with Node itself. |
Ho yes, sorry! I wanted to post this info on the proper package. Disregard please! |
Hello, I have this error message when starting my homebridge after the update from node 8.4.0 on node 8.6.0.
Does anyone know this error?
Okt 01 17:49:45 Server homebridge[2323]: /usr/local/bin/node[2323]: ../src/cares_wrap.cc:1944:void node::cares_wrap::{anonymous}::GetAddrInfo(const v8::FunctionCallbackInfov8::Value&): Assertion `args[4]->IsBoolean()' failed.
The text was updated successfully, but these errors were encountered: