Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
erenguldal opened this issue Oct 2, 2024 · 1 comment

Comments

@erenguldal
Copy link

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
Copy link

devrtex commented Oct 4, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants