node-epicgames-client-login-adapter
node-epicgames-client-login-adapter copied to clipboard
Fails Captcha
Opens a browser which logs me in but prompts Captcha every single time and browser times out before I even get to fill it in.
also, while on this, can we also add an option to support headless login? although it might be technically difficult to achieve
I was using it in a docker
When it logs you in, does it click "login" by itself, or do you do it manually? If you've been tempted to do it manually it may be related to an issue I ran in to which I've submitted a pull request in attempt to solve: https://github.com/SzymonLisowiec/node-epicgames-client-login-adapter/pull/6
Other than that, it may be worth increasing the enterCredentialsTimeout option which can be passed in to the init() options.
If you've been tempted to do it manually it may be related to an issue I ran in to which I've submitted a pull request in attempt to solve: #6
I experienced this exact issue but applying your fix worked, thanks. I see the PR is merged but it doesn't seem to be on npm.