LeagueClientDebugger
LeagueClientDebugger copied to clipboard
403 Cloudflare error code on authentication
Hello, since the new Vanguard update, neither launching the game with modified LeagueClient with HxD nor with your application works, do you have any solution for this?
Im also unable to login, keeps saying "Sorry, were having trouble signing you in right now. Please try again later"
I couldn't reproduce the issue since this part fixes 403s for me https://github.com/KebsCS/LeagueClientDebugger/blob/main/LeagueClientDebugger/HttpProxy.py#L25
I've uploaded a new commit that fixed the same problem when I was using proxies. Maybe that'll help. If not, you can disable the auth proxy in Tools -> Options. It'll no longer capture login requests, but I think it should be fine for everything else
Disabling auth capture fixes the issue for me
I couldn't reproduce the issue since this part fixes 403s for me https://github.com/KebsCS/LeagueClientDebugger/blob/main/LeagueClientDebugger/HttpProxy.py#L25
I've uploaded a new commit that fixed the same problem when I was using proxies. Maybe that'll help. If not, you can disable the auth proxy in Tools -> Options. It'll no longer capture login requests, but I think it should be fine for everything else
Thanks login is now working
Whether it is possible to publish a compiled version
Is this error still happening on the latest commit if the auth proxy is not disabled in Tools -> Options?