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.39k stars 93 forks source link

Captcha will appear on the checkout page #295

Closed wonderhong closed 9 months ago

wonderhong commented 1 year ago

I deployed this project on my old computer for about three weeks. When I logged in to my account, captcha did not appear, but only when I checked out. If two free games were available, captcha would appear on the check out interface of both games, even if I had completed the purchase verification of the first game. Is this normal? Can this be avoided?

claabs commented 1 year ago

Yes, this is normal. Epic is very aggressive with captchas on checkout. We can reduce the number of captchas solved per session by using the cart (#280).

wonderhong commented 1 year ago

Yes, this is normal. Epic is very aggressive with captchas on checkout. We can reduce the number of captchas solved per session by using the cart (#280).

How can i set up to put all the games in the cart?It seems that the Appconfig file has no options for this

claabs commented 1 year ago

It's not implemented yet, hence the open issue.

claabs commented 9 months ago

No longer relevant in latest version