Start Deluge with 600+ torrents in it
Re: Start Deluge with 600+ torrents in it
SO... what's our next step in solving this?
Re: Start Deluge with 600+ torrents in it
You can try this version: http://ge.tt/330gw2H1/v/0
It contains the latest develop code and libtorrent 0.16.10
Edit: The file has been updated to fix a bug in the develop code that caused the torrent list not to be updated.
It contains the latest develop code and libtorrent 0.16.10
Edit: The file has been updated to fix a bug in the develop code that caused the torrent list not to be updated.
When reporting issues, please include any relevant information such as OS (and version), python version (for Windows users this depends on which Deluge installer was used), Deluge version and plugin version.
Re: Start Deluge with 600+ torrents in it
This build definitely loads GUI faster and I see a list of torrents whose resume data is being checked. And it's being checked faster, it seems. I will be monitoring further, especially, sicne I plan to add another thousand of torrents, at the least (=
Re: Start Deluge with 600+ torrents in it
With this build I can't access settings and I see a mismatch between "All" torrents and "Seeding" torrents, although no other states are shown... It seems like GUI is actually hanging... because even if I add\remove columns in the grid - nothing changes... I mean columns are not added\removed...
Re: Start Deluge with 600+ torrents in it
This dev build does not seem to write much of debug info as well... The only line I was able to get out of it is:
And I did press different buttons...
Code: Select all
14:44:50 [DEBUG ][deluge.ui.gtkui.gtkui ] sent rate: 7.7 KiB/s recv rate: 7.7 KiB/s
Re: Start Deluge with 600+ torrents in it
Simbiat: Can you redownload the file and test again?
When reporting issues, please include any relevant information such as OS (and version), python version (for Windows users this depends on which Deluge installer was used), Deluge version and plugin version.
Re: Start Deluge with 600+ torrents in it
did you re-upload it?bro wrote:Simbiat: Can you redownload the file and test again?
Re: Start Deluge with 600+ torrents in it
YesSimbiat wrote:did you re-upload it?bro wrote:Simbiat: Can you redownload the file and test again?
When reporting issues, please include any relevant information such as OS (and version), python version (for Windows users this depends on which Deluge installer was used), Deluge version and plugin version.
Re: Start Deluge with 600+ torrents in it
Same thing. But now it seems to load longer and does not get killed when clicking appropriate option.
Assumption: since all the torrents use my own tracker and I can see, that there are currently a lot of opened connections to announce script, it's possible, that daemon is hanging, 'cause it's spawned all those requests and awaits answers to all of them... Maybe some "throttling" could help here.
Assumption: since all the torrents use my own tracker and I can see, that there are currently a lot of opened connections to announce script, it's possible, that daemon is hanging, 'cause it's spawned all those requests and awaits answers to all of them... Maybe some "throttling" could help here.
Re: Start Deluge with 600+ torrents in it
How long do you wait before you try to kill it? If you only have 600 torrents, Deluge should have no problems handling them. Do you start deluge with logging (-L info -l deluge.log)? That should tell you when it's done loading the torrents.
The daemon should definitely not hang because it waits for replies on the connections.
The daemon should definitely not hang because it waits for replies on the connections.
When reporting issues, please include any relevant information such as OS (and version), python version (for Windows users this depends on which Deluge installer was used), Deluge version and plugin version.