homebridge-flic icon indicating copy to clipboard operation
homebridge-flic copied to clipboard

ECONNREFUSED 127.0.0.1:5551

Open MarkLyck opened this issue 4 years ago • 0 comments

I get the following error when trying to install the flic plugin on Homebridge:

11/13/2020, 8:18:38 AM [Flic] Controller [localhost:5551] - Error: Error: connect ECONNREFUSED 127.0.0.1:5551
    at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1145:16) {
  errno: 'ECONNREFUSED',
  code: 'ECONNREFUSED',
  syscall: 'connect',
  address: '127.0.0.1',
  port: 5551
}
11/13/2020, 8:18:38 AM [Flic] Controller [localhost:5551] - Disconnected

w/ default config:

{
    "platform": "Flic"
}

I have Flic 2 with the hub. (up to date)

MarkLyck avatar Nov 13 '20 13:11 MarkLyck