twitchdev / chatbot-python-sample

Apache License 2.0
99 stars 48 forks source link

Stuck on Connecting to irc.chat.twitch.tv on port 6667... #3

Closed blckassassin closed 3 years ago

blckassassin commented 3 years ago

I've been trying to get this running and it's not working. For some reason while running this code it gets stuck on Connecting to irc.chat.twitch.tv on port 6667...

I haven't made any changes to the script and passed in the correct values. I can use the same credentials on another IRC client like Mibbit and it connects and works just fine.

blckassassin commented 3 years ago

I realized the issue I was already including "oauth:" in my token.

This line already does it for me so it was causing an authentication issue: irc.bot.SingleServerIRCBot.__init__(self, [(server, port, 'oauth:'+token)], username, username)