chickendie
chickendie
And when the request is made about 8 times, you will receive a notification from the server "Error: 498, message='', url=URL('https://auth.riotgames.com/api/v1/authorization')". It takes 15 - 30 minutes before it can...
> I have this problem too aiohttp.client_exceptions.ClientResponseError: 502, message='Bad Gateway', url=URL('https://auth.riotgames.com/api/v1/authorization') I found the error of this problem was due to token_urlsafe , which generated an invalid string. The valid...
> > I found the error of this problem was due to token_urlsafe , which generated an invalid string. The valid character strings I collected are strings like this xxxxxxxx-xxxxxxxxxxx.............
I use a proxifier so that 1 account has a different ip
 Here's what it looks like if I use the valid strings I collected  And here is an image of me using token_urlsafe to generate random strings (if it...
> > > > I found the error of this problem was due to token_urlsafe , which generated an invalid string. The valid character strings I collected are strings like...