gismo141 / homebridge-server

Server plugin for homebridge
https://gismo141.github.io/configure-your-homebridge-2/
152 stars 20 forks source link

can get it to work right #43

Closed treeceh86 closed 7 years ago

treeceh86 commented 7 years ago

I am not sure what I am doing wrong. this is the only plug in I can get to work correctly.

[Homebridge Server] is listening on: http://**.**.**.**:1234
events.js:160
      throw er; // Unhandled 'error' event
      ^

Error: listen EADDRINUSE :::9876
    at Object.exports._errnoException (util.js:1022:11)
    at exports._exceptionWithHostPort (util.js:1045:20)
    at Server._listen2 (net.js:1259:14)
    at listen (net.js:1295:10)
    at Server.listen (net.js:1391:5)
    at new InfoPlatform (/usr/local/lib/node_modules/homebridge-info/index.js:63:12)
    at Server._loadPlatforms (/usr/local/lib/node_modules/homebridge/lib/server.js:294:32)
    at Server.run (/usr/local/lib/node_modules/homebridge/lib/server.js:80:36)
    at module.exports (/usr/local/lib/node_modules/homebridge/lib/cli.js:40:10)
    at Object.<anonymous> (/usr/local/lib/node_modules/homebridge/bin/homebridge:17:22)
treeceh86 commented 7 years ago

port is 8765

gismo141 commented 7 years ago

It seems like there is already an instance running. Could you please post your config.json as well? As well it is strange, that it prints that it is listening on port 1234.

gismo141 commented 7 years ago

Closing this due to low activity