Extractor and Blocklist plugin problem

Suggest, post, or discuss plugins for Deluge
Post Reply
biocore
New User
New User
Posts: 5
Joined: Thu Jan 07, 2010 5:27 pm

Extractor and Blocklist plugin problem

Post by biocore »

Hi,

I've just installed 1.2.0-rc5-dev (the windows version) and I'm unable to enable the extractor and/or the Blocklist plugin. The check-box check just disappears once I clicked apply or ok.
johnnyg
Top Bloke
Top Bloke
Posts: 1522
Joined: Sun Oct 28, 2007 4:00 am
Location: Sydney, Australia

Re: Extractor and Blocklist plugin problem

Post by johnnyg »

Did you download: http://download.deluge-torrent.org/wind ... etup-2.exe ?
The first windows installer had a packaging error that prevented the blocklist from working. It didn't affect the extractor plugin though.

Otherwise best thing would be to paste deluged.log from %APPDATA%\deluge.
loki
Moderator
Moderator
Posts: 787
Joined: Tue Dec 04, 2007 3:27 pm
Location: MI, USA

Re: Extractor and Blocklist plugin problem

Post by loki »

Now that you mention it, the extractor is indeed not working, yes I have the version 2 of rc5... I believe this is what you need.

Code: Select all

[DEBUG   ] 00:17:11 preferences:886 on_plugin_toggled
[ERROR   ] 00:17:11 pluginmanagerbase:138 Unable to instantiate plugin!
[ERROR   ] 00:17:11 __init__:1082 No module named utils
Traceback (most recent call last):
  File "deluge\pluginmanagerbase.py", line 136, in enable_plugin
  File "c:\program files (x86)\deluge\deluge-python\deluge-1.2.0_rc5_dev-py2.6.egg\deluge\plugins\extractor-0.1-py2.6.egg\extractor\__init__.py", line 44, in __init__
    from core import Core as _plugin_cls
  File "c:\program files (x86)\deluge\deluge-python\deluge-1.2.0_rc5_dev-py2.6.egg\deluge\plugins\extractor-0.1-py2.6.egg\extractor\core.py", line 42, in <module>
ImportError: No module named utils
biocore
New User
New User
Posts: 5
Joined: Thu Jan 07, 2010 5:27 pm

Re: Extractor and Blocklist plugin problem

Post by biocore »

Version 2 of the setup fixed the blocklist problem but the extractor remains broken and the log displays the same as what Loki posted above.
johnnyg
Top Bloke
Top Bloke
Posts: 1522
Joined: Sun Oct 28, 2007 4:00 am
Location: Sydney, Australia

Re: Extractor and Blocklist plugin problem

Post by johnnyg »

This seems to be a packaging error (which has been fixed).

However, the extractor won't work on windows due to it expecting certain binaries to be available.
biocore
New User
New User
Posts: 5
Joined: Thu Jan 07, 2010 5:27 pm

Re: Extractor and Blocklist plugin problem

Post by biocore »

Ok, thank you for the information. I guess there is no way around the fact that you need binaries that are only available on linux.
johnnyg
Top Bloke
Top Bloke
Posts: 1522
Joined: Sun Oct 28, 2007 4:00 am
Location: Sydney, Australia

Re: Extractor and Blocklist plugin problem

Post by johnnyg »

It's not that they're only available on linux, it's that it doesn't know where to find them.
Post Reply