Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect response on Login in epic-store #279

Open
Gokujo opened this issue Dec 28, 2023 · 8 comments
Open

Incorrect response on Login in epic-store #279

Gokujo opened this issue Dec 28, 2023 · 8 comments

Comments

@Gokujo
Copy link

Gokujo commented Dec 28, 2023

image

see screenshot.

I refreshed the page. My account on epic doesn't have TFA.

@Bookingyo
Copy link

I'm getting the same thing after completing Hcaptcha.

@kszym2002
Copy link

I also received the same prompt.

@disconsolated
Copy link

Same issue currently.

@kabegithub
Copy link

I also recived the same prompt. I am using the latest main image (I pull from "main" not "latest", sha256:0d5136340e6846e0d5143fdcb8600eee2cd2a5fe0e8bbb5895190f57ec081beb)

@TheBrokenG0d
Copy link

TheBrokenG0d commented Dec 29, 2023

Had the same error but I logged in via Steam Login but I am still getting the unsolvable captcha at checkout. Pulling from Main branch aswell.

@vogler
Copy link
Owner

vogler commented Dec 29, 2023

Same as #261. Don't know why that happens again.
You can play around with the Firefox settings mentioned there or just run the scripts without Docker until the captcha issues are sorted out.

@Instinctlol
Copy link

Instinctlol commented Feb 9, 2024

I 'solved' it by copying over some cookie files of my firefox profile of my desktop PC into the browser dir of the docker volume.

  • Go to epicgames.com and make sure you are logged in
  • Navigate to your firefox profile
  • Copy cookies.sqlite, cookies.sqlite-shm, cookies.sqlite-wal (not sure if all 3 are needed, but that's what I did)
  • cd into the browser directory of the docker volume (which is mounted to /fgc/data inside of the container)
  • Take a note of file permissions and owners in this directory (ls -la)
  • Move the 3 files into this browser directory
  • Restore permissions and ownership (I just had to chown root:root ./cookies.sqlite*)
  • docker run ... or however you start free-games-claimer
  • it works!

@lslatr23
Copy link

I 'solved' it by copying over some cookie files of my firefox profile of my desktop PC into the browser dir of the docker volume.

  • Go to epicgames.com and make sure you are logged in
  • Navigate to your firefox profile
  • Copy cookies.sqlite, cookies.sqlite-shm, cookies.sqlite-wal (not sure if all 3 are needed, but that's what I did)
  • cd into the browser directory of the docker volume (which is mounted to /fgc/data inside of the container)
  • Take a note of file permissions and owners in this directory (ls -la)
  • Move the 3 files into this browser directory
  • Restore permissions and ownership (I just had to chown root:root ./cookies.sqlite*)
  • docker run ... or however you start free-games-claimer
  • it works!

I also copied cookies, but with the help of Cookie Quick Manager.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

9 participants