You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[11/7/2019, 11:15:14 PM] [Pi GPIO (WiringPi)] Loading cached GPIO pins complete
[11/7/2019, 11:15:14 PM] Homebridge is running on port 51826.
[11/7/2019, 11:16:01 PM] TypeError: "list" argument must be an Array of Buffers
at Function.Buffer.concat (buffer.js:314:13)
at Object.encode (/opt/node/lib/node_modules/homebridge/node_modules/hap-nodejs/lib/util/tlv.js:26:35)
at Object.encode (/opt/node/lib/node_modules/homebridge/node_modules/hap-nodejs/lib/util/tlv.js:51:39)
at Object.encode (/opt/node/lib/node_modules/homebridge/node_modules/hap-nodejs/lib/util/tlv.js:51:39)
at HAPServer._handlePairStepFive (/opt/node/lib/node_modules/homebridge/node_modules/hap-nodejs/lib/HAPServer.js:459:21)
at HAPServer._handlePairStepFour (/opt/node/lib/node_modules/homebridge/node_modules/hap-nodejs/lib/HAPServer.js:439:8)
at HAPServer._handlePairStepThree (/opt/node/lib/node_modules/homebridge/node_modules/hap-nodejs/lib/HAPServer.js:413:8)
at HAPServer._handlePair (/opt/node/lib/node_modules/homebridge/node_modules/hap-nodejs/lib/HAPServer.js:315:10)
at HAPServer. (/opt/node/lib/node_modules/homebridge/node_modules/hap-nodejs/lib/HAPServer.js:209:39)
at emitNone (events.js:86:13)
[11/7/2019, 11:16:01 PM] Got SIGTERM, shutting down Homebridge...
The text was updated successfully, but these errors were encountered:
I ran into the same issue while setting up Homebrdige on a Raspberry Pi 2 (ARMv6 processor). I needed to update from Node.js v6.17.0 to v8.11.3 by following these steps.
tar -xvf node-v8.11.3-linux-armv6l.tar.xz
cd node-v8.11.3-linux-armv6l
sudo cp -R * /usr/local/``
[11/7/2019, 11:15:14 PM] [Pi GPIO (WiringPi)] Loading cached GPIO pins complete
[11/7/2019, 11:15:14 PM] Homebridge is running on port 51826.
[11/7/2019, 11:16:01 PM] TypeError: "list" argument must be an Array of Buffers
at Function.Buffer.concat (buffer.js:314:13)
at Object.encode (/opt/node/lib/node_modules/homebridge/node_modules/hap-nodejs/lib/util/tlv.js:26:35)
at Object.encode (/opt/node/lib/node_modules/homebridge/node_modules/hap-nodejs/lib/util/tlv.js:51:39)
at Object.encode (/opt/node/lib/node_modules/homebridge/node_modules/hap-nodejs/lib/util/tlv.js:51:39)
at HAPServer._handlePairStepFive (/opt/node/lib/node_modules/homebridge/node_modules/hap-nodejs/lib/HAPServer.js:459:21)
at HAPServer._handlePairStepFour (/opt/node/lib/node_modules/homebridge/node_modules/hap-nodejs/lib/HAPServer.js:439:8)
at HAPServer._handlePairStepThree (/opt/node/lib/node_modules/homebridge/node_modules/hap-nodejs/lib/HAPServer.js:413:8)
at HAPServer._handlePair (/opt/node/lib/node_modules/homebridge/node_modules/hap-nodejs/lib/HAPServer.js:315:10)
at HAPServer. (/opt/node/lib/node_modules/homebridge/node_modules/hap-nodejs/lib/HAPServer.js:209:39)
at emitNone (events.js:86:13)
[11/7/2019, 11:16:01 PM] Got SIGTERM, shutting down Homebridge...
The text was updated successfully, but these errors were encountered: