0.5.8.2 released

Suggestions and discussion of future versions
markybob
Compulsive Poster
Compulsive Poster
Posts: 1230
Joined: Thu May 24, 2007 11:27 pm
Location: Chicago, IL, USA
Contact:

0.5.8.2 released

Post by markybob »

Deluge 0.5.8.2 (24 Januarary 2008)
* Fix column width saving
* Option to download new blocklist after certain number of days - Patch from Mark Stahler
* Fix ui-locking when tracker responded in non-utf8 encoding
* Remove Extra Stats plugin
* Prevent Scheduler plugin from setting an invalid 'max_active_torrents'

EDIT: If you use the blocklist plugin, you'll need to remove ~/.config/deluge/blocklist.conf in Linux or C:\Documents and Settings\[User Name]\Deluge\blocklist.conf in Windows. Sorry.

Can be found at http://download.deluge-torrent.org or http://deluge-torrent.org/downloads.php
You'll notice that we're not providing torrents anymore...there's kind of a long story to this. The quick and dirty of it is that we're moving to OSL and they've asked us to not run a tracker from it. Since they're willing to provide the extra bandwidth and everything else, we really don't need to provide torrents anymore, and it's more work to do so anyway...so yeah :P
danii
Seeder
Seeder
Posts: 123
Joined: Tue Oct 23, 2007 10:29 pm
Location: Braga, Portugal

Re: 0.5.8.2 released

Post by danii »

with Blockilist Plugin enabled deluge failed to start
i started deluge in command line and it started, but when I enable the Blocklist plugin again I get this

Code: Select all

danii@hemper ~ $ deluge
checking for ubuntu...
no existing Deluge session
Starting new Deluge session...
deluge_core; using libtorrent 0.13.0.0. Compiled with NDEBUG.
Applying preferences
Pickling state...
Scanning plugin dir /usr/share/deluge/plugins
Initialising plugin WebUi
Initialising plugin WebSeed
Initialising plugin Search
Initialising plugin BlocklistImport
Initialising plugin DesiredRatio
Initialising plugin TorrentCreator
Initialising plugin TorrentFiles
Initialising plugin TorrentNotification
Initialising plugin TorrentPeers
Initialising plugin SpeedLimiter
Initialising plugin FlexRSS
Initialising plugin MoveTorrent
Initialising plugin NetworkHealth
Initialising plugin Scheduler
Initialising plugin EventLogging
Initialising plugin NetworkGraph
Applying preferences
Found NetworkGraph plugin...
Found TorrentPeers plugin...
Found TorrentFiles plugin...
Found LogEvents plugin...
Found TorrentNotification plugin...
Found NetworkHealth plugin...
Found blocklist plugin ...
Pickling state...
Traceback (most recent call last):
  File "/usr/lib/python2.4/site-packages/deluge/dialogs.py", line 317, in plugin_toggled
    self.plugins.enable_plugin(plugin_name)
  File "/usr/lib/python2.4/site-packages/deluge/plugins.py", line 80, in enable_plugin
    self.enabled_plugins[name] = plugin.enable(self.core, self.interface)
  File "/usr/share/deluge/plugins/BlocklistImport/__init__.py", line 29, in enable
    return BlocklistImport(path, core, interface)
  File "/usr/share/deluge/plugins/BlocklistImport/__init__.py", line 67, in __init__
    self.loadlist(fetch=self.config.get('load_after_days'))
  File "/usr/share/deluge/plugins/BlocklistImport/__init__.py", line 94, in loadlist
    if now_timestamp >= (list_timestamp + (86400 * days_update)):
TypeError: unsupported operand type(s) for *: 'int' and 'NoneType'
removed ~/.config/deluge/blocklist.conf and the plugin's fixed, must be related to patch
markybob
Compulsive Poster
Compulsive Poster
Posts: 1230
Joined: Thu May 24, 2007 11:27 pm
Location: Chicago, IL, USA
Contact:

Re: 0.5.8.2 released

Post by markybob »

danii wrote:removed ~/.config/deluge/blocklist.conf and the plugin's fixed, must be related to patch
thanks for the fix...sorry about that
kramed
Member
Member
Posts: 11
Joined: Sat Nov 03, 2007 1:36 pm
Location: Ontario, Canada

Re: 0.5.8.2 released

Post by kramed »

I publicly admit that I am a moron by breaking the Blocklist.conf compatibility with the patch. Sorry everyone.
loki
Moderator
Moderator
Posts: 787
Joined: Tue Dec 04, 2007 3:27 pm
Location: MI, USA

Re: 0.5.8.2 released

Post by loki »

I'm not seeing an option to set a blocklist download after certain number of days, how is it changed?
markybob
Compulsive Poster
Compulsive Poster
Posts: 1230
Joined: Thu May 24, 2007 11:27 pm
Location: Chicago, IL, USA
Contact:

Re: 0.5.8.2 released

Post by markybob »

loki wrote:I'm not seeing an option to set a blocklist download after certain number of days, how is it changed?
in the plugin's preferences...in the same place where you tell it which list to use. could you please try redownloading? i found one wrong link, so i've reuploaded all of the packages, just in case.
Frosty
Member
Member
Posts: 27
Joined: Fri Nov 16, 2007 4:28 am

Re: 0.5.8.2 released

Post by Frosty »

* Fix column width saving
Works only with torrents list, but peer list still forgetting coloumn width.
User avatar
Ux64
Seeder
Seeder
Posts: 140
Joined: Wed Nov 14, 2007 5:02 am
Location: System Specialist

Re: 0.5.8.2 released

Post by Ux64 »

Thanks, looks good!
loki
Moderator
Moderator
Posts: 787
Joined: Tue Dec 04, 2007 3:27 pm
Location: MI, USA

Re: 0.5.8.2 released

Post by loki »

markybob wrote:
loki wrote:I'm not seeing an option to set a blocklist download after certain number of days, how is it changed?
in the plugin's preferences...in the same place where you tell it which list to use. could you please try redownloading? i found one wrong link, so i've reuploaded all of the packages, just in case.
Yeah, that did the trick...
ajaxas
Member
Member
Posts: 11
Joined: Mon Jan 21, 2008 12:40 pm
Location: Novosibirsk, Russia
Contact:

Re: 0.5.8.2 released

Post by ajaxas »

It still does mess up torrents list order in the main window though.
Reported for Ubuntu 7.10 and Windows Vista.

Thus, unusable.
Post Reply