MarkusMcNugen / docker-qBittorrentvpn

Docker container which runs a headless qBittorrent client with WebUI and optional OpenVPN
https://hub.docker.com/r/markusmcnugen/qbittorrentvpn/
GNU General Public License v3.0
171 stars 92 forks source link

Every time I reboot the container, the same several torrents need to be rechecked #61

Open mchamp00 opened 4 years ago

mchamp00 commented 4 years ago

Using the latest version of the container Running on ubuntu server 20.04 Docker version 19.03.11 Using ExpressVPN to connect Currently have about 1300 torrents seeding

Periodically qbittorrent crashes, though I never know by looking at the webui as everything looks fine and it is still responsive. Only reason I know when it happens is that it won't actually add a torrent via the watch folder or the webui, though it lets me go through the steps as if it were working. When I notice the issue and restart the container through the command line it comes back up and works again with no problems. However, every time I restart it, about 50 of my torrents need to be rechecked before they start seeding again. This happens every time, without fail, even if I restart the container when it is working fine, and it's always the same torrents that have an issue. The log file display the following for each torrent that has the issue:

(C) 2020-06-20T04:13:30 - File sizes mismatch for torrent '<torrent name>', pausing it.

Yet when qbittorrent rechecks the file, it works fine and starts seeding again, so the file is not actually the incorrect size. The files are hosted on various mounted folders from my NAS, and other torrents in the same mounted folders don't have any issues.

Neither of these are major issues for me since this otherwise works fine, but I would love to be able to fix them if possible.