LeagueClientDebugger icon indicating copy to clipboard operation
LeagueClientDebugger copied to clipboard

403 Cloudflare error code on authentication

Open wawawaaw opened this issue 1 year ago • 6 comments

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?

wawawaaw avatar May 10 '24 09:05 wawawaaw

image

Im also unable to login, keeps saying "Sorry, were having trouble signing you in right now. Please try again later"

Memelord187 avatar May 10 '24 12:05 Memelord187

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

KebsCS avatar May 10 '24 20:05 KebsCS

Disabling auth capture fixes the issue for me

Memelord187 avatar May 10 '24 20:05 Memelord187

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

wawawaaw avatar May 10 '24 21:05 wawawaaw

Whether it is possible to publish a compiled version

70805 avatar Jun 12 '24 17:06 70805

Is this error still happening on the latest commit if the auth proxy is not disabled in Tools -> Options?

KebsCS avatar Aug 13 '24 14:08 KebsCS