robotty / dank-twitch-irc

Connect to Twitch chat from Node.js
https://www.npmjs.com/package/dank-twitch-irc
MIT License
88 stars 25 forks source link

Timed out every time I Join or Part a channel #339

Open ErikMartensson opened 3 years ago

ErikMartensson commented 3 years ago

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.