Twitch login page displays on multiple languages "OAuth Security" page is not set in English as default

Twitch login page displays on multiple languages not set as default in English or not set to our desired default language
Steps to reproduce the bug:

  1. Uninstall our app (boomplayer).
  2. Delete remaining trash data of Boom player:
    C:\Users\test\AppData\Local\BoomReplay
    C:\Users\test\AppData\Roaming\Boom.tv
    C:\Users\test.BoomReplay
    C:\Users\test.QtWebEngineProcess
    C:\ProgramData\Boom
    C:\ProgramData\Boom.tv
    C:\Program Files (x86)\Boom.tv
  3. Install Boom player again.
    3a. Attempt to login into TwitchTV
  4. Notice that the bug happens. (Please, see screenshots) for reference
    Any insider information would be helpful, why the “authorization check” (OAuth Security) is conflicting with our App - Thanks in advance!

We have tried the following "&language=en

to the end of your auth URL to set the language to English" and we still get the same issue as explained above^ - Any other suggestions, thanks in advance!

this is the url we request to twitch:
https://api.twitch.tv/kraken/oauth2/authorize?client_id=r62ryboyyhzbfs3ng6lln92w2op3wdz&redirect_uri=https%3A%2F%2Fboom.tv%2Foauth%2Fcallback&scope=user_read+channel_read+channel_subscriptions+user_subscriptions+channel_check_subscription+chat_login&response_type=code&state=S1jbQaAurDzHpgetWEFVDJHLgoSBGMXZcaMDezSk&language=en&force_verify=true

then twitch will redirect browser to this URL:

https://passport.twitch.tv/authentications/new?client_id=04greyplbsknr18sfe86x6t0prl02s&force_verify=true&language=en&nonce=7ac33a2bdbc77e85863a0d109396355fde3d0a06&redirect_uri=https%3A%2F%2Fbeta.boom.tv%2Foauth%2Fcallback&requesting_client_id=04greyplbsknr18sfe86x6t0prl02s&response_type=code&scope=user_read+channel_subscriptions+user_subscriptions+channel_check_subscription+chat_login&state=ibQmvt54x5PUssCHFdnGOwnkq7Z9rzzpCjcqbVQY

Note: We think maybe the problem is in the second url
we send them request with language=en
but in the second url (the url Twitch generates itself), they don’t keep that option anymore

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