Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Repository for installation and configuration for server #1

Open
Guillaume-slize opened this issue Sep 10, 2021 · 0 comments
Open

Repository for installation and configuration for server #1

Guillaume-slize opened this issue Sep 10, 2021 · 0 comments

Comments

@Guillaume-slize
Copy link

Guillaume-slize commented Sep 10, 2021

Hi,
Thanks for sharing your work on this online voice assistant.
We have been downloading and building the docker image successfully (we only had to replace jarbas_tts_plugin_catotron by ovos_tts_plugin_catotron).
For now we created it in opt/ona/ but are not sure if it is the right repository. We can't get the script to work as it can't find the messagebus or the skills. We also tried to move it to opt/mycroft but it did not change the result.

Bus log:
/opt/venv/bin/python: Error while finding module specification for 'mycroft.messagebus.service' (ModuleNotFoundError: No module named 'mycroft.messagebus')

skill log:
/opt/venv/bin/python: No module named mycroft.skills

Backend log:
/opt/venv/lib/python3.8/site-packages/pydub/utils.py:170: RuntimeWarning: Couldn't find ffmpeg or avconv - defaulting to ffmpeg, but may not work warn("Couldn't find ffmpeg or avconv - defaulting to ffmpeg, but may not work", RuntimeWarning) === ConnectionRefusedError(111, 'Connection refused') === Traceback (most recent call last): File "/opt/venv/lib/python3.8/site-packages/websocket/_app.py", line 248, in run_forever self.sock.connect( File "/opt/venv/lib/python3.8/site-packages/websocket/_core.py", line 219, in connect self.sock, addrs = connect(url, self.sock_opt, proxy_info(**options), File "/opt/venv/lib/python3.8/site-packages/websocket/_http.py", line 120, in connect sock = _open_socket(addrinfo_list, options.sockopt, options.timeout) File "/opt/venv/lib/python3.8/site-packages/websocket/_http.py", line 190, in _open_socket raise err File "/opt/venv/lib/python3.8/site-packages/websocket/_http.py", line 170, in _open_socket sock.connect(address) ConnectionRefusedError: [Errno 111] Connection refused Exception closing websocket: ConnectionRefusedError(111, 'Connection refused') Message Bus Client will reconnect in 5.0 seconds.

We are also unsure where to modify the value to get it to work on our server, for now we modified the ona/frontend/src/config.ts file with the IP of our server in the backend host part.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant