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
Starting with commit ec923e9, it looks like a number of python packages are no longer included in the docker image. The deluge-client package was removed as part of this commit, which breaks my setup.
Expected Behavior
No response
Steps To Reproduce
Use the latest flexget image
Attempt to use flexget features that require the deluge-client
Observe that you get an error message that the client is missing
[migrations] started
[migrations] no migrations found
───────────────────────────────────────
██╗ ███████╗██╗ ██████╗
██║ ██╔════╝██║██╔═══██╗
██║ ███████╗██║██║ ██║
██║ ╚════██║██║██║ ██║
███████╗███████║██║╚██████╔╝
╚══════╝╚══════╝╚═╝ ╚═════╝
Brought to you by linuxserver.io
───────────────────────────────────────
To support the app dev(s) visit:
FlexGet: https://github.com/sponsors/gazpachoking/
To support LSIO projects visit:
https://www.linuxserver.io/donate/
─────────────────────────────────────── GID/UID
───────────────────────────────────────
User UID: 202
User GID: 202
───────────────────────────────────────
[custom-init] No custom files found, skipping...
2025-01-07 18:38:48 INFO scheduler Starting scheduler
The text was updated successfully, but these errors were encountered:
Good to know! I got it installed with the Package Install - Universal Docker Mod. Here's the snipped I used in my Ansible config, in case it's helpful for anyone else:
DOCKER_MODS: "linuxserver/mods:universal-package-install"
INSTALL_PIP_PACKAGES: "deluge-client"
Is there an existing issue for this?
Current Behavior
Starting with commit ec923e9, it looks like a number of python packages are no longer included in the docker image. The deluge-client package was removed as part of this commit, which breaks my setup.
Expected Behavior
No response
Steps To Reproduce
Environment
CPU architecture
x86-64
Docker creation
Container logs
The text was updated successfully, but these errors were encountered: