-
-
Notifications
You must be signed in to change notification settings - Fork 85
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
Not working with NodeJS #10
Comments
Sorry, have not tried it myself. If you figure it out, please let us know 👍 |
Okay, looks to me like a protocol implementation mismatch between the server and the client. I switched to the MQTT protocol for now and will look into this issue at a later time. :) |
I have the same problem "RSV2 and RSV3 must be clear". |
i think http_parser steals a byte from the data nodejs/node#17789 |
Hi :)
I tried using
home-assistant-js-websocket
with NodeJS (tried versions6.9.2
and8.8.1
) via thews
package (v3.3.0) as described in the Readme. However, it's failing with the following error message directly after connecting:This is obviously not an issue with this package, but I was wondering if you maybe had any idea nevertheless?
Cheers!
The text was updated successfully, but these errors were encountered: