linuxserver/docker-sickchill

Linuxserver/sickchill broken after last update

Guesch opened this issue · 5 comments

linuxserver.io


Expected Behavior

For the app to work after the latest update! :)

Current Behavior

Docker starts but 404 error while trying to open the webui

Steps to Reproduce

Environment

**OS:Unraid
CPU architecture: x86_64/arm32/arm64
How docker service was installed:
Official docker through CA

Command used to create docker container (run/create/compose/screenshot)

image

Docker logs

Brought to you by linuxserver.io

To support the app dev(s) visit:
SickChill: https://www.patreon.com/SickChill

To support LSIO projects visit:
https://www.linuxserver.io/donate/

GID/UID

User uid: 99
User gid: 100

[cont-init.d] 10-adduser: exited 0.
[cont-init.d] 30-config: executing...
ln: failed to create symbolic link '/app/sickchill/sickchill': File exists

Setting permissions
[cont-init.d] 30-config: exited 0.
[cont-init.d] 99-custom-files: executing...
[custom-init] no custom files found exiting...
[cont-init.d] 99-custom-files: exited 0.
[cont-init.d] done.
[services.d] starting services
[services.d] done.
Traceback (most recent call last):
File "/usr/bin/SickChill.py", line 5, in
from SickChill.SickChill import start
File "/usr/bin/SickChill.py", line 5, in
from SickChill.SickChill import start
ModuleNotFoundError: No module named 'SickChill.SickChill'; 'SickChill' is not a package

Thanks for opening your first issue here! Be sure to follow the bug or feature issue templates!

just got here to report the same, currenty image seems broken. reverting back to the prior one is working.

Seems to be an upstream issue: SickChill/sickchill#7074

Same here indeed
ModuleNotFoundError: No module named 'SickChill.SickChill'; 'SickChill' is not a package Traceback (most recent call last): File "/usr/bin/SickChill.py", line 5, in <module> from SickChill.SickChill import start File "/usr/bin/SickChill.py", line 5, in <module> from SickChill.SickChill import start

Fixed in latest build