-
-
Notifications
You must be signed in to change notification settings - Fork 2
Description
I installed using install.sh, also I have executed configure-uinput-access.sh a couple of times, but every time I try to record keys there is an error in the console, perhaps I am missing something. Thanks a lot for this software, works great!
Exception in thread Thread-15 (start_reading): Exception in thread Thread-18 (start_reading): Exception in thread Thread-16 (start_reading): Exception in thread Thread-17 (start_reading): Traceback (most recent call last): Traceback (most recent call last): File "/usr/lib64/python3.14/threading.py", line 1081, in _bootstrap_inner self._context.run(self.run) ~~~~~~~~~~~~~~~~~^^^^^^^^^^ Traceback (most recent call last): File "/usr/lib64/python3.14/threading.py", line 1081, in _bootstrap_inner self._context.run(self.run) ~~~~~~~~~~~~~~~~~^^^^^^^^^^ File "/usr/lib64/python3.14/threading.py", line 1023, in run self._target(*self._args, **self._kwargs) ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Traceback (most recent call last): File "/var/home/CaptPancreas/.local/share/pipx/venvs/linvam/lib64/python3.14/site-packages/linvam/mouse/_nixcommon.py", line 153, in start_reading self.event_queue.put(device.read_event()) ~~~~~~~~~~~~~~~~~^^ File "/usr/lib64/python3.14/threading.py", line 1081, in _bootstrap_inner self._context.run(self.run) ~~~~~~~~~~~~~~~~~^^^^^^^^^^ File "/usr/lib64/python3.14/threading.py", line 1023, in run self._target(*self._args, **self._kwargs) ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/home/CaptPancreas/.local/share/pipx/venvs/linvam/lib64/python3.14/site-packages/linvam/mouse/_nixcommon.py", line 128, in read_event data = self.input_file.read(struct.calcsize(event_bin_format)) ^^^^^^^^^^^^^^^^^^^^ File "/usr/lib64/python3.14/threading.py", line 1081, in _bootstrap_inner self._context.run(self.run) ~~~~~~~~~~~~~~~~~^^^^^^^^^^ File "/usr/lib64/python3.14/threading.py", line 1023, in run self._target(*self._args, **self._kwargs) ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib64/python3.14/threading.py", line 1023, in run self._target(*self._args, **self._kwargs) ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'read' File "/var/home/CaptPancreas/.local/share/pipx/venvs/linvam/lib64/python3.14/site-packages/linvam/mouse/_nixcommon.py", line 153, in start_reading self.event_queue.put(device.read_event()) ~~~~~~~~~~~~~~~~~^^ File "/var/home/CaptPancreas/.local/share/pipx/venvs/linvam/lib64/python3.14/site-packages/linvam/mouse/_nixcommon.py", line 153, in start_reading self.event_queue.put(device.read_event()) ~~~~~~~~~~~~~~~~~^^ File "/var/home/CaptPancreas/.local/share/pipx/venvs/linvam/lib64/python3.14/site-packages/linvam/mouse/_nixcommon.py", line 128, in read_event data = self.input_file.read(struct.calcsize(event_bin_format)) ^^^^^^^^^^^^^^^^^^^^ File "/var/home/CaptPancreas/.local/share/pipx/venvs/linvam/lib64/python3.14/site-packages/linvam/mouse/_nixcommon.py", line 128, in read_event data = self.input_file.read(struct.calcsize(event_bin_format)) ^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'read' File "/var/home/CaptPancreas/.local/share/pipx/venvs/linvam/lib64/python3.14/site-packages/linvam/mouse/_nixcommon.py", line 153, in start_reading self.event_queue.put(device.read_event()) ~~~~~~~~~~~~~~~~~^^ AttributeError: 'NoneType' object has no attribute 'read' File "/var/home/CaptPancreas/.local/share/pipx/venvs/linvam/lib64/python3.14/site-packages/linvam/mouse/_nixcommon.py", line 128, in read_event data = self.input_file.read(struct.calcsize(event_bin_format)) ^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'read'