sandbox-pokhara / league-client

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

login using credentials 403 #39

Closed vDk3 closed 3 months ago

vDk3 commented 3 months ago
login_using_credentials("username",` "pass", params, proxy)
league_client/rso/auth.py", line 191, in login_using_credentials
    res.raise_for_status()
  File "/Users/Downloads/venv/lib/python3.12/site-packages/httpx/_models.py", line 761, in raise_for_status
    raise HTTPStatusError(message, request=request, response=self)
httpx.HTTPStatusError: Client error '403 Forbidden' for url 'https://auth.riotgames.com/api/v1/authorization'
For more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/403

It worked yesterday but looks like this iphone user agent is now blacklisted.

pradishb commented 3 months ago

Fixed 34d4c4a48b5925c5c6315e955d37654ad8511210