Extractor not working

Suggest, post, or discuss plugins for Deluge
Locked
wilson
Member
Member
Posts: 23
Joined: Sat Dec 12, 2015 4:10 pm
Location: US

Extractor not working

Post by wilson »

The Extract feature in Deluge 1.3.11 used to work, it stopped functioning recently, I tried resetting the "Extract to..." folder several times. In order to troubleshoot I started the app in DEBUG mode and started a torrent I knew was composed of .rar files and saved the log file after it completed so I could take a look. I've attached the WARNING portion of the log, here is the relevant line:

[WARNING ] 09:31:37 core:145 EXTRACTOR: Can't extract file with unknown file type: XYZ.S01E01.HDTV.x264-CBFM/xyz.s01e01.hdtv.x264-cbfm.rar

The error is pretty general and I've read older forum posts regarding potential issues with files that have periods in them, i believe this is pretty common nowadays, so I'm hesitant to believe that's the issue. Any help would be appreciated. Thanks.
Attachments
extarctor_error.txt
(2.19 KiB) Downloaded 276 times
wilson
Member
Member
Posts: 23
Joined: Sat Dec 12, 2015 4:10 pm
Location: US

Re: Extractor not working

Post by wilson »

OK so I've been troubleshooting for the last two days and here's what I know:
- Extractor stopped working at some point in the recent past
- turned on DEBUG and found this:

[WARNING ] 09:28:44 core:113 EXTRACTOR: unrar not found, disabling support for .rar

- I installed unrar and now get this:

Code: Select all

[DEBUG   ] 00:42:20 core:175 EXTRACTOR: Extracting /PATH/TO/ARCHIVE/DIR/file.rar with unrar x -o+ -y to /Volumes/Media SSD/CompletedTVShows
[INFO    ] 00:42:20 core:168 EXTRACTOR: Extract successful: /PATH/TO/ARCHIVE/DIR/file.rar (a6bc6236f9b072c9b92fb12a1d3707ee60efc633)
The problem is the contents of file.rar are not in the destination /Volumes/Media SSD/CompletedTVShows

It's as though Deluge really believes it has completed it's task, yet there is no file. How do I troubleshoot an issue which doesn't appear to be occurring? The log output says "Extract successful".

Any help would be appreciated.

EDIT: I've now converted to running deluged instead of the app. I've gotten it all set up and again, everything appears to work except the extracted file is never in the destination folder. Another thing I've noticed is that I don't get the same type of log output from deluged as I did from deluge -L debug when running in Classic mode. There is far less detail. It's as though the log is of the GTKui activity and not the actual daemon activity. I'm getting these types of output, which I was not before.

Code: Select all

DEBUG   ] 11:38:10 gtkui:322 sent: 42.0 KiB recv: 84.4 KiB
[DEBUG   ] 11:38:10 gtkui:330 sent rate: 0.8 KiB/s recv rate: 0.9 KiB/s
[DEBUG   ] 11:38:20 gtkui:322 sent: 49.8 KiB recv: 93.1 KiB
[DEBUG   ] 11:38:20 gtkui:330 sent rate: 0.8 KiB/s recv rate: 0.9 KiB/s
[DEBUG   ] 11:38:30 gtkui:322 sent: 57.7 KiB recv: 101.9 KiB
[DEBUG   ] 11:38:30 gtkui:330 sent rate: 0.8 KiB/s recv rate: 0.9 KiB/s
[DEBUG   ] 11:38:40 gtkui:322 sent: 65.5 KiB recv: 110.6 KiB
[DEBUG   ] 11:38:40 gtkui:330 sent rate: 0.8 KiB/s recv rate: 0.9 KiB/s
[DEBUG   ] 11:38:50 gtkui:322 sent: 74.9 KiB recv: 122.3 KiB
[DEBUG   ] 11:38:50 gtkui:330 sent rate: 0.9 KiB/s recv rate: 1.2 KiB/s
I am no longer seeing the EXTRACTOR activity in the log either. However, I can see that it is being initiated.

Code: Select all

DEBUG   ] 11:37:20 pluginbase:62 GtkPlugin initialized..
[DEBUG   ] 11:37:20 pluginmanagerbase:156 Adding Extractor to enabled_plugins list in config
[INFO    ] 11:37:20 pluginmanagerbase:158 Plugin Extractor enabled..
I'm running out of ideas.
Cas
Top Bloke
Top Bloke
Posts: 3679
Joined: Mon Dec 07, 2009 6:04 am
Location: Scotland

Re: Extractor not working

Post by Cas »

You need to log deluged as well

Please see http://forum.deluge-torrent.org/viewtopic.php?t=53977
Locked