snowdd1 / homebridge-knx

KNX platform shim for homebridge
https://github.com/nfarina/homebridge
GNU General Public License v2.0
97 stars 56 forks source link

Error when shutting down homebridge #116

Closed Mr-S-D closed 6 years ago

Mr-S-D commented 6 years ago

Hi I am getting the following error every time I am shutting down Homebridge:

/usr/lib/node_modules/homebridge/lib/server.js:528 this._publishedCameras[advertiseAddress]._associatedHAPAccessory.unpublish(); ^

TypeError: Cannot read property '70:30:FA:DD:EB:A5' of undefined at /usr/lib/node_modules/homebridge/lib/server.js:528:27 at Array.forEach () at Server._teardown (/usr/lib/node_modules/homebridge/lib/server.js:527:39) at process. (/usr/lib/node_modules/homebridge/lib/cli.js:33:14) at emitNone (events.js:106:13) at process.emit (events.js:208:7) at Signal.wrap.onsignal (internal/process.js:208:44)

Anyone?

snowdd1 commented 6 years ago

this._publishedCameras[advertiseAddress]._associatedHAPAccessory.unpublish();

Has something to do with the cameras, not with KNX.
Closing that.