NorthernMan54 / homebridge-alexa

Expose your homebridge controlled devices to Amazon Alexa.
https://www.homebridge.ca
453 stars 69 forks source link

ERROR: connect ECONNREFUSED #398

Closed martinorob closed 3 years ago

martinorob commented 3 years ago

Hi all, after today update I have some issue: Debug log tell mi this:

2020-12-18T13:26:12.920Z alexaLocal ERROR: connect ECONNREFUSED 35.169.132.61:1883 -> ECONNREFUSED 2020-12-18T13:26:18.040Z alexaLocal reconnect

and if I telnet I have this response:

telnet 35.169.132.61 1883 Trying 35.169.132.61... telnet: connect to address 35.169.132.61: Connection refused telnet: Unable to connect to remote host

Is there some problem on the cloud of homebridge-alexa?

NorthernMan54 commented 3 years ago

Looks like you have tripped the dos protection, stop the plugin for 2 minutes then start it again.

martinorob commented 3 years ago

ok thank you