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

smtpHost error with ip-address #167

Closed smilebasti closed 2 years ago

smilebasti commented 2 years ago

Is it possible that my error (below) comes from the same Bug #152? I am using an IP-address as smtpHOST? I used the latest docker-image and followed docs.

Thanks

Getting settings from JSON: /usr/app/config/config.json
Setting config variables
Run on startup: true
Run once: false
> epicgames-freegames-node@3.0.0 start /usr/app
> node dist/src/index.js
CONFIGURATION ERROR: Incomplete email config: smtpHost
Error: Incomplete email config: smtpHost
    at validateConfig (/usr/app/src/common/config.ts:84:39)
claabs commented 2 years ago

> epicgames-freegames-node@3.0.0

It looks like you're not on the latest version. Here are the latest tags.

smilebasti commented 2 years ago

Thanks. Didn't pull the new image