mark-wade / homebridge-hive

Hive Thermostat plugin for Homebridge
MIT License
12 stars 5 forks source link

Unhandled 'error' event #24

Open gbsingh1993 opened 6 years ago

gbsingh1993 commented 6 years ago

Hey Guys,

All of a sudden I my homebrdge stopped working and when trying to start it I get the following error `events.js:183 throw er; // Unhandled 'error' event ^

Error: listen EADDRINUSE :::42139 at Object._errnoException (util.js:992:11) at _exceptionWithHostPort (util.js:1014:20) at Server.setupListenHandle [as _listen2] (net.js:1355:14) at listenInCluster (net.js:1396:12) at Server.listen (net.js:1480:7) at EventedHTTPServer.listen (/usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/lib/util/eventedhttp.js:60:19) at HAPServer.listen (/usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/lib/HAPServer.js:158:20) at Bridge.Accessory.publish (/usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/lib/Accessory.js:607:16) at Server._publish (/usr/local/lib/node_modules/homebridge/lib/server.js:127:16) at Server.run (/usr/local/lib/node_modules/homebridge/lib/server.js:96:10)`

Does anybody have any idea what might be causing this and what I could try to fix it?

Thanks