qbittorrent / qBittorrent

qBittorrent BitTorrent client
https://www.qbittorrent.org
Other
27.6k stars 3.91k forks source link

Torrent does not reliably move folders after completion #21568

Open lunarwolfspirit opened 3 days ago

lunarwolfspirit commented 3 days ago

qBittorrent & operating system versions

qBittorrent: 5.0.0 x64 Operating system: Windows 11 Pro x64 (23H2) 22631.4249 Qt: 6.7.3 Libtorrent: 1.2.19.0

What is the problem?

Have a set up with different save paths defined for completed and incomplete torrents.

Completed downloads are not moving from incomplete folder reliably.

Sometimes the folder itself is created in the completed filepath, but the files remain in the incomplete folder.

Steps to reproduce

  1. Download to completion
  2. Check folder for files
  3. Missing files are found in the "Source" folder and not moved to "Destination"

Additional context

Log(s) & preferences file(s)

(N) 2024-10-10T13:19:50 - Torrent download finished. Torrent: "torrent1" (N) 2024-10-10T13:24:58 - Enqueued torrent move. Torrent: "torrent1". Source: "E:\Downloads_tor". Destination: "E:\Downloads" (N) 2024-10-10T13:24:58 - Start moving torrent. Torrent: "torrent1". Destination: "E:\Downloads" (N) 2024-10-10T13:25:30 - Moved torrent successfully. Torrent: "torrent1". Destination: "E:\Downloads" (N) 2024-10-10T13:25:31 - Torrent download finished. Torrent: "torrent1" (N) 2024-10-10T13:49:37 - Enqueued torrent move. Torrent: "torrent2". Source: "E:\Downloads_tor". Destination: "E:\Downloads" (N) 2024-10-10T13:49:37 - Start moving torrent. Torrent: "torrent2". Destination: "E:\Downloads" (W) 2024-10-10T13:49:38 - Failed to move torrent. Torrent: "torrent2". Source: "E:\Downloads_tor". Destination: "E:\Downloads". Reason: "torrent2" storage move failed. file_rename (E:\Downloads_tor\"torrent2"\"torrent2"): Permission denied" (N) 2024-10-10T13:49:39 - Torrent download finished. Torrent:

TheLinuxGuy commented 3 days ago

Since upgrading to 5.0.0 i am also seeing this on linux/docker.... my downloads complete but are not marked complete for *arrs apps to do the needful moves.

craig-wagner commented 2 days ago

I've been noticing the same thing since upgrading to 5.0.0. Looking in the logs I see the same "Permission denied" message. When I tried to rename one of the completed downloads it wouldn't let me because it claimed some component of Nord had access to the file. I went in and turned off all of Nord's supplemental features, will see if that fixes it.