anxdpanic / plugin.video.twitch

Watch your favorite gaming streams on Kodi
https://twitchaddon.page.link/forum
270 stars 80 forks source link

Can't request a new OAuth Token (web page redirect to old API) #676

Closed sedric closed 1 year ago

sedric commented 1 year ago

Context


Expected Behavior

Going to https://twitchaddon.page.link/Z1iP should give me an OAuth token


Current Behavior

I only get a page that say "Gone" (with an HTTP 410 error), I am redirected to a page on the old API : https://api.twitch.tv/kraken/oauth2/authorize

Tested with Firefox ESR, Chromium and wget.

sedric commented 1 year ago

Just in case the URL had changed : this is the one that the extension display on Kodi

steph09 commented 1 year ago

Experiencing the same problem.

Underpath commented 1 year ago

Had the same issue. Seems the URL did change indeed, I was able to get the token by using this link: https://id.twitch.tv/oauth2/authorize?response_type=token&client_id=ps2ed9zlj8zyqztsdz2tl4uys84b8k&redirect_uri=https://anxdpanic.github.io/plugin.video.twitch/token/&scope=user:read:follows+user:edit:follows+user:read:subscriptions+chat:read+chat:edit&force_verify=false&state

TheDiggler commented 1 year ago

Same issue but the link from Underpath worked perfectly! Thanks!

disc-kuraudo commented 1 year ago

And I thought it's an April Fools' joke.

anxdpanic commented 1 year ago

https://twitchaddon.page.link/1Sk5 issue fixed and submitted to official repository