python-riot-auth icon indicating copy to clipboard operation
python-riot-auth copied to clipboard

A Python 3 library to get various Riot tokens and get around Cloudflare's filter during auth.

Results 4 python-riot-auth issues
Sort by recently updated
recently updated
newest added

`aiohttp.client_exceptions.ClientConnectorCertificateError: Cannot connect to host auth.riotgames.com:443 ssl:True [SSLCertVerificationError: (1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1007)')]` I get this error when trying to run `await...

Hi, it gives 403 Forbidden error. I'm using latest Riot Client user agent also tried with different IP's still same error.

I used it the first time, and when I used it the second time I still got this error. How to fix this error? Thank you

Hi, When i try to login i got http 498 Error, Traceback (most recent call last): File "D:\DEV\ValTrack\python-riot-auth\script.py", line 7, in asyncio.run(auth.authorize(username="myuser", password="mypassword")) File "D:\Python\Lib\asyncio\runners.py", line 194, in run return...