mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-03-02 22:57:32 -05:00
Torrent does not reliably move folders after completion #16196
Labels
No labels
Accessibility
AppImage
Bounty
Build system
CI
Can't reproduce
Code cleanup
Confirmed bug
Confirmed bug
Core
Crash
Data loss
Discussion
Docker
Documentation
Duplicate
Feature
Feature request
Feature request
Feature request
Filters
Flatpak
GUI
Has workaround
I2P
Invalid
Libtorrent
Look and feel
Meta
NSIS
Network
Not an issue
OS: *BSD
OS: Linux
OS: Windows
OS: macOS
PPA
Performance
Project management
Proxy/VPN
Qt bugs
Qt6 compat
RSS
Search engine
Security
Temp folder
Themes
Translations
Triggers
Waiting diagnosis
Waiting info
Waiting upstream
Waiting web implementation
Watched folders
WebAPI
WebUI
autoCloseOldIssue
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/qBittorrent#16196
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @lunarwolfspirit on GitHub (Oct 9, 2024).
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
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 on GitHub (Oct 10, 2024):
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 on GitHub (Oct 11, 2024):
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.