KebsCS / KBotExt

All-in-one application that sends custom requests to League of Legends LCU api
466 stars 76 forks source link

"Get email" always gives auth_failure. #237

Open joakim-i opened 5 months ago

joakim-i commented 5 months ago

Any suggestions on what might be wrong? Checking ban reason works fine. Checking email worked for last month for me, but not anymore.

{"type":"auth","error";"auth_failure","country":"nor"}.

Testing it on my own account, so the country matches the account's.

KebsCS commented 5 months ago

It got changed and now requires captcha on login. Go to https://auth.riotgames.com/authorize?redirect_uri=https://login.playersupport.riotgames.com/login_callback&client_id=player-support-zendesk&ui_locales=en-us%20en-us&response_type=code&scope=openid%20email Then "My requests", Ctrl+Shift+I and look for email

Dorlander commented 4 months ago

do u add support captcha solvers?