#2477 closed bug (Fixed)
Incorrect number of torrents being shown
Reported by: | Doadin | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 2.0.0 |
Component: | GTK UI | Version: | develop |
Keywords: | Cc: |
Description
After adding 800 torrents though autoadd the number of torrents is incorrect. There was 83 already added and i added around 800 the "all" in the side bar still reads 83 but says there are 904 paused. Which is all of them. Adding a few at a time it seems to work fine. Perhapse a check of some sort should be added to ensure correct numbers are shown?
Note: Also changing the torrent state pause to download or vice versa the number downloading or paused changes correctly but the "all" is still incorrect. Maybe some kinda of check like if (paused+queued+downloading+seeding) != (all)
allstatescombined = (paused+queued+downloading+seeding) all = allstatescombined
Obviously of this bit is of no use anywhere but thats the idea. And obiously i think theres at least 1 state missing from that list.
Attachments (1)
Change History (11)
by , 10 years ago
Attachment: | deluge wrong number of all torrents.jpg added |
---|
comment:1 by , 10 years ago
comment:2 by , 10 years ago
Component: | other/unknown → GTK-UI |
---|
It is an issue that has been noticed and we should look into fixing it.
comment:3 by , 10 years ago
Just in case should be noted its not in just the gtkui its webui too as its comeing from the core/libtorrent.
comment:4 by , 10 years ago
Just wanted to add that the "All" under Trackers and "Admin" under owner(the only owner) shows the right number. So it appears maybe their just needs to be some kind of event to update the "All" under states? The number is off till a restart of the daemon when adding or removing a torrent. So maybe something in the add_torrent and remove_torrent that like it does on startup reads?adds? the total?(not sure how its done)
comment:5 by , 10 years ago
Milestone: | 2.0.x → 2.0 |
---|
comment:6 by , 8 years ago
Status: | new → pending |
---|
seems like to me on windows build something between builds deluge-2.0.0.dev584-deluge-2.0.0.dev603 this issue has been fixed? As far as i can tell i have it running in thin client ive restarted daemon and ui a couple times and added 1 torrent or ~20 torrents removed 1 torrent or removed ~3,~5, and all along the way the number has stayed correct. There also seems to be a new status category that i dont remember seeing before, "Active" which shows up when any torrent is transferring data. Maybe there was a issue with processing the categorys before whcih caused the glitch/bug? idk
comment:7 by , 8 years ago
Resolution: | → Fixed |
---|---|
Status: | pending → closed |
I'm pretty sure bendik mentioned something about fixing torrent count in one of the commits.
Active
has always been a state, it perhaps has not been working correctly recently.
comment:8 by , 8 years ago
Ah maybe he did and i hadnt noticed. Either way seems to be ok now. And yea i think i remember seeing active with older stable builds maybe? but ever since the count was off i hadnt noticed it. Either way good news hes squashing bugs left and right. :)
comment:9 by , 8 years ago
Just reverted one of my earlier commits to fix this bug :-)
With the changes in PR6 eventually getting merged, that small (buggy) optimization seemed better in a reverted state.
It does appear to fix after reloading the daemon. I guess you could close this.