claabs / epicgames-freegames-node

Automatically login and find available free games the Epic Games Store. Sends you a prepopulated checkout link so you can complete the checkout after logging in. Supports multiple accounts, login sessions, and scheduled runs.
https://hub.docker.com/r/charlocharlie/epicgames-freegames
MIT License
1.37k stars 93 forks source link

Too many login attempts (General captcha failures) #81

Closed Mike-T-Anderson closed 3 years ago

Mike-T-Anderson commented 3 years ago

Hey there,

I am getting the emails and doing the captures, but nothing happens?

I check the logs on the service I see the error: Too many login attempts

Thanks

Gamewalker commented 3 years ago

@claabs still not working for me either. Captcha doesn´t even show anymore, console shows: captcha

DevKoenv commented 3 years ago

@Gamewalker I get the same error but the captcha shows. It doesn't need to be visible as it can be an invisible captcha

Gamewalker commented 3 years ago

@Gamewalker I get the same error but the captcha shows. It doesn't need to be visible as it can be an invisible captcha

not for me, I know the difference between the captchas without inetraction and this. Captcha doesn't solve and after 3 tries, I get banned with the "Too many login attempts message". I have been using this tool since hours one, started around 2 weeks ago :(

claabs commented 3 years ago

By the way, "Too many login attempts" is not from Epic Games, it's from the bot so you don't get banned by Epic Games.

As for the fix, this is nearly impossible to troubleshoot since there's no error messages coming anywhere from Epic Games. I pretty much have to blindly throw darts until I hit the target.

almanzarj commented 3 years ago

Also have the Error: Too many login attempts msg in the logs.

image

claabs commented 3 years ago

Okay, I actually think I fixed it.

@Gamewalker, for the CORS issue you were seeing, that was the hardest to fix, but I added more hcaptcha proxies in https://github.com/claabs/epicgames-freegames-node/commit/c69f8ff35d6dbf8e9794ed71ad520e9a690499dc which should take care of it.

As for the general captcha failures, I fixed the dumbest typo in https://github.com/claabs/epicgames-freegames-node/commit/8e12610f18aa4a3238d966207c91a1b9f3fdd27e which looks like it fixes the problem. I haven't had a single retry since I fixed it.