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.34k stars 91 forks source link

Games aren't purchased, instead only get a notification with a link to store page #367

Closed an303042 closed 9 months ago

an303042 commented 9 months ago

Hey,

Recently installed the docker on unraid - running every 6 hours. Instead of purchasing the free game I get a notification with a link to the store checkout page. I then have to finish the transaction manually.

I don't have 2FA turned on and was never asked for a captcha.

Not sure if this is intended behavior or a bug (seems like a bug).

here's my config

{
  "cronSchedule": "0 0,6,12,18 * * *",
  "blacklistedGames": [],
  "searchStrategy": "all",
  "runOnStartup": true,
  "runOnce": false,
  "timezone": "XXXXXXX",
  "intervalTime": 60,
  "accountConcurrency": 3,
  "logLevel": "info",
  "notificationTimeoutHours": 24,
  "testNotifiers": false,
  "skipVersionCheck": false,
  "browserLaunchTimeout": 15,
  "browserLaunchRetryAttempts": 5,
  "browserNavigationTimeout": 30000,
  "deviceAuthClientId": "98f7e42c2e3a4f86a74eb43fbb41ed39",
  "deviceAuthSecret": "0a2449a2-001a-451e-afec-3e812901c4d7",
  "deviceAuthPollRateSeconds": 10,
  "webPortalConfig": {
    "baseUrl": "http://XXXX:XXXX",
    },
  "accounts": [
    {
      "email": "XXXXXXX"
    }
  ],
   "notifiers": [
     {
       "type": "discord",
       "webhookUrl": "https://discord.com/api/webhooks/XXXXXXX"
     }
   ]
}
claabs commented 9 months ago

This is intended. See the project description or the release notes.

an303042 commented 9 months ago

Thank you. but also :(