-
Notifications
You must be signed in to change notification settings - Fork 52
Open
Description
Hi all,
It would be amazing if the Q Revo Curv and Edge could get support. It seems to mostly work as is except for loading the map.
The main error seems to be coming form roborock/version_1_apis/roborock_client_v1.py
Line 464 has endpoint.decode() but the endpoint parsed from the Curv and Edge aren't in UTF-8 or the payload could be in a different format, not sure which is the culprit.
Please let me know if I can be of assistance when resolving this issue.
File "/usr/local/lib/python3.13/site-packages/roborock/version_1_apis/roborock_client_v1.py", line 464, in on_message_received
if endpoint.decode().startswith(self._endpoint):
~~~~~~~~~~~~~~~^^
UnicodeDecodeError: 'utf-8' codec can't decode byte 0x82 in position 0: invalid start byte
Thanks!
Metadata
Metadata
Assignees
Labels
No labels