Is there an existing issue for this?
Current Behavior
I load up the Web UI, and after a second, all of my active and inactive torrents disappear from the list and it looks empty. The left hand pane will still show the total number in each category and downloads continue, but I cannot access any of my torrents. I have reverted to a previous version and this problem is not there.
There is no indication of anything wrong in the logs.
Expected Behavior
Using the web UI, loading up the webpage and seeing a full list of active and inactive torrents. With the ability to look into the files and other items on each torrent.
Steps To Reproduce
- Have the container running
- Open the web UI
- See normal list of torrents
- wait 2 seconds
- list goes empty
Environment
- OS: Debian 11
- How docker service was installed: using the docker tutorial in their own documentation.
CPU architecture
x86-64
Docker creation
qbittorrent:
container_name: qBittorrent
environment:
- PUID=0
- PGID=0
- TZ=Pacific/Auckland
- WEBUI_PORT=9090
ports:
- 9090:9090
- 6881:6881
- 6881:6881/udp
volumes:
- /srv/dev-disk-by-uuid-1577d94a-27bc-412e-a534-063608ac83c7/docker_imgs/qbittorrent/config:/config
- /srv/dev-disk-by-uuid-1577d94a-27bc-412e-a534-063608ac83c7/docker_imgs/qbittorrent/downloads:/downloads
restart: unless-stopped
image: linuxserver/qbittorrent:latest
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: 0
User GID: 0
───────────────────────────────────────
Linuxserver.io version: 5.0.4-r0-ls390
Build-date: 2025-04-20T06:54:27+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:9090
Connection to localhost (::1) 9090 port [tcp/*] succeeded!
[ls.io-init] done.
Is there an existing issue for this?
Current Behavior
I load up the Web UI, and after a second, all of my active and inactive torrents disappear from the list and it looks empty. The left hand pane will still show the total number in each category and downloads continue, but I cannot access any of my torrents. I have reverted to a previous version and this problem is not there.
There is no indication of anything wrong in the logs.
Expected Behavior
Using the web UI, loading up the webpage and seeing a full list of active and inactive torrents. With the ability to look into the files and other items on each torrent.
Steps To Reproduce
Environment
CPU architecture
x86-64
Docker creation
qbittorrent: container_name: qBittorrent environment: - PUID=0 - PGID=0 - TZ=Pacific/Auckland - WEBUI_PORT=9090 ports: - 9090:9090 - 6881:6881 - 6881:6881/udp volumes: - /srv/dev-disk-by-uuid-1577d94a-27bc-412e-a534-063608ac83c7/docker_imgs/qbittorrent/config:/config - /srv/dev-disk-by-uuid-1577d94a-27bc-412e-a534-063608ac83c7/docker_imgs/qbittorrent/downloads:/downloads restart: unless-stopped image: linuxserver/qbittorrent:latestContainer 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: 0 User GID: 0 ─────────────────────────────────────── Linuxserver.io version: 5.0.4-r0-ls390 Build-date: 2025-04-20T06:54:27+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:9090 Connection to localhost (::1) 9090 port [tcp/*] succeeded! [ls.io-init] done.