#530 closed bug (Fixed)
sending bad statistic data
Reported by: | 9563@seznam.cz | Owned by: | andar |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Unknown | Version: | 1.0.0 |
Keywords: | Cc: |
Description
When suspended and followed by torrent initialization again, Deluge sends the number of data as if the torrent starts to download from the beginning again.
Change History (8)
comment:1 by , 16 years ago
comment:2 by , 16 years ago
Sorry my english is bad. I try interpter again.
When i load any torrent file and this torrent is downloading, i pause it and again this torrent start and torrent continue download. Now at any time i exit Deluge, Deluge sending data (statistic data about downloading and uploading this torrent files sending to tracker) only in between paused and closed Deluge. Statistic data from the start downloading to paused torrent is throw.
comment:3 by , 16 years ago
This is how it is supposed to work.
When you are downloading Deluge will periodically send it's 'downloaded' total to the tracker. If you pause the torrent then the 'stopped' event will be sent to the tracker indicating that the downloading has ceased. Upon restarting the torrent, the 'downloaded' key sent to the tracker will only be for the amount downloaded since resuming the torrent.
comment:4 by , 16 years ago
UPDATE
after consultation with administrator of my favourite tracker, he say :
Downloading, i have 30% download, i give pause, again start up downloading and close on 40% = after close, Deluge sending data anyhow would download torrent from 0% to 40%.
Original in czech : Stahuji, mam 30% stahnuto, dam pauzu, znovu spustim a ukoncim na 40% = posle data jako kdyby se torrent stahoval od 0% do 40%.
comment:5 by , 16 years ago
I really do not understand what you are trying to say..
What behaviour are you expecting from Deluge?
comment:6 by , 16 years ago
I start downloading, let's say that i have 40% copleted. Deluge sends 40% done. Some time later i continue downloading from 40% to 50% and stop again. Deluge sends stats like i have downloaded all 50% and NOT only the difference between 40% and 50%. Could You check this and if it's true, could You fix it? Thanks.
comment:7 by , 16 years ago
Milestone: | → 1.0.3 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
This should be fixed in [4013].
Thanks.
What do you mean exactly?
When you send a 'started' event to the tracker your 'downloaded' key will be 0, but your 'left' key may be different depending on how much data you still need.
Unless I am misunderstanding you, this is the correct behaviour..