Revadike / epicgames-freebies-claimer

Claim available free game promotions from the Epic Games Store.
MIT License
2.23k stars 361 forks source link

Docker image asking for an "exchange code for email"? #118

Closed jamespdaily closed 3 years ago

jamespdaily commented 3 years ago

I'm running the Docker image on Ubuntu 21.04.

I have device_auths.json in my local folder and run the docker image, however as it's starting up I see what's in the image below. The weird thing is if I start typing anything it doubles what I'm typing.

https://imgur.com/YoOx4ER

Could the issue be that I created device_auths.json on a different computer than the one that is running the docker container?

Revadike commented 3 years ago

Seems your format is wrong. It should be in JSON:

{ email: { .... device auth data ... } }