Extractor

Suggest, post, or discuss plugins for Deluge
Post Reply
Ishran
New User
New User
Posts: 1
Joined: Sat Jun 22, 2019 6:58 pm

Extractor

Post by Ishran »

Hey, i've been trying to deal with Extractor for a few days and gotten myself thoroughly stuck and hope someone in here can help me with this issue.

I am currently running Deluge 1.3.15 on a Windows 10 machine.
I've installed 7-Zip(32-bit) and added it in the PATH.

I keep getting this error when it wants to extract multi-.rar files:

Traceback (most recent call last):
File "deluge\ui\gtkui\listview.py", line 261, in stabilized
File "deluge\ui\gtkui\torrentview.py", line 186, in str_nocase_sort
TypeError: coercing to Unicode: need string or buffer, NoneType found

[ERROR ] 20:24:41 eventmanager:59 Event handler TorrentFinishedEvent
failed in <bound method Core._on_torrent_finished of
<extractor.core.Core object at 0x04B022F0>>
with exception (2, 'CreateProcess', 'Den angivne fil blev ikke fundet.')

I also tried downgrading to 1.3.13 just to see if there was a difference. Only one difference.

The error message changed:

Traceback (most recent call last):
File "deluge\ui\gtkui\listview.py", line 261, in stabilized
File "deluge\ui\gtkui\torrentview.py", line 180, in str_nocase_sort
AttributeError: 'NoneType' object has no attribute 'lower'
[ERROR ] 22:00:09 eventmanager:59 Event handler TorrentFinishedEvent failed in <bound method Core._on_torrent_finished of <extractor.core.Core object at 0x046EBA10>> with exception (2, 'CreateProcess', 'Den angivne fil blev ikke fundet.')

I've run out of stuff to google and i'm now putting my faith into this forum! =)
Post Reply