Is there an existing issue for this?
Current Behavior
Using the vuetorrent docker mod stopped working in 5.0.4-r0-ls389, works with 5.0.4-r0-ls388.
Expected Behavior
Docker mod should be loaded
Steps To Reproduce
- Deploy the aforementioned version with the provided docker-compose.yml definition
Environment
- OS: Ubuntu 24.0.2 LTS
- How docker service was installed: docker-compose + Portainer
CPU architecture
x86-64
Docker creation
services:
torrent:
image: lscr.io/linuxserver/qbittorrent:5.0.4-r0-ls389
container_name: qbitwireguard
network_mode: service:vpn
deploy:
resources:
limits:
memory: 2048M
labels:
- deunhealth.restart.on.unhealthy=true
- wud.tag.include=^\d+\.\d+\.\d+$$
- wud.tag.exclude=^(20|14)\.\d+\.\d+$$
healthcheck:
test: cd /config/qBittorrent/`curl http://localhost:8088/api/v2/transfer/info | jq -r .connection_status` || exit 1
interval: 120s
timeout: 30s
start_period: 180s
retries: 10
environment:
- WEBUI_PORT=8088
- PUID=1000
- PGID=1000
- TZ=Europe/Vienna
- DOCKER_MODS=ghcr.io/vuetorrent/vuetorrent-lsio-mod:latest
volumes:
- /home/home/docker/config:/config
- /home/home/docker/config/qBittorrent/scripts:/scripts
- /disks/data:/downloads
depends_on:
vpn:
condition: service_healthy
restart: always
# ...
networks:
frontend:
name: vpn
Container logs
[mod-init] Running Docker Modification Logic
[mod-init] Adding vuetorrent/vuetorrent-lsio-mod:latest to container
[mod-init] (ERROR) Couldn't fetch auth token from ghcr.io, switching to offline mode for vuetorrent/vuetorrent-lsio-mod:latest
[mod-init] (ERROR) OFFLINE: vuetorrent/vuetorrent-lsio-mod:latest not found in modcache, skipping
[migrations] started
[migrations] no migrations found
───────────────────────────────────────
██╗ ███████╗██╗ ██████╗
██║ ██╔════╝██║██╔═══██╗
██║ ███████╗██║██║ ██║
██║ ╚════██║██║██║ ██║
███████╗███████║██║╚██████╔╝
╚══════╝╚══════╝╚═╝ ╚═════╝
Brought to you by linuxserver.io
───────────────────────────────────────
To support LSIO projects visit:
https://www.linuxserver.io/donate/
───────────────────────────────────────
GID/UID
───────────────────────────────────────
User UID: 1000
User GID: 1000
───────────────────────────────────────
Linuxserver.io version: 5.0.4-r0-ls389
Build-date: 2025-04-13T06:54:20+00:00
───────────────────────────────────────
[custom-init] No custom files found, skipping...
A WebUI röviddel a belső előkészületek után elindul. Kérlek várj...
******** Információ ********
qBittorrent irányításához nyissa meg a Web UI-t itt: http://localhost:8088
Connection to localhost (127.0.0.1) 8088 port [tcp/omniorb] succeeded!
[ls.io-init] done.
Is there an existing issue for this?
Current Behavior
Using the vuetorrent docker mod stopped working in 5.0.4-r0-ls389, works with 5.0.4-r0-ls388.
Expected Behavior
Docker mod should be loaded
Steps To Reproduce
Environment
CPU architecture
x86-64
Docker creation
services: torrent: image: lscr.io/linuxserver/qbittorrent:5.0.4-r0-ls389 container_name: qbitwireguard network_mode: service:vpn deploy: resources: limits: memory: 2048M labels: - deunhealth.restart.on.unhealthy=true - wud.tag.include=^\d+\.\d+\.\d+$$ - wud.tag.exclude=^(20|14)\.\d+\.\d+$$ healthcheck: test: cd /config/qBittorrent/`curl http://localhost:8088/api/v2/transfer/info | jq -r .connection_status` || exit 1 interval: 120s timeout: 30s start_period: 180s retries: 10 environment: - WEBUI_PORT=8088 - PUID=1000 - PGID=1000 - TZ=Europe/Vienna - DOCKER_MODS=ghcr.io/vuetorrent/vuetorrent-lsio-mod:latest volumes: - /home/home/docker/config:/config - /home/home/docker/config/qBittorrent/scripts:/scripts - /disks/data:/downloads depends_on: vpn: condition: service_healthy restart: always # ... networks: frontend: name: vpnContainer logs