jkirkcaldy / plex-utills

Manage your Plex library automatically
MIT License
324 stars 24 forks source link

Script is not running in docker #27

Closed thijselblaso closed 3 years ago

thijselblaso commented 3 years ago

What is wrong with my config? The script would not start. I think I'm doing something wrong in the config.ini. I want to run the script on docker unraid.

Hope someone can help me!

Docker log

/config/config.ini exists
12:19:29 : This script is now running, check back later for more info
Config check passed
None

Docker plex-utills path settings Screenshot 2021-08-04 at 12 21 35

Docker plex path settings

Screenshot 2021-08-04 at 12 30 03

Config.ini

[PLEXSERVER]
PLEX_URL = http://192.168.1.19:32400
TOKEN = MYTOKEN
FILMSLIBRARY = Movies
PLEXPATH = /movies
MOUNTEDPATH = /movies
thijselblaso commented 3 years ago

Never mind, I had to set the scheduled time earlier haha. I assumed the script would run automatically when I started the docker container, but it wasn't. My bad!