Is there an existing issue for this?
Current Behavior
I downgraded from 5.2.0 to 51.4 and function started working again.
Expected Behavior
No response
Steps To Reproduce
Install qbitorrent 5.2.0
Environment
- OS:
- How docker service was installed:
CPU architecture
arm64
Docker creation
services:
qbittorrent:
image: lscr.io/linuxserver/qbittorrent:latest
container_name: qbittorrent
environment:
- PUID=1000
- PGID=1000
- TZ=Etc/UTC
- WEBUI_PORT=8080
- TORRENTING_PORT=6881
volumes:
- /path/to/qbittorrent/appdata:/config
- /path/to/downloads:/downloads #optional
ports:
- 8080:8080
- 6881:6881
- 6881:6881/udp
stop_grace_period: "10s" #optional
restart: unless-stopped
Container logs
Is there an existing issue for this?
Current Behavior
I downgraded from 5.2.0 to 51.4 and function started working again.
Expected Behavior
No response
Steps To Reproduce
Install qbitorrent 5.2.0
Environment
CPU architecture
arm64
Docker creation
services: qbittorrent: image: lscr.io/linuxserver/qbittorrent:latest container_name: qbittorrent environment: - PUID=1000 - PGID=1000 - TZ=Etc/UTC - WEBUI_PORT=8080 - TORRENTING_PORT=6881 volumes: - /path/to/qbittorrent/appdata:/config - /path/to/downloads:/downloads #optional ports: - 8080:8080 - 6881:6881 - 6881:6881/udp stop_grace_period: "10s" #optional restart: unless-stoppedContainer logs
don't have them anymore.