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
Traceback (most recent call last):
File "/home/user/.local/bin/dtv2change", line 179, in <module>
change.apply_changes()
File "/home/user/.local/bin/dtv2change", line 81, in apply_changes
self.clavier.key_set(self.dico_touches)
File "/home/user/.local/lib/python3.10/site-packages/dtv2/dtv2.py", line 435, in key_set
self.__key_set(id_keys, rgb_colors)
File "/home/user/.local/lib/python3.10/site-packages/dtv2/dtv2.py", line 405, in __key_set
self.__apply_packets(packets)
File "/home/user/.local/lib/python3.10/site-packages/dtv2/dtv2.py", line 275, in __apply_packets
a = self.__write_device()
File "/home/user/.local/lib/python3.10/site-packages/dtv2/dtv2.py", line 207, in __write_device
a = self.dev.write(self.packet)
AttributeError: 'NoneType' object has no attribute 'write'
The text was updated successfully, but these errors were encountered:
I'm trying to run it on WSL2.
This command gives me an unexpected error.
$ dtv2change -kbd white
The text was updated successfully, but these errors were encountered: