Config Error: config not found at //config
See original GitHub issueI’m missing something and I’m not sure where it’s at. I’m running the docker container under Unraid and I posted my setup over in issue #4. It starts up fine and I just put a config.yml
and movies.yml
into the folder this afternoon for the first time. I’m assuming the docker container is working because in my /config folder on Unraid that the docker image is pointing to, the logs folder got created fine and the meta.log is there.
But I’m getting this error in my docker log.
File "//plex_meta_manager.py", line 26, in <module>
elif not os.path.exists(os.path.join(default_dir, "config.yml")): raise util.Failed("Config Error: config not found at {}".format(os.path.abspath(default_dir)))
modules.util.Failed: Config Error: config not found at //config
Looks like there’s an extra //
on the //config
somewhere, but I don’t see it in either yml file.
Any ideas what I’ve missed?
Issue Analytics
- State:
- Created 3 years ago
- Comments:14 (5 by maintainers)
Top Results From Across the Web
cant get plex-meta-manager working - Reddit
inside /home/user/docker/volumes/plex_mm i have config.yml file with wide open permissons 777 but i still get Config Error: config not found ...
Read more >ConfigError in config - Rust - Docs.rs
Represents all possible errors that can occur when working with configuration. ... pub enum ConfigError { Frozen, NotFound(String), PathParse(ErrorKind), ...
Read more >Why getting error config file not found in python for Oracle ...
I am trying to connect OCI with Python API. I created start script to start the Oracle Cloud instance. But getting error "Could...
Read more >Config file not found - Usage & Issues - Image.sc Forum
I created the path variable (path_config_file), and I didn't get any errors, but when I tried to run deeplabcut.train_network(path_config_file, ...
Read more >How to Fix Errors in YAML (.YML) Config Files - Knowledgebase
Paste your .yml configuration file into the YAML Parser - the file with the error is most likely the file you edited last....
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I’m also using Unraid to host this container, and I’m seeing this double slash prefix as well. I’m combing through the Dockerfile to see if there’s something about the application transition which causes it.
I’d like to point out to @Tharic99 that they may have set up their path mount incorrectly, if they need to pass the
--config
argument. I assume they made it an environment variable. This screenshot specifies/mnt/user/appdata/plex-meta-manager
as the default directory holding theconfig.yml
file which works for me. Theconfig.yml
file must exist prior to running the container.I’ll get around to pushing Unraid CA support later this week.
Just as a heads up in the wiki almost everywhere is says --config-path in the examples.
Screenshot