normen / homebridge-bravia

Homebridge plugin for Sony Bravia TVs (AndroidTV based ones and possibly others)
139 stars 26 forks source link

ECONNREFUSED on install #123

Closed distantnative closed 4 years ago

distantnative commented 4 years ago

I am trying to get this plugin going I have entered the IP address 192.168.1.7 as shown in my router. But on restarting Homebridge I get:

 [BraviaPlatform] Error:  Error: connect ECONNREFUSED 192.168.1.7:80
    at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1141:16) {
  errno: 'ECONNREFUSED',
  code: 'ECONNREFUSED',
  syscall: 'connect',
  address: '192.168.1.7',
  port: 80
}

I assume either the address or the port is wrong. But according to the router, the IP address is correct. And I have no idea how to find out what other port to use. Any clues? Thanks a lot.

normen commented 4 years ago

Connrefused means that the host is there but doesn't accept your connection attempt. Could mean many things.

distantnative commented 4 years ago

@normen any hints on how to find out the port?

normen commented 4 years ago

Manual?

distantnative commented 4 years ago

Ok, I see this isn't a place that cares about support. Thanks anyways.