Sickchill not starting after update

After doing a reset of my docker container for Sickchill the docker does start, but the site doesn’t open. In te log I see the error underneath. I don’t know what is missing or how to resolve this. Any help would be appreciated:

sickchill installed: True stdout

12:06:30 /usr/lib/python3.9/site-packages/requests/init.py:102: RequestsDependencyWarning: urllib3 (1.26.7) or chardet (5.0.0)/charset_normalizer (2.0.7) doesn’t match a supported version! stdout

12:06:30 warnings.warn("urllib3 ({}) or chardet ({})/charset_normalizer ({}) doesn’t match a supported " stdout

12:06:34 Traceback (most recent call last): stdout

12:06:34 File “/usr/bin/SickChill”, line 8, in stdout

12:06:34 sys.exit(main()) stdout

12:06:34 File “/usr/lib/python3.9/site-packages/SickChill.py”, line 345, in main stdout

12:06:34 SickChill().start() stdout

12:06:34 File “/usr/lib/python3.9/site-packages/SickChill.py”, line 90, in start stdout

12:06:34 settings.DATA_DIR = choose_data_dir(settings.PROG_DIR) stdout

12:06:34 File “/usr/lib/python3.9/site-packages/sickchill/helper/common.py”, line 404, in choose_data_dir stdout

12:06:34 if location.joinpath(check).exists(): stdout

12:06:34 File “/usr/lib/python3.9/pathlib.py”, line 1424, in exists stdout

12:06:34 self.stat() stdout

12:06:34 File “/usr/lib/python3.9/pathlib.py”, line 1232, in stat stdout

12:06:34 return self._accessor.stat(self) stdout

12:06:34 PermissionError: [Errno 13] Permission denied: '/root/sickchill/sickbeard.db

Solved it. Quite new into docker, so sorry for the inconveniënte. Somehow my HOME parameter jumped to /root instead of /config.

1 Like

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.