-
Notifications
You must be signed in to change notification settings - Fork 13
Description
Hey All,
Trying to get a Sonarr + Deluge solution running smoothly. I came across this plugin and was hoping to get it working. Unfortunately it does not seem to want to extract and gives me an error in the Deluge logs:
[ERROR ] 10:33:05 eventmanager:59 Event handler TorrentFinishedEvent failed in <bound method Core._on_torrent_finished of <lcextractor.core.Core object at 0x040AE7B0>> with exception (2, 'CreateProcess', 'The system cannot find the file specified.')
I have tried both 32 and 64 bit 7zip (as recommended by another thread) but in my case, there is no change.
Just before this error, I see that 'EXTRACTOR" is also trying to run - Although my understanding is that lcextractor uses the base extractor, so maybe that is normal? I wanted to mention this just in case.
[DEBUG ] 10:33:05 core:212 EXTRACTOR: Extracting F:!NetShare\T\done\downloadedfile.rar from 5684820344f98277f6c9f187790a55682b2d54df with 7z.exe x -y to F:!NetShare\T\done
Thoughts?