chrishuan9 / deluge-extractor

Modified extractor plugin for the deluge torrent client
GNU General Public License v3.0
38 stars 25 forks source link

Doesn't work - Raspberry pi 3 with Deluge daemon and deluge-web both running #5

Closed suckerfish closed 6 years ago

suckerfish commented 7 years ago

Python version 2.7 7zip installed - I use it just fine manually plugin in the right directory. WebUi sees the plugin and I can adjust configuration without issue. simpleextractor.conf gets created in the deluge config folder no problem

Just nothing gets extracted.

Are there logs stored somewhere? Can this be debugged somehow?

chrishuan9 commented 7 years ago

Workaround

try installing the following package: unrar using apt-get install unrar

at the moment it uses 7zip on windows and unrar cli on unix system. You can also modify the core.py and change the parts to use your favorite extraction tool.

suckerfish commented 6 years ago

Thank you. That was most likely it. I have since moved my Deluge client to a different box and it started working right away. most likely due to the fact that unrar was installed on that box.