SzymonLisowiec / node-epicgames-client

Unofficial EpicGames Launcher in javascript.
MIT License
110 stars 33 forks source link

errors.com.epicgames.accountportal.captcha_invalid #99

Open jokoast opened 4 years ago

jokoast commented 4 years ago

The example sample with my own credentials returns errors.com.epicgames.accountportal.captcha_invalid

Don't know how to bypass that.

davispuh commented 4 years ago

Yeah it always fails with this, even if you login manually and solve captcha it doesn't remember that for next time.

PaulKovalov commented 4 years ago

any solution for this?

davispuh commented 4 years ago

Kinda, save your session after have logged in so you don't need to relogin and do captcha again. Also this repo seems abandoned, we're maintaining a fork here https://github.com/Revadike/node-epicgames-client

ThisNils commented 2 years ago

Logging in via email and password is not recommended anymore as you'll get a captcha 90% of the time. Unfortunately this library does not support device auths. If you only need Fortnite functionality, you could take a look at my library https://fnbr.js.org/#/ which is actively maintained and supports auth methods like device auths and launcher refresh tokens