Problems generating an authorizable client id and token

I’m extremely new to coding and am currently trying to code a chat bot for a stream on twitch on Python. I got it to work, but when I had tried changing the account it’s for, it no longer works. I used Twitch Token Generator by swiftyspiffy to generate a token, but the client ID is the same on each tab and device I open it on even if I log in on different accounts. I had also tried using the client ID provided when I made an application on Dev Console but still had the same error message:
raise errors.AuthenticationError(“Invalid or unauthorized Access Token passed.”)
twitchio.errors.AuthenticationError: Invalid or unauthorized Access Token passed.

Duplicate of a post in the developer discord, rerouted to the libraries discord, just to close a loop

1 Like