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
{{ message }}
This repository was archived by the owner on Jun 9, 2019. It is now read-only.
Just installed twitch-title.py and noticed it's producing errors in other networks. Example:
Exception in thread Thread-1:
Traceback (most recent call last):
File "C:\Python34\Lib\threading.py", line 920, in _bootstrap_inner
self.run()
File "C:\Python34\Lib\threading.py", line 1186, in run
self.function(*self.args, **self.kwargs)
File "<string>", line 93, in get_current_status
File "C:\Python34\Lib\threading.py", line 1057, in join
raise RuntimeError("cannot join current thread")
RuntimeError: cannot join current thread
Not sure what the issue is, but since it's an excellent script that I'd like to continue using thought I'd submit the issue here.