Hello i'm really confused over a week trying to setup PMM. i have been trying to test JJJonesJr33 config. with no luck. what im doing wrong ?
i am using the command: python plex_meta_manager.py -r
#(unraid) pmm config not found
1 messages · Page 1 of 1 (latest)
config.yml goes in a folder named config
it is.
in your first post, it isnt. its in /mnt/user/appdata/Plex-Meta-Manager
i think that's the way it works on unraid
and you followed this https://metamanager.wiki/en/nightly/home/guides/unraid.html ?
yes i did
i dont use unraid but what you have looks like the guide. Ive asked for someone who uses unraid to come help so hopefully they can be more helpful with this than I
(unraid) pmm config not found
The log above does not show the symptom described.
It shows exactly what I'd expect. PMM loads the config file, and can't find a TMDB API Key.
A TMDB API Key is required for PMM to run, so it exits at that point.
| Locating config...
[INFO] | Using //config/config.yml as config
[WARNING] | Config Warning: Path does not exist: /config/assets
Here it found and read the config file, read a value from it, and reports that path doesn't exist.
[CRITICAL] | Config Error: tmdb sub-attribute apikey is blank
Can't continue without this.
i always forget this is required. I need to make a troubleshoot checklist for things like this
These three errors:
[WARNING] | Config Warning: Path does not exist: /config/assets
[ERROR] | Config Error: notifiarr sub-attribute apikey is blank
[CRITICAL] | Config Error: tmdb sub-attribute apikey is blank
Are dependent on PMM having read the config file in order to notice those things being missing.