Rhasspy is a voice assistant software. This repository implements the functionality of a Rhasspy satellite, with local wake word recognition.
66
stars
4
forks
source link
Unresolved address exception and connection refused issues #538
Open
flatline-studios opened 12 hours ago
I'm unable to use the app, as it seems to be unable to connect to my rhasspy server, running as an addon on my HA OS install.
I'm using:
Remote Hermes HTTP: homeassistant 12101 30000 Disable SSL Certificate Validation
This gives an
unresolved address exception
error.Speech to Text: Remote HTTP: DEFAULT SETTINGS
This gives a
Connection refused
error.From the same device (my phone), I can access the Rhasspy web interface by typing:
http://homeassistant:12101
Just fine. It just seems that the app can't access the Rhasspy server.
Any ideas?
I've been trying for days now.