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
Hi! I'm updating toot in Debian unstable, and upon running 'toot tui', I get the the following tracebacks:
Exception ignored in: <module 'threading' from '/usr/lib/python3.11/threading.py'>
Traceback (most recent call last):
File "/usr/lib/python3.11/threading.py", line 1560, in _shutdown
atexit_call()
File "/usr/lib/python3.11/concurrent/futures/thread.py", line 31, in _python_exit
t.join()
File "/usr/lib/python3.11/threading.py", line 1119, in join
self._wait_for_tstate_lock()
File "/usr/lib/python3.11/threading.py", line 1139, in _wait_for_tstate_lock
if lock.acquire(block, timeout):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The TUI seems to work fine otherwise, it just prints these a few times during startup.
The text was updated successfully, but these errors were encountered:
Hi! I'm updating toot in Debian unstable, and upon running 'toot tui', I get the the following tracebacks:
The TUI seems to work fine otherwise, it just prints these a few times during startup.
The text was updated successfully, but these errors were encountered: