Describe the bug
Since a recent deluge update themepark themes aren't working anymore
Theme Install Method (Don't skip)
Docker Compose
Application Info (Don't skip)
compose.yml
services:
deluge:
image: lscr.io/linuxserver/deluge:latest
container_name: deluge
hostname: deluge
environment:
- PUID=1005
- PGID=33
- UMASK=002
- DELUGE_LOGLEVEL=error
- DOCKER_MODS=ghcr.io/themepark-dev/theme.park:deluge
- TP_THEME=overseerr
volumes:
- /home/deluge/config:/config
-/data/downloads:/data/downloads
ports:
- 127.0.0.1:8112:8112
- 6883:6883
- 6883:6883/udp
docker compose logs
deluge | [mod-init] Running Docker Modification Logic
deluge | [mod-init] Adding themepark-dev/theme.park:deluge to container
deluge | [mod-init] Downloading themepark-dev/theme.park:deluge from ghcr.io
deluge | [mod-init] Installing themepark-dev/theme.park:deluge
deluge | [mod-init] themepark-dev/theme.park:deluge applied to container
deluge | [migrations] started
deluge | [migrations] no migrations found
deluge | ───────────────────────────────────────
deluge |
deluge | ██╗ ███████╗██╗ ██████╗
deluge | ██║ ██╔════╝██║██╔═══██╗
deluge | ██║ ███████╗██║██║ ██║
deluge | ██║ ╚════██║██║██║ ██║
deluge | ███████╗███████║██║╚██████╔╝
deluge | ╚══════╝╚══════╝╚═╝ ╚═════╝
deluge |
deluge | Brought to you by linuxserver.io
deluge | ───────────────────────────────────────
deluge |
deluge | To support LSIO projects visit:
deluge | https://www.linuxserver.io/donate/
deluge |
deluge | ───────────────────────────────────────
deluge | GID/UID
deluge | ───────────────────────────────────────
deluge |
deluge | User UID: 1005
deluge | User GID: 33
deluge | ───────────────────────────────────────
deluge | Linuxserver.io version: 2.2.0-ls370
deluge | Build-date: 2026-04-02T20:08:27+00:00
deluge | ───────────────────────────────────────
deluge |
deluge | ---------------------------
deluge | | Deluge theme.park Mod |
deluge | ---------------------------
deluge | Variables set:
deluge | 'TP_DOMAIN'=
deluge | 'TP_COMMUNITY_THEME'=
deluge | 'TP_SCHEME'=
deluge | 'TP_THEME'=overseerr
deluge |
deluge | No domain set, defaulting to theme-park.dev
deluge | No scheme set, defaulting to https
deluge | ---------------------------
deluge | | Adding the stylesheet |
deluge | ---------------------------
deluge | sed: -i requires an argument
deluge | sed: -i requires an argument
deluge | Stylesheet set to overseerr
deluge |
deluge | [custom-init] No custom files found, skipping...
deluge | /lsiopy/lib/python3.12/site-packages/deluge/pluginmanagerbase.py:16: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81.
deluge | import pkg_resources
deluge | Connection to 127.0.0.1 58846 port [tcp/*] succeeded!
deluge | /lsiopy/lib/python3.12/site-packages/deluge/pluginmanagerbase.py:16: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81.
deluge | import pkg_resources
deluge | Connection to 127.0.0.1 8112 port [tcp/*] succeeded!
deluge | [ls.io-init] done.
To Reproduce
Steps to reproduce the behavior:
- Update deluge to
latest
- See no theme
Expected behavior
Theme supported
Additional context
Not sure what version exactly caused the problem, but when downgrading to version 2.2.0-r1-ls364 the theme does work
Describe the bug
Since a recent deluge update themepark themes aren't working anymore
Theme Install Method (Don't skip)
Docker Compose
Application Info (Don't skip)
latestcompose.yml
docker compose logs
To Reproduce
Steps to reproduce the behavior:
latestExpected behavior
Theme supported
Additional context
Not sure what version exactly caused the problem, but when downgrading to version
2.2.0-r1-ls364the theme does work