[Support] Linuxserver.io - Sickchill


Recommended Posts

Is the build for today borked for anyone else? Seeing this over and over in the logs and can't reach the admin page:

 

Quote

File "/usr/lib/python3.8/site-packages/sickchill/oldbeard/helpers.py", line 1315, in <module>
requests.exceptions.InvalidJSONError,
AttributeError: module 'requests.exceptions' has no attribute 'InvalidJSONError'
Checking poetry
sickchill installed: True
Traceback (most recent call last):
File "/usr/bin/SickChill", line 5, in <module>
from SickChill import main
File "/usr/lib/python3.8/site-packages/SickChill.py", line 14, in <module>
import sickchill.start
File "/usr/lib/python3.8/site-packages/sickchill/__init__.py", line 6, in <module>
from .show.indexers import indexer, ShowIndexer
File "/usr/lib/python3.8/site-packages/sickchill/show/indexers/__init__.py", line 1, in <module>
from .handler import ShowIndexer
File "/usr/lib/python3.8/site-packages/sickchill/show/indexers/handler.py", line 5, in <module>
from sickchill.tv import Show, TVEpisode
File "/usr/lib/python3.8/site-packages/sickchill/tv.py", line 19, in <module>
import sickchill.oldbeard.providers
File "/usr/lib/python3.8/site-packages/sickchill/oldbeard/providers/__init__.py", line 4, in <module>
import sickchill.oldbeard.helpers

 

  • Like 1
Link to comment
  • 5 months later...

Sickchill died for me recently after updating to latest docker version of sickchill via unraid docker screen "check for updates" button.

I am on Unraid 6.9.1. Sickchill container ID: 46be26380d7a. I have restarted the sickchill docker a few times but no joy.

Any ideas?

 

Edit: I also tried editing the docker config to run sickchill in "Privileged" mode. Still no joy

 

There are a few errors appearing when I view the logs:

warnings.warn("urllib3 ({}) or chardet ({})/charset_normalizer ({}) doesn't match a supported "
Checking poetry
sickchill installed: True
/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!

warnings.warn("urllib3 ({}) or chardet ({})/charset_normalizer ({}) doesn't match a supported "
Traceback (most recent call last):
File "/usr/bin/SickChill", line 8, in <module>
sys.exit(main())
File "/usr/lib/python3.9/site-packages/SickChill.py", line 345, in main
SickChill().start()
File "/usr/lib/python3.9/site-packages/SickChill.py", line 90, in start
settings.DATA_DIR = choose_data_dir(settings.PROG_DIR)
File "/usr/lib/python3.9/site-packages/sickchill/helper/common.py", line 404, in choose_data_dir
if location.joinpath(check).exists():
File "/usr/lib/python3.9/pathlib.py", line 1424, in exists
self.stat()
File "/usr/lib/python3.9/pathlib.py", line 1232, in stat
return self._accessor.stat(self)
PermissionError: [Errno 13] Permission denied: '/root/sickchill/sickbeard.db'

 

 

EDIT 2: A new image of sickchill was released [Image ID: 357610432]. Pulled new image. Everything fixed.

Edited by jaso
Edit 1: Additional (failed) troubleshooting added. Edit 2: pulled new image = problem fixed
Link to comment
On 7/24/2022 at 7:28 AM, jaso said:

Sickchill died for me recently after updating to latest docker version of sickchill via unraid docker screen "check for updates" button.

I am on Unraid 6.9.1. Sickchill container ID: 46be26380d7a. I have restarted the sickchill docker a few times but no joy.

Any ideas?

 

Edit: I also tried editing the docker config to run sickchill in "Privileged" mode. Still no joy

 

There are a few errors appearing when I view the logs:

warnings.warn("urllib3 ({}) or chardet ({})/charset_normalizer ({}) doesn't match a supported "
Checking poetry
sickchill installed: True
/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!

warnings.warn("urllib3 ({}) or chardet ({})/charset_normalizer ({}) doesn't match a supported "
Traceback (most recent call last):
File "/usr/bin/SickChill", line 8, in <module>
sys.exit(main())
File "/usr/lib/python3.9/site-packages/SickChill.py", line 345, in main
SickChill().start()
File "/usr/lib/python3.9/site-packages/SickChill.py", line 90, in start
settings.DATA_DIR = choose_data_dir(settings.PROG_DIR)
File "/usr/lib/python3.9/site-packages/sickchill/helper/common.py", line 404, in choose_data_dir
if location.joinpath(check).exists():
File "/usr/lib/python3.9/pathlib.py", line 1424, in exists
self.stat()
File "/usr/lib/python3.9/pathlib.py", line 1232, in stat
return self._accessor.stat(self)
PermissionError: [Errno 13] Permission denied: '/root/sickchill/sickbeard.db'

 

 

EDIT 2: A new image of sickchill was released [Image ID: 357610432]. Pulled new image. Everything fixed.

Hi there,

 

It happens sometimes, next time a docker update fails rollback to previous release just changing "latest" for the previous working version "2022.7.20-ls101" in the docker template.

 

Cheers

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.