hardillb / node-red-alexa-home-skill-web

Apache License 2.0
45 stars 28 forks source link

Error: connect ECONNREFUSED 34.240.81.189:8883 on Deploy #65

Closed vincentnl closed 6 years ago

vincentnl commented 6 years ago

Really enjoy your work.

It is working just fine, only that it gives: Error: connect ECONNREFUSED 34.240.81.189:8883 everytime I deploy.

The node that raises the error is alexa-home-conf, what I can tell is the configuration node.

On functionality it works just fine, so I suspect that it

  1. needs to refresh some token, and does that after first fail
  2. it does multiple calls to the alexa api, and it encounters throttling.

So maybe a fraction of delay would work, or suppressing the token refresh error.

Hope that I was clear enough. capture

hardillb commented 6 years ago

This is just the node trying one of the multiple addresses to the MQTT broker used by the system. It can be ignored