Is there an existing issue for this?
Current Behavior
Cross-seed add torrent to qbittorrent, some torrents are not added, cross-seed report injection failure.
Expected Behavior
Cross-seed add torrent to qbittorrent, all torrents are added, cross-seed see them and report successfull injection.
Steps To Reproduce
- Let's cross-seed running
- See logs of some torrent reporting injection failure
- Tried to inject the faulty torrent manually
- Torrent not added, without error on web UI or in logs.
Environment
- OS: Synology DSM
- How docker service was installed: By synology
CPU architecture
x86-64
Docker creation
qbittorrent:
image: lscr.io/linuxserver/qbittorrent:latest
container_name: qbittorrent
depends_on:
- gluetun
environment:
PUID: 1034
PGID: 100
TZ: Europe/Paris
WEBUI_PORT: 8080
TORRENTING_PORT: 18733
volumes:
- /volume2/appdata/mediacenter/config/qbittorrent:/config
- /volume1/mediacenter/data:/data
network_mode: service:gluetun
restart: unless-stopped
Container logs
[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: 1034
User GID: 100
───────────────────────────────────────
Linuxserver.io version: 5.1.4-r1-ls435
Build-date: 2026-01-04T23:50:59+00:00
───────────────────────────────────────
[custom-init] No custom files found, skipping...
WebUI will be started shortly after internal preparations. Please wait...
******** Information ********
To control qBittorrent, access the WebUI at: http://localhost:8080
Connection to localhost (127.0.0.1) 8080 port [tcp/http-alt] succeeded!
[ls.io-init] done.
Is there an existing issue for this?
Current Behavior
Cross-seed add torrent to qbittorrent, some torrents are not added, cross-seed report injection failure.
Expected Behavior
Cross-seed add torrent to qbittorrent, all torrents are added, cross-seed see them and report successfull injection.
Steps To Reproduce
Environment
CPU architecture
x86-64
Docker creation
qbittorrent: image: lscr.io/linuxserver/qbittorrent:latest container_name: qbittorrent depends_on: - gluetun environment: PUID: 1034 PGID: 100 TZ: Europe/Paris WEBUI_PORT: 8080 TORRENTING_PORT: 18733 volumes: - /volume2/appdata/mediacenter/config/qbittorrent:/config - /volume1/mediacenter/data:/data network_mode: service:gluetun restart: unless-stoppedContainer logs
[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: 1034 User GID: 100 ─────────────────────────────────────── Linuxserver.io version: 5.1.4-r1-ls435 Build-date: 2026-01-04T23:50:59+00:00 ─────────────────────────────────────── [custom-init] No custom files found, skipping... WebUI will be started shortly after internal preparations. Please wait... ******** Information ******** To control qBittorrent, access the WebUI at: http://localhost:8080 Connection to localhost (127.0.0.1) 8080 port [tcp/http-alt] succeeded! [ls.io-init] done.