0.5.9.3 blocklist, problems if download fails...

Suggest, post, or discuss plugins for Deluge
Post Reply
User avatar
Ux64
Seeder
Seeder
Posts: 140
Joined: Wed Nov 14, 2007 5:02 am
Location: System Specialist

0.5.9.3 blocklist, problems if download fails...

Post by Ux64 »

Seems to be crashing always when activated.

Code: Select all

Traceback (most recent call last):
  File "/var/lib/python-support/python2.5/deluge/dialogs.py", line 312, 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 153, in loadlist
    reader.close()
  File "/usr/share/deluge/plugins/BlocklistImport/text.py", line 50, in close
    self.fd.close()
AttributeError: GZMuleReader instance has no attribute 'fd'
/usr/share/deluge/plugins/BlocklistImport/ui.py:207: GtkWarning: gtk_widget_hide_all: assertion `GTK_IS_WIDGET (widget)' failed
  self.hide_all()
I know there aren't any list. I checked, if there would have been. I would have deleted it. I can't enter blocklists plugin configuration screen at all, because Deluge crashes instantly. ;(

- Thank you!
Oops, doesn't work as I expected.
Oops, doesn't work as I expected.
crash-boom-bang.png (4.93 KiB) Viewed 3891 times
Wrong! There is no list at all!!! How it can be wrong tupe or corrupted?! ;)
Last edited by Ux64 on Tue Jun 24, 2008 5:54 pm, edited 1 time in total.
User avatar
Ux64
Seeder
Seeder
Posts: 140
Joined: Wed Nov 14, 2007 5:02 am
Location: System Specialist

Re: 0.5.9.3 blocklist not working at all

Post by Ux64 »

I got around the problem by deleting blocklist.conf, but that's not too "n00b" user friendly. ;)
infernus
New User
New User
Posts: 7
Joined: Tue Jun 24, 2008 4:41 pm

Re: 0.5.9.3 blocklist, problems if download fails...

Post by infernus »

As far as I know, deleting blocklist.conf is the only way to recover after a fudged download of the blocklist. That's how I did it..
User avatar
Ux64
Seeder
Seeder
Posts: 140
Joined: Wed Nov 14, 2007 5:02 am
Location: System Specialist

Re: 0.5.9.3 blocklist, problems if download fails...

Post by Ux64 »

infernus wrote:As far as I know, deleting blocklist.conf is the only way to recover after a fudged download of the blocklist. That's how I did it..
There is also another problem. That corrupted blocklist window is darn sticky. I mean for some reason I get two of those. And if I click Ok it doesn't change anything. For either of those two windows.

So it's clear that development is still in progress. It's "barely working", but not finished solution.
loki
Moderator
Moderator
Posts: 787
Joined: Tue Dec 04, 2007 3:27 pm
Location: MI, USA

Re: 0.5.9.3 blocklist, problems if download fails...

Post by loki »

It's been improved in 0.6 I believe. http://forum.deluge-torrent.org/viewtop ... f=8&t=3245
Post Reply