Skip to content

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

@monsterciattolo

Description

@monsterciattolo

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions