You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the "login_using_credentials" function in rso.auth.py, it gives Response 400 invalid request when sending the post request.
res = client.post( "https://auth.riotgames.com/api/v1/authorization", params=params,headers=HEADERS)
I tried it with different IP and proxies but it keeps giving Response 400.
The text was updated successfully, but these errors were encountered:
In the "login_using_credentials" function in rso.auth.py, it gives Response 400 invalid request when sending the post request.
res = client.post( "https://auth.riotgames.com/api/v1/authorization", params=params,headers=HEADERS)
I tried it with different IP and proxies but it keeps giving Response 400.
The text was updated successfully, but these errors were encountered: