AdrienPoupa / docker-compose-nas

Simple Docker Compose NAS featuring Sonarr, Radarr, Prowlarr, Jellyfin, qBittorrent, PIA VPN and Traefik with SSL support
1.06k stars 145 forks source link

qbittorrent does not download #81

Closed giorgosn closed 5 months ago

giorgosn commented 5 months ago

qbittorrent does not download torrents. I think its something about the network but not sure what. image

No errors in the qbittorrent console image

This is the logs of traefik image

giorgosn commented 5 months ago

Edit: seems that its a VPN issue. I get this error: 2024-06-28 12:43:17 /scripts/pf_success.sh: line 25: /pia-shared/portupdate-qbittorrent.sh: cannot execute: required file not found

Fixed this issue. I had windows characters in the file and could not read by the docker

giorgosn commented 5 months ago

Solved the error!! The solution in my problem was that qtorrent did not had rights to the folder that stores the files /data/torrent chown -R <user>:<group> /data/torrents it worked

AdrienPoupa commented 5 months ago

Thanks for the followup, I'm glad you could solve it!