Charlie Laabs

Results 86 comments of Charlie Laabs

> Would integrating the puppeteer-extra-plugin-recaptcha be worth it? Despite the name it can also solve hcaptcha. It uses a paid captcha solving service though. Captcha solving services won't work due...

I have a theory that some of this may be due to country blacklisting. I added a [`countryCode`](https://claabs.github.io/epicgames-freegames-node/classes/AppConfig.html#countryCode) config option to prevent attempting to purchase games your account's country is...

This is just #164. I'm kind of surprised to see it because I put in a dozen fixes for this recently. Can you set `logLevel: debug` and try again?

From the logs, it just looks like you don't have any notifiers configured. Some example configs are listed here: https://github.com/claabs/epicgames-freegames-node#configjson-or-configjson5

Auto captcha complete doesn't work currently (see #178). You'll need a notifier to be configured in order to solve the captcha yourself. These days, every free game purchase requires solving...

The container is optimized for memory usage, so the webserver and Node are spun down during idle (addressed a bit in #160). I'd like to avoid a web dashboard as...

I'm not really sure what's causing this. I was able to recreate the error, and I was also able to redeem it after a second try. Here's what I can...

I think this may be caused by a polling action on the Epic backend to validate a captcha session ID. In https://github.com/claabs/epicgames-freegames-node/commit/48594c9a3247a5280d89a2506dccd3e3743b6df1, I added a 2 second wait after solving...

I just tested with my account and I was able to login. Here's are the 2FA settings I'm using: ![image](https://user-images.githubusercontent.com/6274312/149817982-0b7d2a5d-4d89-4c21-aea8-ddf4d1afad28.png) By "OTP", do you mean 2FA via authenticator app, or...