Skip to content

[BUG] Some torrents not added as expected #421

@ArtyomFR

Description

@ArtyomFR

Is there an existing issue for this?

  • I have searched the existing issues

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

  1. Let's cross-seed running
  2. See logs of some torrent reporting injection failure
  3. Tried to inject the faulty torrent manually
  4. 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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions