Closed goldyfruit closed 1 year ago
Using the hivemind-voice-sat doesn't work, it tries to connect to wss://127.0.0....
hivemind-voice-sat
wss://127.0.0.
hivemind-voice-sat --name remote-ryzen --access_key 37257e5ed08d586009434dd87b482013 --password 33c4da0435426453d97de4755efd7d32 --host ws://192.168.100.55 --port 5678
Error:
2023-06-27 19:01:38.647 - OVOS - ovos_bus_client.client.client:on_error:119 - ERROR - Exception closing websocket at wss://127.0.0.1:5678?authorization=Vm9pY2VTYXRlbGxpdGVWMC4zLjA6Tm9uZQ==: [Errno 111] Connection refused
Using __main__.py works fine.
__main__.py
python ~/Virtualenvs/hivemind/lib/python3.11/site-packages/hivemind_voice_satellite/__main__.py --access-key 37257e5ed08d586009434dd87b482013 --password 33c4da0435426453d97de4755efd7d32 --host ws://192.168.100.55
is this fixed @goldyfruit ?
Yes it is. 👍
Using the
hivemind-voice-sat
doesn't work, it tries to connect towss://127.0.0.
...Error:
Using
__main__.py
works fine.