mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-03-02 22:57:32 -05:00
Column 'Downloaded' will not change after 'Force check'. #14357
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#14357
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 @srcdabada on GitHub (Feb 18, 2023).
qBittorrent & operating system versions
qBittorrent: 4.5.1 x64
Operating system: Windows 10 Pro 22H2 19045.2604 x64 (10.0.19045)
Qt: 5.15.8
libtorrent-rasterbar: 1.2.18.0
What is the problem?
Suppose you download a 1GB test.zip file.
After downloading approximately 100 MB, stop downloading.
Delete 'test.zip.!qB' file and 'Force recheck'.
Column 'Progress' is initialized at 0.0%, and the torrent is ready to be downloaded from scratch again.
However, Column 'Downloaded' is not initialized and indicates '100.0 MiB', not '0 B'.
Steps to reproduce
No response
Additional context
No response
Log(s) & preferences file(s)
No response
@srcdabada commented on GitHub (Feb 20, 2023):
The real problem I found is that when the download resumes, it starts in the wrong state.
Column 'Size' value is always greater than or equal to the value of Column 'Downloaded'.
Based on the assumption above, the file size is 1 GiB, but the final Column 'Downloaded' value is 1.09 GiB.
This can be very confusing to users.
@HanabishiRecca commented on GitHub (Feb 27, 2023):
'Downloaded' shows how much traffic actually were spent downloading, regardless of content size.
E.g. if you (or peer you connected to) have bad connection, download amout may be higher than torrent size. Because if downloaded block is damaged, client simply drops it and re-downloads again. Same goes for your scenario.
Or vice versa, it will be 0 if you add torrent having 100% of data, it goes seeding immediately after checking.
@luzpaz commented on GitHub (Jun 11, 2023):
Ticket needs
GUItag