Openclick was previously working fine but now when I try to launch it, this error is thrown after it displays the logo:
Unhandled exception in listener callback Traceback (most recent call last): File "/usr/lib/python3.13/site-packages/pynput/_util/__init__.py", line 229, in inner return f(self, *args, **kwargs) File "/usr/lib/python3.13/site-packages/pynput/_util/xorg.py", line 470, in _handler self._handle(self._display_stop, event) ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: '_thread._ThreadHandle' object is not callable
This is running on a wayland arch system with all of the required dependencies.
I have tried reinstalling (using sudo) via both the .py and the .sh, as well as reinstalling tk, pynput, and jq.
Thanks for the help.
Openclick was previously working fine but now when I try to launch it, this error is thrown after it displays the logo:
Unhandled exception in listener callback Traceback (most recent call last): File "/usr/lib/python3.13/site-packages/pynput/_util/__init__.py", line 229, in inner return f(self, *args, **kwargs) File "/usr/lib/python3.13/site-packages/pynput/_util/xorg.py", line 470, in _handler self._handle(self._display_stop, event) ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: '_thread._ThreadHandle' object is not callableThis is running on a wayland arch system with all of the required dependencies.
I have tried reinstalling (using sudo) via both the .py and the .sh, as well as reinstalling tk, pynput, and jq.
Thanks for the help.