Chat samples not working

Hi. I recentry downloaded for testing pourposes chat samples from https://github.com/twitchdev/chat-samples/tree/master/python but I noticed that is not working at all. It connects to the Server, apparently, but doesnt show anything on_welcome nor on_msg.

What’s going on?

Did you get an OAuth token with the connect_chat scope and add that to the sample?

Got it from here.

A few changes have been made to Twitch since that example was posted.

GITHUB user derekmhh has posted an updated version that should work, but the updates haven’t been merged into the main branch. The new version of the example bot can be found here: https://github.com/derekmhh/twitch-IRC-bots/blob/233eb0db52c3072c9a8fcdea09537aee647d5ae5/python/chatbot.py

Yeah, I found the same; it reports connecting, but nothing shows up even with the new version… wonder why…

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.