Skip to content

[BUG] categories, tags and trackers not working #426

@vdgsx

Description

@vdgsx

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

categories, tags and trackers sections dont have their "all" and "uncategorized" options, which also doesnt allow adding any new ones.
using latest version (5.1.4-r3-ls451), although it seems to be an issue of many versions prior to this one as ive had to go back to v5.0.0-r0-ls354 to see them working. honestly i didnt check them all, i just wanted to make sure that there was a version that had them working.
i apologize if theres something missing, im new to this kind of stuff.

Image

Expected Behavior

Image

Steps To Reproduce

Reproduction:

  1. Open WebUI.
  2. Left sidebar → Categories → right-click → Add category…
  3. Enter name + save path, click Add.
  4. Expected: category appears in sidebar.
  5. Actual: no categories, tags or trackers appear.

Environment

qBittorrent version: 5.1.4
OS (container): linuxserver/qbittorrent:5.1.4-r3-ls450 (Alpine)
OS (host): Debian 12 (Proxmox VE), kernel 6.17.2-1-pve
Docker: 29.4.0
Architecture: amd64
Install method: official linuxserver.io Docker image, stock compose, no custom patches
Browser: brave, also tried on chrome

CPU architecture

x86-64

Docker creation

services:
  qbittorrent:
    image: lscr.io/linuxserver/qbittorrent:latest
    #image: lscr.io/linuxserver/qbittorrent:5.0.0-r0-ls354
    container_name: qbittorrent
    restart: unless-stopped
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Europe/Rome
      - WEBUI_PORT=8080
    volumes:
      - /opt/arr/qbittorrent:/config
      - /media:/media
    ports:
      - "8080:8080"
      - "6881:6881"
      - "6881:6881/udp"

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:    1000
User GID:    1000
───────────────────────────────────────
Linuxserver.io version: 5.1.4-r3-ls450
Build-date: 2026-04-12T07:56:06+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 (::1) 8080 port [tcp/http-alt] succeeded!
[ls.io-init] done.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    Issues

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions