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
2025-01-09 15:44:46,355 geckolib.locator INFO Discovery process started
2025-01-09 15:44:46,356 geckolib.locator DEBUG Locator retry thread started
2025-01-09 15:44:46,406 geckolib.driver.udp_socket DEBUG Sending b'<HELLO>1</HELLO>' to ('192.168.1.24', 10022)
2025-01-09 15:44:46,431 geckolib.driver.udp_socket DEBUG Received b'<HELLO>SPA80:1f:12:65:c6:77</HELLO>' from ('192.168.1.24', 10022)
2025-01-09 15:44:46,431 geckolib.driver.udp_socket ERROR Unhandled exception in receive_handler func
Traceback (most recent call last):
File "/home/kris/gecko/lib/python3.11/site-packages/geckolib/driver/udp_socket.py", line 180, in dispatch_recevied_data
receive_handler.handle(received_bytes, remote_end)
File "/home/kris/gecko/lib/python3.11/site-packages/geckolib/driver/protocol/hello.py", line 83, in handle
self._spa_identifier, spa_name = content.split(b"|")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ValueError: not enough values to unpack (expected 2, got 1)
Noticed that the Spa didn't have a name assigned in the app -- updated that, and everything works. Just in case anyone is running into similar issues (might be good to have some sort of better error like "found something, but doesn't appear to be named?" if possible... I'm not a python coder, so my abilities to submit a PR are limited).
The text was updated successfully, but these errors were encountered:
I was getting this in the Spa Shell tool:
Noticed that the Spa didn't have a name assigned in the app -- updated that, and everything works. Just in case anyone is running into similar issues (might be good to have some sort of better error like "found something, but doesn't appear to be named?" if possible... I'm not a python coder, so my abilities to submit a PR are limited).
The text was updated successfully, but these errors were encountered: