offish / twitchtube

Twitch YouTube bot. Automatically make video compilations of the most viewed Twitch clips and upload them to YouTube using Python 3.
MIT License
538 stars 77 forks source link

Getting 404 on getting Twitch OAuth #7

Closed Parapheen closed 3 years ago

Parapheen commented 3 years ago

Hey!

I know that it's not the issue with the script but I would appreciate if you could help me with that 🙂

1) Registering an app in twitch developer console 2) Adding https://twitchapps.com/tokengen/ 3) Copying client id 4) Going to https://twitchapps.com/tokengen/ 5) Inserting client id 6) Authorizing and redirecting to 404

What do I do wrong? Is there any other way to obtain OAth token?

изображение
Parapheen commented 3 years ago

That's what I'm receiving in the uri, which is very weird

error=redirect_mismatch&error_description=Parameter+redirect_uri+does+not+match+registered+URI

Parapheen commented 3 years ago

ok, copied from the tokengen itself and it worked. Sorry for bothering