question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Config Error: config not found at //config

See original GitHub issue

I’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:closed
  • Created 3 years ago
  • Comments:14 (5 by maintainers)

github_iconTop GitHub Comments

3reactions
wjzivcommented, Feb 11, 2021

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 the config.yml file which works for me. The config.yml file must exist prior to running the container.

image

I’ll get around to pushing Unraid CA support later this week.

3reactions
b101marccommented, Feb 11, 2021

Just as a heads up in the wiki almost everywhere is says --config-path in the examples.

Screenshot

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found