sandbox-pokhara / league-client

league-client is a python package to communicate with riot servers
MIT License
24 stars 10 forks source link

Response 400 when posting "https://auth.riotgames.com/api/v1/authorization" #61

Open erenguldal opened 1 week ago

erenguldal commented 1 week ago

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.

devrtex commented 6 days ago

there must be a change on the authentication again...