Skip to content
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 on events.js:174 during homebridge loading #34

Open
monsterciattolo opened this issue Apr 5, 2019 · 0 comments
Open

Error on events.js:174 during homebridge loading #34

monsterciattolo opened this issue Apr 5, 2019 · 0 comments

Comments

@monsterciattolo
Copy link

I'm using homebridge in a docker "oznu/docker-homebridge" with network in bridge mode.
All other plugins are working fine but this one no.

nodejs 10.15.3

Homebridge continues to restart with this error below

TypeError [ERR_INVALID_ARG_TYPE]: The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type undefined
at Function.from (buffer.js:207:11)
at new Buffer (buffer.js:182:17)
at module.exports (/homebridge/node_modules/sha256/lib/nodecrypto.js:14:12)
at MyHomeConnection.calcHMAC (/homebridge/node_modules/homebridge-myhome-tng/lib/mhclient.js:534:84)
at Socket.connection.on (/homebridge/node_modules/homebridge-myhome-tng/lib/mhclient.js:400:33)
at Socket.emit (events.js:189:13)
at addChunk (_stream_readable.js:284:12)
at readableAddChunk (_stream_readable.js:265:11)
at Socket.Readable.push (_stream_readable.js:220:10)
at TCP.onStreamRead [as onread] (internal/stream_base_commons.js:94:17)

Any idea?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant