Custom Query (2449 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (73 - 75 of 2449)

Ticket Resolution Summary Owner Reporter
#171 Fixed crash-message and failure after enabling blocklist plugin markybob anonymous
Description

I am using version 5.8.9 on Ubuntu Hardy and after trying to enable the blocklist plugin, I get a crash message with following on the console.
This happenes after showing the pop-up window for downloading/updating blocklists and deluge does not actually crash,
the plugin is not enabled and the crash message keeps showing, till I shut down normally:

...
Found NetworkHealth plugin...
Found TorrentNotification plugin...
Gtk-Message: (for origin information, set GTK_DEBUG): failed to retrieve property `GtkTreeView::odd-row-color' of type `GdkColor' from rc file value "((GString*) 0x88da950)" of type `GString'
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'
Cancelling
Traceback (most recent call last):
  File "/var/lib/python-support/python2.5/deluge/dialogs.py", line 317, in plugin_toggled
    self.plugins.disable_plugin(plugin_name)
  File "/var/lib/python-support/python2.5/deluge/plugins.py", line 89, in disable_plugin
    plugin = self.enabled_plugins[name]
KeyError: 'Blocklist Importer'
Applying preferences
save uploaded memory
Pickling state...
Stopping DHT...
Saving fastresume data...
Quitting the core...
core: removing torrents...
core: removing settings...
core: shutting down session...
core shut down.

#174 Fixed Peer display not sorting correctly. andar TomTerrific <tom.n.pdx@…>
Description

Summary: In latest 0.6.0 nightly build peer display is not sorting correctly.

Environment: Deluge Release 0.6.0.0r3142, OS Ubuntu Hardy i386 32b

Description: When you sort peers by upload or download speed the peers do not sort.

How to Reproduce: Start up deluge with torrents loaded from fast resume data.

Have one torrent seeding & two downloading, 7 more in the queue.

Go to any torrent with 2 or more active peers and sort by upload or download speed.

The peers are not displayed in correct order.

The peers do change order when sorted, and it seems that often the fastest will be at the top or bottom (depending on if sorting by highest or lowest). But the rest of the peers are in wrong order.

Sort by address seems to work OK.

#175 Fixed Deluge won't launch until multiple tries markybob jeffreyimperial@…
Description

Hi..

I'm on Ubuntu Gnome. My Deluge client won't launch until after I double click or right-click-open the launcher and/or the applications menu/panel three times or more.. Running it from a terminal, I get:

jeff@jeff-linux:~$ deluge no existing Deluge session Starting new Deluge session... deluge_core; using libtorrent 0.13.0.0. Compiled with NDEBUG. Applying preferences Capping download to -1 bytes per second Capping upload to 10240 bytes per second Traceback (most recent call last):

File "/usr/bin/deluge", line 140, in <module>

start_deluge()

File "/usr/bin/deluge", line 127, in start_deluge

interface = deluge.interface.DelugeGTK()

File "/var/lib/python-support/python2.5/deluge/interface.py", line 53, in init

'%s %s'%(common.PROGRAM_NAME, common.PROGRAM_VERSION), common.CONFIG_DIR)

File "/var/lib/python-support/python2.5/deluge/core.py", line 263, in init

self.sync(True)

File "/var/lib/python-support/python2.5/deluge/core.py", line 831, in sync

torrent.compact)

KeyboardInterrupt? jeff@jeff-linux:~$ deluge no existing Deluge session Starting new Deluge session... deluge_core; using libtorrent 0.13.0.0. Compiled with NDEBUG. Applying preferences Capping download to -1 bytes per second Capping upload to 10240 bytes per second Pickling state... Scanning plugin dir /usr/share/deluge/plugins Initialising plugin TorrentNotification? Initialising plugin SimpleRSS Initialising plugin NetworkHealth? Initialising plugin NetworkGraph? Initialising plugin EventLogging? Initialising plugin TorrentFiles? Initialising plugin ExtraStats? Initialising plugin BlocklistImport? Initialising plugin TorrentPeers? Initialising plugin SpeedLimiter? Initialising plugin TorrentCreator? Initialising plugin TorrentPieces? Initialising plugin TorrentSearch? Initialising plugin Locations Initialising plugin DesiredRatio? Applying preferences Starting DHT... Capping download to -1 bytes per second Capping upload to 10240 bytes per second Showing window Loading ExtraStats? plugin...

Note: See TracQuery for help on using queries.