-
Notifications
You must be signed in to change notification settings - Fork 14
403 error #18
Comments
Riot is changing the auth flow, and now also utilizes hCaptcha. By the looks of it there is now an This means that the code in this repo will need significant changes; reverse/research how this "new" auth flow with For a quick and temporary fix you can change the |
I have encountered this problem last week in my project. Changing the UA to a browser like Chrome may still results in 403 Forbidden. My fix is change the UA to |
I would advise against using |
Oh you are thoughtful, I agree with your advice. I will change my code immediately. |
该问题的详细信息查看:floxay/python-riot-auth#18 2. hutool版本更新:5.8.10 -> 5.8.21
This is temporarily fixed with v1.0.5. As it is not a proper fix I'm not going to close this issue. I also ask @ariabox too to keep it open. |
Yesterday everything was working but today I got error 403. Why? @floxay |
I cannot reproduce that so my guess is that your IP (range?) or ASN is blocked. |
Is there any way out of this? I reset my router but still the same |
Try with a proxy. |
As mentioned in #18 (comment), Riot has changed the auth flow and will most likely shut down the endpoints for the old one. The Riot Client --and I think everything else-- is already using the new, extended auth flow with hCaptcha. At the time of writing this reply this https://github.com/floxay/python-riot-auth v1.0.5 still works for me, if you get 403s then see #18 (comment). I am going to lock and pin this issue as there is really nothing more to say about this and is just a source of spam. I'm unsure if an auto hCaptcha solver is something that can be done considering it is a service entirely dedicated to block bots, so even if someone manages to create one it would require constant updates, especially if it's open source. Realistically the only solution I see is to add support for a captcha solver service, which I will likely not do as in my opinion the only people who would pay for such service are people who make money off of doing something with these accounts; sell, hack etc., thing I do not support and want anything to do with. This situation sucks for those who are like me and want to use auth for something essentially harmless, in my case it is to automatically check for new VALORANT updates. |
Hi, it gives 403 Forbidden error. I'm using latest Riot Client user agent also tried with different IP's still same error.
The text was updated successfully, but these errors were encountered: