mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-03-02 22:57:32 -05:00
"On download done" actions are premature (exit, shutdown, etc). #12396
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#12396
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 @solidus0079 on GitHub (Sep 6, 2021).
Bug report
Checklist
Description
qBittorrent info and operating system(s)
If on Linux,
libtorrent-rasterbarandQtversionsWhat is the problem
Actions set to occur after torrents are done downloading occur too soon. Eg: if set to "exit qBitorrent" or shutdown the system upon completion of downloads, it might occur while one or more of the downloaded files are still being moved to another drive or checked for errors if that option is enabled in Advanced. It is easily reproducible by downloading two files at the same time, and setting the completed files to be moved to a network resource. When the first file is done moving, it will initiate the shutdown timer while the 2nd file is still moving.
Detailed steps to reproduce the problem
What is the expected behavior
The program should exit after all files have been completed, and not just the first file. The program should not exit or shutdown the system during other torrents' post-download file operations.
Extra info (if any)
(type here)
Attachments
(I) 2021-09-06T14:44:41 - UPnP/NAT-PMP: Port mapping successful, message: successfully mapped port using UPnP. external port: TCP/xxxxx
(I) 2021-09-06T14:44:41 - UPnP/NAT-PMP: Port mapping successful, message: successfully mapped port using UPnP. external port: UDP/xxxxx
(N) 2021-09-06T14:44:41 - 'ubuntu-21.04-live-server-amd64.iso' restored.
(N) 2021-09-06T14:44:41 - 'ubuntu-20.04.3-live-server-amd64.iso' restored.
(I) 2021-09-06T14:44:44 - Detected external IP: xxx.xxx.xxx.xxx
(N) 2021-09-06T14:45:41 - Enqueued to move "ubuntu-21.04-live-server-amd64.iso" from "D:\Temp" to "M:\Temp".
(N) 2021-09-06T14:45:41 - Moving "ubuntu-21.04-live-server-amd64.iso" to "M:\Temp"...
(N) 2021-09-06T14:46:01 - Enqueued to move "ubuntu-20.04.3-live-server-amd64.iso" from "D:\Temp" to "M:\Temp".
(N) 2021-09-06T14:46:51 - 'ubuntu-21.04-live-server-amd64.iso' reached the maximum seeding time you set. Paused.
(N) 2021-09-06T14:46:55 - "ubuntu-21.04-live-server-amd64.iso" is successfully moved to "M:\Temp".
(N) 2021-09-06T14:46:55 - Moving "ubuntu-20.04.3-live-server-amd64.iso" to "M:\Temp"...
(N) 2021-09-06T14:47:01 - 'ubuntu-20.04.3-live-server-amd64.iso' reached the maximum seeding time you set. Paused.
(I) 2021-09-06T14:47:10 - UPnP / NAT-PMP support [OFF]
@FranciscoPombal commented on GitHub (Oct 18, 2021):
@glassez ping, you might want to look into this (related to torrent move operations).