Is there an existing issue for this?
Current Behavior
qbt v5.2.3. Search returns no results. Search plugins button brings up an empty list of plugins. Check for updates, or install new plugin, have no visual feedback. Enabling the execution log I can see:
Found Python executable. Name: "/usr/bin/python". Version: "3.14.7"
Plugin "eztv" is outdated, updating to version 1.23
Plugin eztv is not supported.
for all default plugins. Any way to see more details than "is not supported"?
Expected Behavior
Search should work. Installing search plugins, they should then be found.
Steps To Reproduce
Start the container on Synology, connect to it from your web browser, Search tab, Search plugins, Check for updates.
I no longer know whether Python 3.14.7 was installed prior to my adding it (from a bash terminal opened in the container), but it's there now, and I see no evidence of any other version of Python. And qbt logs that it finds it. So I'm not seeing how missing python can be an issue. I wasn't able to figure out how to 'apk add' any other version of Python to experiment with.
Based on web posts I did delete the nova3 directory and restart. It was recreated.
Environment
- OS: Synology DSM 7.4.1-90080
- How docker service was installed:
In Container Manager create a project like this and Build it.
services:
gluetun:
image: qmcgaw/gluetun:latest
container_name: gluetun
cap_add:
- NET_ADMIN
devices:
- /dev/net/tun:/dev/net/tun
ports:
- 8888:8888/tcp # HTTP proxy
- 8388:8388/tcp # Shadowsocks
- 8388:8388/udp # Shadowsocks
- 8090:8090 # port for qbittorrent
volumes:
- /volume1/docker/gluetun:/gluetun
environment:
- PUID=xx
- PGID=xx
- VPN_SERVICE_PROVIDER=surfshark
# - VPN_TYPE=openvpn
- VPN_TYPE=wireguard
- WIREGUARD_PRIVATE_KEY=xx=
- WIREGUARD_ADDRESSES=xx/16
# - OPENVPN_USER=xx
# - OPENVPN_PASSWORD=xx
- SERVER_COUNTRIES=Switzerland,Netherlands
# - OPENVPN_PROTOCOL=TCP
- TZ=America/New_York
- HTTPPROXY=off #change to on if you wish to enable
- SHADOWSOCKS=off #change to on if you wish to enable
- FIREWALL_OUTBOUND_SUBNETS=172.20.0.0/16,192.168.218.0/24 #change this in line with your subnet see note on guide.
# - FIREWALL_VPN_INPUT_PORTS=12345 #uncomment this line and change the port as per the note on the guide
network_mode: synobridge
labels:
- com.centurylinklabs.watchtower.enable=false
restart: unless-stopped
qbittorrent:
image: linuxserver/qbittorrent:latest
container_name: qbittorrent
environment:
- PUID=xx
- PGID=xx
- TZ=America/New_York
- WEBUI_PORT=8090
volumes:
- /volume1/docker/qbittorrent:/config
- /volume1/data/torrents:/data/torrents
network_mode: service:gluetun # run on the vpn network
depends_on:
gluetun:
condition: service_healthy
restart: unless-stopped
CPU architecture
x86-64
Docker creation
? It's not clear to me how to include screenshots here. But see above.
Container logs
Nothing useful there I think ...
[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:8090
[ls.io-init] done.
[migrations] started
[migrations] no migrations found
usermod: no changes
───────────────────────────────────────
██╗ ███████╗██╗ ██████╗
██║ ██╔════╝██║██╔═══██╗
██║ ███████╗██║██║ ██║
██║ ╚════██║██║██║ ██║
███████╗███████║██║╚██████╔╝
╚══════╝╚══════╝╚═╝ ╚═════╝
Brought to you by linuxserver.io
───────────────────────────────────────
To support LSIO projects visit:
https://www.linuxserver.io/donate/
───────────────────────────────────────
GID/UID
───────────────────────────────────────
User UID: 1029
User GID: 65536
───────────────────────────────────────
Linuxserver.io version: 5.2.3_v2.0.14-ls473
Build-date: 2026-08-23T07:23:17+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:8090
[ls.io-init] done.
Is there an existing issue for this?
Current Behavior
qbt v5.2.3. Search returns no results. Search plugins button brings up an empty list of plugins. Check for updates, or install new plugin, have no visual feedback. Enabling the execution log I can see:
for all default plugins. Any way to see more details than "is not supported"?
Expected Behavior
Search should work. Installing search plugins, they should then be found.
Steps To Reproduce
Start the container on Synology, connect to it from your web browser, Search tab, Search plugins, Check for updates.
I no longer know whether Python 3.14.7 was installed prior to my adding it (from a bash terminal opened in the container), but it's there now, and I see no evidence of any other version of Python. And qbt logs that it finds it. So I'm not seeing how missing python can be an issue. I wasn't able to figure out how to 'apk add' any other version of Python to experiment with.
Based on web posts I did delete the nova3 directory and restart. It was recreated.
Environment
CPU architecture
x86-64
Docker creation
Container logs