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 has been 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.
The text was updated successfully, but these errors were encountered:
Thanks for reporting the issue and for liking the script. It's currently in a somewhat messy state and it isn't thread-safe, which is in itself a big issue. I'm gonna be pretty busy for a decent while so I don't know when I'll be able to address this, but I'll keep this issue in mind and get to it eventually.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Just installed twitch-title.py and noticed it's producing errors in other networks. Example:
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.
The text was updated successfully, but these errors were encountered: