OpenClick icon indicating copy to clipboard operation
OpenClick copied to clipboard

Crashing after displaying controls.

Open public-Gnusance opened this issue 11 months ago • 2 comments

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.

public-Gnusance avatar Jan 21 '25 00:01 public-Gnusance

This looks like an issue with pynput, I could try debugging it a bit, however this project isn't really actively maintained anymore so I can't guarantee I can get it working.

SpamixOfficial avatar Jan 21 '25 05:01 SpamixOfficial

Could you check if using the dev branch solves you issues? @public-Gnusance

SpamixOfficial avatar May 02 '25 11:05 SpamixOfficial