Opened 17 years ago

Closed 16 years ago

#180 closed bug (WorksForMe)

crash while trying to check blocklist plugin

Reported by: MKufleitner@t-online.de Owned by: andar
Priority: major Milestone:
Component: Plugin Version: 0.5.8.9
Keywords: Cc:

Description

no existing Deluge session Starting new Deluge session... deluge_core; using libtorrent 0.13.0.0. Compiled with NDEBUG. Applying preferences save uploaded memory Pickling state... Scanning plugin dir /usr/share/deluge/plugins Initialising plugin Scheduler Initialising plugin MoveTorrent Initialising plugin FlexRSS Initialising plugin BlocklistImport Initialising plugin TorrentFiles Initialising plugin WebUi Initialising plugin DesiredRatio Initialising plugin WebSeed Initialising plugin SpeedLimiter Initialising plugin TorrentCreator Initialising plugin Search Initialising plugin NetworkHealth Initialising plugin EventLogging Initialising plugin NetworkGraph Initialising plugin TorrentPeers Initialising plugin TorrentNotification Applying preferences Starting DHT... Showing window Found blocklist plugin ... Traceback (most recent call last):

File "/var/lib/python-support/python2.5/deluge/dialogs.py", line 310, in plugin_toggled

self.plugins.enable_plugin(plugin_name)

File "/var/lib/python-support/python2.5/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 72, in init

self.loadlist(fetch=self.config.get('load_after_days'))

File "/usr/share/deluge/plugins/BlocklistImport/init.py", line 99, in loadlist

if now_timestamp >= (list_timestamp + (86400 * days_update)):

TypeError: unsupported operand type(s) for *: 'int' and 'NoneType' save uploaded memory Pickling state...

Change History (2)

comment:1 by (none), 17 years ago

Milestone: 0.5.9

Milestone 0.5.9 deleted

comment:2 by mvoncken, 16 years ago

Resolution: worksforme
Status: newclosed

Worksforme in 1.0 : Closing old bugs, feel free to reopen.

Note: See TracTickets for help on using tickets.