vogler / free-games-claimer

Automatically claims free games on the Epic Games Store, Amazon Prime Gaming and GOG.
GNU Affero General Public License v3.0
2.2k stars 139 forks source link

Incorrect response on Login in epic-store #279

Open Gokujo opened 6 months ago

Gokujo commented 6 months ago

image

see screenshot.

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

Bookingyo commented 6 months ago

I'm getting the same thing after completing Hcaptcha.

kszym2002 commented 6 months ago

I also received the same prompt.

disconsolated commented 6 months ago

Same issue currently.

kabegithub commented 6 months ago

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

TheBrokenG0d commented 6 months ago

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 commented 6 months ago

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 commented 4 months ago

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.

lslatr23 commented 1 month ago

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.