Python Example not working

I downloaded the chat-samples/python code and got the code compiling. However after it executes init it says it is connecting the the server, but on_welcome doesn’t get called nor does on_pubmsg get called when a message is posted to the chat.

Does the example just not work or am I misunderstanding something about the input parameters. Currently I pass my lowercase username for both username and channel fields, the client ID I got for registering an app (using localhost since just testing atm, and the oauth token I got from https://twitchapps.com/tmi/

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