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 Feb 9, 2022. It is now read-only.
Hello, I keep getting the same error every time I Join or Part a channel.
Example when joining a_twitch_user:
JoinError: Failed to join channel a_twitch_user: Timed out after waiting for response for 2000 milliseconds
I get the same message, but a PartError when parting any channel.
The thing is, that I'm still successfully joining and parting the channels anyway. I am getting chat messages after I join and I'm not after I part. Yet the errors suggests that I shouldn't.
My current workaround is to try/catch these errors and just silently discarding them, but why am I getting them in the first place? Is there something I'm doing wrong? I tried to search for existing issues with the same problem but couldn't find anything.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello, I keep getting the same error every time I Join or Part a channel.
Example when joining
a_twitch_user
:I get the same message, but a
PartError
when parting any channel.The thing is, that I'm still successfully joining and parting the channels anyway. I am getting chat messages after I join and I'm not after I part. Yet the errors suggests that I shouldn't.
My current workaround is to try/catch these errors and just silently discarding them, but why am I getting them in the first place? Is there something I'm doing wrong? I tried to search for existing issues with the same problem but couldn't find anything.
The text was updated successfully, but these errors were encountered: