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?
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?