claabs / epicgames-freegames-node

Automatically login and find available free games the Epic Games Store. Sends you a prepopulated checkout link so you can complete the checkout after logging in. Supports multiple accounts, login sessions, and scheduled runs.
https://hub.docker.com/r/charlocharlie/epicgames-freegames
MIT License
1.39k stars 92 forks source link

Failed to authenticate with GraphQL API #40

Closed IcyTower1337 closed 4 years ago

IcyTower1337 commented 4 years ago

Hello, I tried running the docker setup and it gave me the error bellow:

[2020-10-17 14:50:20.741 +0100] WARN (40 on 5d1fdf868c78): Failed to authenticate with GraphQL API, trying again
user: "myemail"

I tried remaking the docker container in case it was outdated but it still threw the same error, is there anything I've done wrong that's breaking my setup or is it an issue with something that changed on epic's side?

claabs commented 4 years ago

This was fixed in https://github.com/claabs/epicgames-freegames-node/commit/48859984e6976f08c0919c7546c9086f84799514. Update your image with docker pull charlocharlie/epicgames-freegames:latest, or run it with --pull=always.

IcyTower1337 commented 4 years ago

Totally right, pulling the image fixed the issue, my mistake, although --pull=always threw a unknown flag: --pull when trying make a new container, anyways thank you for the help.