Can't connect to web interface using Debian Binary

Hi there,

I’ve used Rhasspy in a previous docker installation without issue.

However, installing using the 2.5.0 binary provided on the webpage on a Debian Buster clean install, I can’t connect to the http://localhost:12101 web interface. Have I missed an installation step?

This is on a different system which doesn’t have docker available at the moment.

These are the commands I ran:

sudo dpkg -i Rhasspy_2.5.0_amd64.deb
sudo apt install -f
sudo dpkg -i Rhasspy_2.5.0_amd64.deb

Have I missed a setup step any where?

Any help would be much appreciated!

I have the same issue.

Installed it on Pi 2 according to the installation guide (https://rhasspy.readthedocs.io/en/latest/installation/#debian) but I cannot reach the web interface.

sudo netstat -tulpn | grep LISTEN

only shows ports 22 (ssh) and 1883 (mosquitto) open/running.

@DrFeelgood84

What I had to do to get it running was to run:

‘sudo rhasspy -p en’

If I don’t use the sudo cmd the the other services its need do not start

1 Like

thanks, I just figured that out and wanted to tell you that.