KebsCS / LeagueClientDebugger

View and modify all requests sent and received by the League Client and Riot Client. Works on League of Legends, Valorant and Legends of Runeterra
42 stars 5 forks source link

403 Cloudflare error code on authentication #1

Open wawawaaw opened 4 months ago

wawawaaw commented 4 months ago

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?

Memelord187 commented 4 months ago

image

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

KebsCS commented 4 months ago

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

Memelord187 commented 4 months ago

Disabling auth capture fixes the issue for me

wawawaaw commented 4 months ago

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

70805 commented 3 months ago

Whether it is possible to publish a compiled version

KebsCS commented 1 month ago

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