JarbasHiveMind / HiveMind-voice-sat

OpenVoiceOS Voice Satellite
Apache License 2.0
17 stars 11 forks source link

CLI doesn't parse the argument. #23

Closed goldyfruit closed 1 year ago

goldyfruit commented 1 year ago

Using the hivemind-voice-sat doesn't work, it tries to connect to 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.

python ~/Virtualenvs/hivemind/lib/python3.11/site-packages/hivemind_voice_satellite/__main__.py --access-key 37257e5ed08d586009434dd87b482013 --password 33c4da0435426453d97de4755efd7d32 --host ws://192.168.100.55
JarbasAl commented 1 year ago

is this fixed @goldyfruit ?

goldyfruit commented 1 year ago

is this fixed @goldyfruit ?

Yes it is. 👍