mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-03-02 22:57:32 -05:00
Force recheck performs twice #8758
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#8758
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 @N46AN on GitHub (Jun 1, 2019).
qbittorrent 4.1.5
Windows 7 x86
setup:
Use temp folder;
Do not use .!qb extension
create subfolder
Steps to reproduce:
Actual behaviour:
Expected behaviour:
Side note:
It is a valid use case to temporarily move finished data to somewhere else, and move it back later to resume seeding. Readding task is not desireable since user would like to preserve stats for individual torrent. Unfortunately there seems to be numerous issues regarding such use case. Thanks for taking time to read this issue!
@N46AN commented on GitHub (Jun 10, 2019):
After much tinkering with preferences, I found out that this double recheck is because of I ticked "Recheck on torrent completion" in advanced settings.
Since the torrent was in an errored state, the first recheck essentially "completes" the torrent. Then "recheck on completion" is triggered, hence the second recheck.
I'm not sure if this can be classified as a bug or not since the program has done everything it was to told to do.
@xavier2k6 commented on GitHub (Dec 17, 2023):
👍