Open MichaelMarkieta opened 2 years ago
I found this directly on (Riot Developer Portal):
403 (Forbidden) This error indicates that the server understood the request but refuses to authorize it. There is no distinction made between an invalid path or invalid authorization credentials (e.g., an API key). The client should not continue to make similar requests.
Common Reasons
I am guessing this tool doesn't work anymore. Just tested two different accounts, on both windows and linux, with the same 403 errors. Let me know if its working for you, and with what configuration (OS, version of python, etc)
I figured it out. At least I think. I'm pretty sure it all stems down to the original creator's app api key being expired. The way the code is currently written, you would have to register an application with riot games and then replace the creator's app id with the app id for the app that you just registered. I hope all of that made sense.
Not sure why I would be getting 403 errors here, its not related to username + password. Could there be an API key or grant required on the riot account level?