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
+1
This would be super useful indeed, in order to catch error and create renewal process.
Out of curiosity, @HoodyH did you find a way to catch the error without modifying the lib ?
thx
Had a look into it, and the fix you proposed seems trivial but actually doesn't work because the library is threaded, so the exception is raised in the context of a child thread, but cannot be caught in the main thread. I look forward into it, but i'd be happy to get any insight on another (more pythonic) way to catch this
hi, it would be cool if you rise an error when there is an auth failure.
on the irc.py line 36
even better if you create an exceptions.py file:
So we can handle it, renewing the token or skipping the login.
In my case im trying to handle multiple bots so its usefull
ty
The text was updated successfully, but these errors were encountered: