WebThingsIO / zigbee-adapter

Zigbee adapter add-on for WebThings Gateway
Mozilla Public License 2.0
46 stars 29 forks source link

Error message from latest gateway #172

Closed chatdanai closed 5 years ago

chatdanai commented 5 years ago

Hi, I got this error after update gateway from git.

2019-11-10 05:59:22.483 ERROR : zigbee: /home/pi/gateway/node_modules/gateway-addon/lib/addon-manager-proxy.js:397 2019-11-10 05:59:22.486 ERROR : zigbee: adapter.handleDeviceSaved(msg.data.deviceId, msg.data.device); 2019-11-10 05:59:22.489 ERROR : zigbee: ^ 2019-11-10 05:59:22.491 ERROR : zigbee: 2019-11-10 05:59:22.493 ERROR : zigbee: TypeError: adapter.handleDeviceSaved is not a function 2019-11-10 05:59:22.496 ERROR : zigbee: at AddonManagerProxy.onMsg (/home/pi/gateway/node_modules/gateway-addon/lib/addon-manager-proxy.js:397:17)

I think, it cause from https://github.com/mozilla-iot/gateway-addon-node/pull/56

thanks.

mrstegeman commented 5 years ago
chatdanai commented 5 years ago

sorry for late reply. error gone after run npm install again.

thanks.