node-epicgames-client-login-adapter icon indicating copy to clipboard operation
node-epicgames-client-login-adapter copied to clipboard

Fails Captcha

Open ghost opened this issue 5 years ago • 3 comments

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.

ghost avatar Oct 05 '20 04:10 ghost

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

hereisderek avatar Nov 20 '20 01:11 hereisderek

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.

lkd70 avatar Dec 17 '20 07:12 lkd70

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.

owojcikiewicz avatar Jan 17 '21 10:01 owojcikiewicz