You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: