Kometa-Team / ImageMaid

Python 3 Script for Cleaning Up Images in Plex
MIT License
273 stars 15 forks source link

Unraid Setup #63

Open Tmatz27 opened 2 months ago

Tmatz27 commented 2 months ago

Version Number

develop

What branch are you on?

develop

Describe the Bug

I can not get the docker in unraid to run. It states there is noplex URL, plex token, and the plex path are present so its running in local mode. But the .env has those valuses present. Not sure what I need to do to fix this. Screenshot 2024-07-11 113014

Logs

No response

Tmatz27 commented 2 months ago

Made a little more head way but still having issues. Its now saying that it sees plex is running. ive restarted Plex before starting the docker, and I have even changed the ignore if running variable to True and it still wont start. Screenshot 2024-07-11 153101

gehrleib commented 1 month ago

Add "IGNORE_RUNNING=True" as it states in the Error Report.

I also added "LOCAL_DB=True" as it was failing to pull it from the API

Tmatz27 commented 1 month ago

I have ignore running=true in the .env initially it really seems like it's not even looking at the .env

jerry00020001 commented 1 month ago

I am having the same issue. It's not seeing the env file

Screenshot 2024-08-05 at 3 53 41 PM
jerry00020001 commented 1 month ago

I figured it out, @Tmatz27 , the .env literally has to be named '.env'

I had mine as test.env , then tried example.env , but it's just .env

Tmatz27 commented 1 month ago

My file was already named .env and still having the issue