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
I encountered an issue while trying to use my SpaceMouse Compact with the pyspacemouse library. The device is detected, but it fails to open, resulting in the following traceback:
Traceback (most recent call last):
File "/home/ur5/.local/lib/python3.8/site-packages/pyspacemouse/pyspacemouse.py", line 183, in open
self.device.open()
File "/home/ur5/.local/lib/python3.8/site-packages/easyhid/easyhid.py", line 134, in open
raise HIDException("Failed to open device")
easyhid.easyhid.HIDException: Failed to open device
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/home/ur5/Desktop/test/spacemouse.py", line 4, in <module>
success = pyspacemouse.open()
File "/home/ur5/.local/lib/python3.8/site-packages/pyspacemouse/pyspacemouse.py", line 899, in open
new_device.open()
File "/home/ur5/.local/lib/python3.8/site-packages/pyspacemouse/pyspacemouse.py", line 185, in open
raise Exception("Failed to open device") from e
Exception: Failed to open device
Any idea where it come from ? Thank you.
The text was updated successfully, but these errors were encountered:
I encountered an issue while trying to use my SpaceMouse Compact with the pyspacemouse library. The device is detected, but it fails to open, resulting in the following traceback:
Any idea where it come from ? Thank you.
The text was updated successfully, but these errors were encountered: