synesthesiam / hassio-addons

My Hass.IO add-ons
43 stars 18 forks source link

urllib3 Failed to establish connection with Node Red #12

Closed 0uro closed 4 years ago

0uro commented 4 years ago

Setup : RPi 4 with hassos 3.13

Node red is configured to "keep_the_front_door_open" because I have some auth issues, and I have a very simple intent handler configured and deployed on it.

Rhasspy option "Use a remote HTTP server to handle intents" is configured to point to : http://localhost:1880/endpoint/gestionIntent

rhasspy spits this out : HTTPConnectionPool(host='localhost', port=1880): Max retries exceeded with url: /endpoint/gestionIntent (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9c2ccbd0>: Failed to establish a new connection: [Errno 111] Connection refused'))

Found some threads mentioning such errors relative to influxDB addon, but I have no clue so far.

0uro commented 4 years ago

Bad configuration, and bad interpretation of the error message