kritzware / twitch-bot

🤖 Easily create chat bots for Twitch.tv
https://www.npmjs.com/package/twitch-bot
MIT License
149 stars 36 forks source link

Events not Firing #48

Closed skram closed 5 years ago

skram commented 5 years ago

So, randomly it seems this stopped working. All logs show that it connects successfully BUT the Bot does not show up in Twitch chat's and it no longer gets any event notifications. May be due to Twitch's recent changes for Bot protection. Any insight into this?

skram commented 5 years ago

Had to do with rate limiting, connecting to too many channels too quickly. Solved by chunking and throttling joins.