You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using the python version of the program, and for some reason I can load the config-file I've created, under the config-folder, but I get an error running the program.
Full stack-trace:
[USER]@[MACHINE]:~/.apps/Plex-Auto-Languages$ python3 main.py -c ./config/config.yaml
2023-06-05 10:35:35,437 [INFO] Parsing config file './config/config.yaml'
2023-06-05 10:35:35,439 [INFO] The provided configuration has been successfully validated
Traceback (most recent call last):
File "/home/user/.apps/Plex-Auto-Languages/main.py", line 117, in <module>
plex_auto_languages = PlexAutoLanguages(args.config_file)
File "/home/user/.apps/Plex-Auto-Languages/main.py", line 27, in __init__
self.config = Configuration(user_config_path)
File "/home/user/.apps/Plex-Auto-Languages/plex_auto_languages/utils/configuration.py", line 74, in __init__
self._add_system_config()
File "/home/user/.apps/Plex-Auto-Languages/plex_auto_languages/utils/configuration.py", line 128, in _add_system_config
os.makedirs(self._config["data_dir"])
File "/usr/lib/python3.10/os.py", line 225, in makedirs
mkdir(name, mode)
PermissionError: [Errno 13] Permission denied: '/config'
I've tried changing the owner to myself, with chown, and I've tried to give all files permission 777 with chmod.
The text was updated successfully, but these errors were encountered:
I am using the python version of the program, and for some reason I can load the config-file I've created, under the
config
-folder, but I get an error running the program.Full stack-trace:
I've tried changing the owner to myself, with
chown
, and I've tried to give all files permission 777 withchmod
.The text was updated successfully, but these errors were encountered: