Hello, I found a torrent that doesn't behave good in deluge.
I tested it with version 0.5.8.9 and 0.5.9.0 in Fedora 8 x86_64 (both rpms taken directly from koji builds).
The issue is that even though I'm downloading, it doesn't show any download or upload speed, and also it appears I'm not uploading anything (or at least deluge doesn't show it). Ports are forwarded fine with upnp, deluge works just fine with any other torrent I tried. The torrent in question doesn't appear to be malformed at first sight.
I'm pretty sure I cannot link directly to this torrent in this forum, but if anyone wants to check this out I'll gladly pm it.
Thanks for support!
Deluge misbehaving with a particular torrent
Re: Deluge misbehaving with a particular torrent
I'll check it out if there's no other takers...
Re: Deluge misbehaving with a particular torrent
if you run deluge from terminal and then download that particular torrent, does it output anything out of the normal?
also you said deluge was actually downloading and uploading - how did you observe this? did you use the system network monitor or something more advanced like wireshark?
also you said deluge was actually downloading and uploading - how did you observe this? did you use the system network monitor or something more advanced like wireshark?
Re: Deluge misbehaving with a particular torrent
Code: Select all
[dario@dario-laptop ~]$ deluge
no existing Deluge session
Starting new Deluge session...
deluge_core; using libtorrent 0.13.0.0. Compiled with NDEBUG.
Applying preferences
Scanning plugin dir /usr/share/deluge/plugins
Initialising plugin TorrentCreator
Initialising plugin FlexRSS
Initialising plugin NetworkGraph
Initialising plugin TorrentFiles
Initialising plugin NetworkHealth
Initialising plugin Search
Initialising plugin MoveTorrent
Initialising plugin Scheduler
Initialising plugin TorrentPeers
Initialising plugin WebSeed
Initialising plugin SpeedLimiter
Initialising plugin TorrentNotification
Initialising plugin EventLogging
Initialising plugin WebUi
Initialising plugin DesiredRatio
Initialising plugin BlocklistImport
Applying preferences
Starting DHT...
Showing window
Found NetworkGraph plugin...
Found TorrentPeers plugin...
Found MoveTorrent plugin...
Found TorrentFiles plugin...
Found LogEvents plugin...
Found TorrentNotification plugin...
Found NetworkHealth plugin...
Found TorrentCreator plugin...
Found blocklist plugin ...
importing with gzmule
GZMuleReader loading /home/dario/.config/deluge/blocklist.cache
MuleReader loading
TextBase loading
Starting import
Import finished
save uploaded memory
Pickling state...
Raising error: No such unique_ID.
Unable to prioritize files: 'No such unique_ID.'
Raising error: No such unique_ID.
Unable to save fastresume: 'No such unique_ID.'
Unloading TorrentCreator plugin...
save uploaded memory
Pickling state...
Stopping DHT...
Saving fastresume data...
Raising error: No such unique_ID.
Unable to save fastresume: 'No such unique_ID.'
Quitting the core...
core: removing torrents...
core: removing settings...
core: shutting down session...
core shut down.
Well I observe I'm downloading as the files actually increment their content and not just a bunch of zeroes, uploading I'm not sure if I am, later I'll try a wireshark dump to check it out.
Btw, I'm sending the link to the given torrent to both!
Thanks for support,
Dario
Re: Deluge misbehaving with a particular torrent
I see what you mean about it not showing download or upload speed, but still obviously downloading chunks.
That torrent file seems suspiciously large to me, or maybe due to the number of pieces the files are divided up into. I don't see a reason to have it split into that many pieces, maybe they didn't know what they were doing when they created it.
Something interesting, I went and tried it on Ubuntu 8, with the latest Deluge .6 daily build and it wouldn't create the folder or files.
That torrent file seems suspiciously large to me, or maybe due to the number of pieces the files are divided up into. I don't see a reason to have it split into that many pieces, maybe they didn't know what they were doing when they created it.
Something interesting, I went and tried it on Ubuntu 8, with the latest Deluge .6 daily build and it wouldn't create the folder or files.
Re: Deluge misbehaving with a particular torrent
it was downloading but at a ridiculously slow rate for me.
does anyone know what the minium speed you need to be downloading at for it to show up in deluge?
maybe it's going so slow it doesn't appear
does anyone know what the minium speed you need to be downloading at for it to show up in deluge?
maybe it's going so slow it doesn't appear

Re: Deluge misbehaving with a particular torrent
Well no, it's going pretty fast here judging by the network monitor, but speed doesn't show up anyway...
Maybe you're going so slow because 99% of the seeders are in Italy and you're well, on the other side of the world
Maybe you're going so slow because 99% of the seeders are in Italy and you're well, on the other side of the world

Re: Deluge misbehaving with a particular torrent
lol, probably.
I did notice that the speed showing when I hovered over the tray icon was frozen (it was showing the speed of the last torrent I was downloading before I started downloading that particular one).
I did notice that the speed showing when I hovered over the tray icon was frozen (it was showing the speed of the last torrent I was downloading before I started downloading that particular one).
Re: Deluge misbehaving with a particular torrent
I'm quite sure the bug is triggered by the torrent being composed of 10.000+ parts of 256kB, deluge somehow doesn't handle that correctly.
I know such torrent represents an "edge case", still there's no specification limiting the number of parts, even though I admit that using 256kB parts for 2,5GB of data doesn't make much sense...
Further in-depth inspection coming soon.
I know such torrent represents an "edge case", still there's no specification limiting the number of parts, even though I admit that using 256kB parts for 2,5GB of data doesn't make much sense...
Further in-depth inspection coming soon.