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
I'm not sure what this is about, but at some point the bot just does not receive any messages from the server anymore. This happens to me frequently now, about two minutes after starting the bot.
I don't think the message structure has been changed, i.e. our regex parsing should be fine.
We also receive the PING message from the server and should answer with the PONG message.
I'm also not aware of the fact that my bot exceeded the message limit.
I contacted Twitch to increase the rate limit of my bot and set the bot status accordingly. Maybe that helps.
See https://dev.twitch.tv/limit-increase/.
The JavaScript library tmi.js sends out PONGs every minute, not in response to a PING message. Maybe that is the problem where are facing here, that due to rare PONG sending the bot gets disconnected.
Can we receive an error message with the reason for disconnection?
I'm not sure what this is about, but at some point the bot just does not receive any messages from the server anymore. This happens to me frequently now, about two minutes after starting the bot.
I don't think the message structure has been changed, i.e. our regex parsing should be fine.
We also receive the PING message from the server and should answer with the PONG message.
I'm also not aware of the fact that my bot exceeded the message limit.
@joshuaskelly Any ideas? Can you confirm that?
The text was updated successfully, but these errors were encountered: