Extractor not working in Windows 10

Specific support for Deluge on Microsoft Windows OS
ellimist
New User
New User
Posts: 4
Joined: Tue Sep 22, 2015 1:28 pm

Extractor not working in Windows 10

Post by ellimist »

Hey there,

So I have Windows 10 and using the latest deluge and 7zip 64-bit and the extractor doesn't extract! I have added 7zip to the system variables. I've extracted the files through the command line to make sure that works and it does. And even looking at the relevant logging information it doesn't seem to help:

Code: Select all

[DEBUG   ] 15:25:55 core:175 EXTRACTOR: Extracting C:\downloaded_torrent_file\zipped_file\zipped_file.rar with C:\Program Files\7-Zip\7z.exe x -y to C:\torrents\zipped_file

[INFO    ] 15:25:56 core:168 EXTRACTOR: Extract successful: C:\downloaded_torrent_file\zipped_file\zipped_file.rar (cba146d007d6467f3ddb33ae57cb4c9e5daef0a3)
Notice it took 1 second to extract. I tried putting in the exact same command with the CLI and it seems to work. (I replaced the 7zip path with "7z"). And the path of 7zip is correct too.

Any ideas what the problem could be?
Cas
Top Bloke
Top Bloke
Posts: 3679
Joined: Mon Dec 07, 2009 6:04 am
Location: Scotland

Re: Extractor not working in Windows 10

Post by Cas »

Can you try the 32bit 7zip
Onyxius
New User
New User
Posts: 9
Joined: Fri Sep 25, 2015 12:57 pm

Re: Extractor not working in Windows 10

Post by Onyxius »

Have you figured this out yet? I'm in the same boat and same setup except i am still trying to figure out the 7zip part, i have it installed but havent tied it to Deluge yet.

Just in case, here is my debug.log file.

Code: Select all

[INFO    ] 08:30:52 main:125 Deluge ui 1.3.12
[DEBUG   ] 08:30:52 main:126 options: {'loglevel': 'debug', 'default_ui': None, 'args': None, 'quiet': False, 'ui': None, 'logfile': 'debug.log', 'config': None}
[DEBUG   ] 08:30:52 main:127 args: []
[DEBUG   ] 08:30:52 main:128 ui_args: []
[INFO    ] 08:30:52 main:131 Starting ui..
[DEBUG   ] 08:30:52 ui:129 UI init..
[DEBUG   ] 08:30:52 configmanager:111 Getting config 'ui.conf'
[DEBUG   ] 08:30:52 config:197 Setting 'default_ui' to gtk of <type 'str'>
[DEBUG   ] 08:30:52 config:391 Config C:\Users\onyxi\AppData\Roaming\deluge\ui.conf version: 1.1 loaded: {'default_ui': u'gtk'}
[INFO    ] 08:30:52 ui:148 Starting GtkUI..
[WARNING ] 08:30:53 gtkui:207 Unable to register a 'die' handler with the GNOME session manager: No module named gnome.ui
[DEBUG   ] 08:30:53 configmanager:111 Getting config 'gtkui.conf'
[DEBUG   ] 08:30:53 config:197 Setting 'close_to_tray' to False of <type 'bool'>
[DEBUG   ] 08:30:53 config:197 Setting 'ntf_sound_path' to C:\Users\onyxi\Downloads of <type 'str'>
[DEBUG   ] 08:30:53 config:197 Setting 'window_width' to 640 of <type 'int'>
[DEBUG   ] 08:30:53 config:197 Setting 'default_load_path' to None of <type 'NoneType'>
[DEBUG   ] 08:30:53 config:197 Setting 'window_y_pos' to 0 of <type 'int'>
[DEBUG   ] 08:30:53 config:197 Setting 'ntf_email' to False of <type 'bool'>
[DEBUG   ] 08:30:53 config:197 Setting 'tray_upload_speed_list' to [5.0, 10.0, 30.0, 80.0, 300.0] of <type 'list'>
[DEBUG   ] 08:30:53 config:197 Setting 'show_statusbar' to True of <type 'bool'>
[DEBUG   ] 08:30:53 config:197 Setting 'ntf_popup' to False of <type 'bool'>
[DEBUG   ] 08:30:53 config:197 Setting 'ntf_pass' to  of <type 'str'>
[DEBUG   ] 08:30:53 config:197 Setting 'tray_download_speed_list' to [5.0, 10.0, 30.0, 80.0, 300.0] of <type 'list'>
[DEBUG   ] 08:30:53 config:197 Setting 'window_maximized' to False of <type 'bool'>
[DEBUG   ] 08:30:53 config:197 Setting 'enable_system_tray' to True of <type 'bool'>
[DEBUG   ] 08:30:53 config:197 Setting 'show_sidebar' to True of <type 'bool'>
[DEBUG   ] 08:30:53 config:197 Setting 'show_connection_manager_on_start' to True of <type 'bool'>
[DEBUG   ] 08:30:53 config:197 Setting 'lock_tray' to False of <type 'bool'>
[DEBUG   ] 08:30:53 config:197 Setting 'createtorrent.trackers' to [] of <type 'list'>
[DEBUG   ] 08:30:53 config:197 Setting 'ntf_sound' to False of <type 'bool'>
[DEBUG   ] 08:30:53 config:197 Setting 'tray_password' to  of <type 'str'>
[DEBUG   ] 08:30:53 config:197 Setting 'focus_add_dialog' to True of <type 'bool'>
[DEBUG   ] 08:30:53 config:197 Setting 'ntf_server' to  of <type 'str'>
[DEBUG   ] 08:30:53 config:197 Setting 'start_in_tray' to False of <type 'bool'>
[DEBUG   ] 08:30:53 config:197 Setting 'ntf_tray_blink' to True of <type 'bool'>
[DEBUG   ] 08:30:53 config:197 Setting 'check_new_releases' to True of <type 'bool'>
[DEBUG   ] 08:30:53 config:197 Setting 'autoadd_queued' to False of <type 'bool'>
[DEBUG   ] 08:30:53 config:197 Setting 'pref_dialog_width' to None of <type 'NoneType'>
[DEBUG   ] 08:30:53 config:197 Setting 'autoadd_enable' to False of <type 'bool'>
[DEBUG   ] 08:30:53 config:197 Setting 'autoconnect_host_id' to None of <type 'NoneType'>
[DEBUG   ] 08:30:53 config:197 Setting 'classic_mode' to True of <type 'bool'>
[DEBUG   ] 08:30:53 config:197 Setting 'window_pane_position' to -1 of <type 'int'>
[DEBUG   ] 08:30:53 config:197 Setting 'enabled_plugins' to [] of <type 'list'>
[DEBUG   ] 08:30:53 config:197 Setting 'show_rate_in_title' to False of <type 'bool'>
[DEBUG   ] 08:30:53 config:197 Setting 'pref_dialog_height' to None of <type 'NoneType'>
[DEBUG   ] 08:30:53 config:197 Setting 'ntf_username' to  of <type 'str'>
[DEBUG   ] 08:30:53 config:197 Setting 'interactive_add' to True of <type 'bool'>
[DEBUG   ] 08:30:53 config:197 Setting 'sidebar_show_zero' to False of <type 'bool'>
[DEBUG   ] 08:30:53 config:197 Setting 'window_x_pos' to 0 of <type 'int'>
[DEBUG   ] 08:30:53 config:197 Setting 'window_height' to 480 of <type 'int'>
[DEBUG   ] 08:30:53 config:197 Setting 'ntf_security' to None of <type 'NoneType'>
[DEBUG   ] 08:30:53 config:197 Setting 'connection_limit_list' to [50, 100, 200, 300, 500] of <type 'list'>
[DEBUG   ] 08:30:53 config:197 Setting 'sidebar_position' to 170 of <type 'int'>
[DEBUG   ] 08:30:53 config:197 Setting 'show_new_releases' to True of <type 'bool'>
[DEBUG   ] 08:30:53 config:197 Setting 'autoconnect' to False of <type 'bool'>
[DEBUG   ] 08:30:53 config:197 Setting 'choose_directory_dialog_path' to C:\Users\onyxi\Downloads of <type 'str'>
[DEBUG   ] 08:30:53 config:197 Setting 'sidebar_show_trackers' to True of <type 'bool'>
[DEBUG   ] 08:30:53 config:197 Setting 'autostart_localhost' to False of <type 'bool'>
[DEBUG   ] 08:30:53 config:197 Setting 'show_toolbar' to True of <type 'bool'>
[DEBUG   ] 08:30:53 config:197 Setting 'autoadd_location' to  of <type 'str'>
[DEBUG   ] 08:30:53 config:197 Setting 'enable_appindicator' to False of <type 'bool'>
[DEBUG   ] 08:30:53 config:197 Setting 'focus_main_window_on_add' to True of <type 'bool'>
[DEBUG   ] 08:30:53 config:197 Setting 'ntf_email_add' to  of <type 'str'>
[DEBUG   ] 08:30:53 config:197 Setting 'signal_port' to 40000 of <type 'int'>
[DEBUG   ] 08:30:53 config:391 Config C:\Users\onyxi\AppData\Roaming\deluge\gtkui.conf version: 1.1 loaded: {'close_to_tray': True, 'ntf_sound_path': u'C:\\Users\\onyxi\\Downloads', 'window_width': 1216, 'default_load_path': None, 'window_y_pos': 21, 'ntf_email': False, 'tray_upload_speed_list': [5.0, 10.0, 30.0, 80.0, 200.0], 'show_statusbar': True, 'ntf_popup': False, 'ntf_pass': u'', 'show_sidebar': True, 'window_maximized': False, 'enable_system_tray': True, 'tray_download_speed_list': [5.0, 10.0, 30.0, 80.0, 300.0], 'show_connection_manager_on_start': False, 'lock_tray': False, 'createtorrent.trackers': [], 'ntf_sound': False, 'tray_password': u'', 'focus_add_dialog': True, 'ntf_server': u'', 'start_in_tray': True, 'ntf_tray_blink': True, 'check_new_releases': True, 'pref_dialog_height': 560, 'autoadd_queued': False, 'pref_dialog_width': 500, 'autoconnect_host_id': u'59d1a5adc57be423438d3ce42d9589b66d773848', 'classic_mode': False, 'window_pane_position': 314, 'focus_main_window_on_add': True, 'show_rate_in_title': True, 'autoadd_enable': False, 'ntf_username': u'', 'interactive_add': True, 'sidebar_show_zero': False, 'window_x_pos': 2095, 'window_height': 580, 'ntf_security': None, 'connection_limit_list': [50, 100, 200, 300, 500], 'sidebar_position': 170, 'show_new_releases': False, 'autoconnect': True, 'choose_directory_dialog_path': u'C:\\Users\\onyxi\\Downloads', 'sidebar_show_trackers': True, 'autostart_localhost': True, 'show_toolbar': True, 'autoadd_location': u'', 'enable_appindicator': False, 'enabled_plugins': [], 'ntf_email_add': u'', 'signal_port': 40000}
[DEBUG   ] 08:30:53 configmanager:111 Getting config 'gtkui.conf'
[DEBUG   ] 08:30:53 ipcinterface:181 Processing args from other process: []
[DEBUG   ] 08:30:53 ipcinterface:184 Not connected to host.. Adding to queue.
[DEBUG   ] 08:30:53 sessionproxy:55 SessionProxy init..
[DEBUG   ] 08:30:53 configmanager:111 Getting config 'gtkui.conf'
[DEBUG   ] 08:30:53 config:304 Registering function for show_rate_in_title key..
[DEBUG   ] 08:30:53 menubar:53 MenuBar init..
[DEBUG   ] 08:30:53 configmanager:111 Getting config 'gtkui.conf'
[DEBUG   ] 08:30:53 toolbar:51 ToolBar Init..
[DEBUG   ] 08:30:53 configmanager:111 Getting config 'gtkui.conf'
[DEBUG   ] 08:30:53 listview:192 ListView initialized..
[DEBUG   ] 08:30:53 listview:323 Loading ListView state file: torrentview.state
[DEBUG   ] 08:30:53 torrentview:222 TorrentView Init..
[DEBUG   ] 08:30:53 torrentdetails:443 Loading TorrentDetails state file: tabs.state
[DEBUG   ] 08:30:53 torrentdetails:157 weights: []
[DEBUG   ] 08:30:53 torrentdetails:158 weight of tab: 0
[DEBUG   ] 08:30:53 torrentdetails:193 Trying to insert tab at -1
[DEBUG   ] 08:30:53 torrentdetails:69 parent: None
[DEBUG   ] 08:30:53 torrentdetails:198 Tab inserted at 0
[DEBUG   ] 08:30:53 files_tab:280 Loading FilesTab state file: files_tab.state
[DEBUG   ] 08:30:53 torrentdetails:157 weights: [(0, 'Status')]
[DEBUG   ] 08:30:53 torrentdetails:158 weight of tab: 2
[DEBUG   ] 08:30:53 torrentdetails:193 Trying to insert tab at -1
[DEBUG   ] 08:30:53 torrentdetails:69 parent: None
[DEBUG   ] 08:30:53 torrentdetails:198 Tab inserted at 1
[DEBUG   ] 08:30:53 peers_tab:211 Loading PeersTab state file: peers_tab.state
[DEBUG   ] 08:30:53 torrentdetails:157 weights: [(0, 'Status'), (2, 'Files')]
[DEBUG   ] 08:30:53 torrentdetails:158 weight of tab: 3
[DEBUG   ] 08:30:53 torrentdetails:193 Trying to insert tab at -1
[DEBUG   ] 08:30:53 torrentdetails:69 parent: None
[DEBUG   ] 08:30:53 torrentdetails:198 Tab inserted at 2
[DEBUG   ] 08:30:53 torrentdetails:157 weights: [(0, 'Status'), (2, 'Files'), (3, 'Peers')]
[DEBUG   ] 08:30:53 torrentdetails:158 weight of tab: 1
[DEBUG   ] 08:30:53 torrentdetails:164 Found pos 1
[DEBUG   ] 08:30:53 torrentdetails:193 Trying to insert tab at 1
[DEBUG   ] 08:30:53 torrentdetails:69 parent: None
[DEBUG   ] 08:30:53 torrentdetails:198 Tab inserted at 1
[DEBUG   ] 08:30:53 torrentdetails:157 weights: [(0, 'Status'), (1, 'Details'), (2, 'Files'), (3, 'Peers')]
[DEBUG   ] 08:30:53 torrentdetails:158 weight of tab: 4
[DEBUG   ] 08:30:53 torrentdetails:193 Trying to insert tab at -1
[DEBUG   ] 08:30:53 torrentdetails:69 parent: None
[DEBUG   ] 08:30:53 torrentdetails:198 Tab inserted at 4
[DEBUG   ] 08:30:53 configmanager:111 Getting config 'gtkui.conf'
[DEBUG   ] 08:30:53 configmanager:111 Getting config 'gtkui.conf'
[DEBUG   ] 08:30:53 sidebar:85 add tab:filters
[DEBUG   ] 08:30:53 filtertreeview:322 nothing selected
[DEBUG   ] 08:30:53 configmanager:111 Getting config 'gtkui.conf'
[DEBUG   ] 08:30:53 configmanager:111 Getting config 'gtkui.conf'
[DEBUG   ] 08:30:53 config:304 Registering function for enable_system_tray key..
[DEBUG   ] 08:30:53 systemtray:132 Enabling the system tray icon..
[DEBUG   ] 08:30:53 config:304 Registering function for enable_appindicator key..
[DEBUG   ] 08:30:53 configmanager:111 Getting config 'gtkui.conf'
[DEBUG   ] 08:30:54 configmanager:111 Getting config 'gtkui.conf'
[DEBUG   ] 08:30:54 pluginmanagerbase:65 Plugin manager init..
[DEBUG   ] 08:30:54 configmanager:111 Getting config 'gtkui.conf'
[DEBUG   ] 08:30:54 pluginmanagerbase:124 Found plugin: AutoAdd 1.4 at c:\program files (x86)\deluge\deluge-1.3.12-py2.7.egg\deluge\plugins\autoadd-1.4-py2.7.egg
[DEBUG   ] 08:30:54 pluginmanagerbase:124 Found plugin: Execute 1.3 at c:\program files (x86)\deluge\deluge-1.3.12-py2.7.egg\deluge\plugins\execute-1.3-py2.7.egg
[DEBUG   ] 08:30:54 pluginmanagerbase:124 Found plugin: Blocklist 1.3 at c:\program files (x86)\deluge\deluge-1.3.12-py2.7.egg\deluge\plugins\blocklist-1.3-py2.7.egg
[DEBUG   ] 08:30:54 pluginmanagerbase:124 Found plugin: Extractor 0.4 at c:\program files (x86)\deluge\deluge-1.3.12-py2.7.egg\deluge\plugins\extractor-0.4-py2.7.egg
[DEBUG   ] 08:30:54 pluginmanagerbase:124 Found plugin: Label 0.2 at c:\program files (x86)\deluge\deluge-1.3.12-py2.7.egg\deluge\plugins\label-0.2-py2.7.egg
[DEBUG   ] 08:30:54 pluginmanagerbase:124 Found plugin: Notifications 0.2 at c:\program files (x86)\deluge\deluge-1.3.12-py2.7.egg\deluge\plugins\notifications-0.2-py2.7.egg
[DEBUG   ] 08:30:54 pluginmanagerbase:124 Found plugin: WebUi 0.1 at c:\program files (x86)\deluge\deluge-1.3.12-py2.7.egg\deluge\plugins\webui-0.1-py2.7.egg
[DEBUG   ] 08:30:54 pluginmanagerbase:124 Found plugin: Scheduler 0.2 at c:\program files (x86)\deluge\deluge-1.3.12-py2.7.egg\deluge\plugins\scheduler-0.2-py2.7.egg
[DEBUG   ] 08:30:54 configmanager:111 Getting config 'gtkui.conf'
[DEBUG   ] 08:30:54 configmanager:111 Getting config 'hostlist.conf.1.2'
[DEBUG   ] 08:30:54 config:197 Setting 'hosts' to [('4e1ab051386d0d50556b42ccbe48930b5f21efc1', '127.0.0.1', 58846, '', '')] of <type 'list'>
[DEBUG   ] 08:30:54 config:391 Config C:\Users\onyxi\AppData\Roaming\deluge\hostlist.conf.1.2 version: 1.1 loaded: {'hosts': [[u'59d1a5adc57be423438d3ce42d9589b66d773848', u'127.0.0.1', 58846, u'', u'']]}
[DEBUG   ] 08:30:54 gtkui:334 _on_reactor_start
[DEBUG   ] 08:30:54 gtkui:395 Autostarting localhost:58846
[DEBUG   ] 08:30:54 gtkui:397 Localhost started: True
[INFO    ] 08:30:54 client:217 Connecting to daemon at 127.0.0.1:58846..
[WARNING ] 08:30:55 client:220 Connection to daemon at 127.0.0.1:58846 failed: Connection was refused by other side: 10061: No connection could be made because the target machine actively refused it..
[DEBUG   ] 08:30:55 client:400 connect_fail: [Failure instance: Traceback (failure with no frames): <class 'twisted.internet.error.ConnectionRefusedError'>: Connection was refused by other side: 10061: No connection could be made because the target machine actively refused it..
]
[DEBUG   ] 08:30:55 client:541 on_connect_fail: [Failure instance: Traceback (failure with no frames): <class 'twisted.internet.error.ConnectionRefusedError'>: Connection was refused by other side: 10061: No connection could be made because the target machine actively refused it..
]
[INFO    ] 08:30:55 gtkui:406 Connection to host failed..
[INFO    ] 08:30:55 gtkui:409 Retrying connection.. Retries left: 6
[INFO    ] 08:30:55 client:217 Connecting to daemon at 127.0.0.1:58846..
[WARNING ] 08:30:56 client:220 Connection to daemon at 127.0.0.1:58846 failed: Connection was refused by other side: 10061: No connection could be made because the target machine actively refused it..
[DEBUG   ] 08:30:56 client:400 connect_fail: [Failure instance: Traceback (failure with no frames): <class 'twisted.internet.error.ConnectionRefusedError'>: Connection was refused by other side: 10061: No connection could be made because the target machine actively refused it..
]
[DEBUG   ] 08:30:56 client:541 on_connect_fail: [Failure instance: Traceback (failure with no frames): <class 'twisted.internet.error.ConnectionRefusedError'>: Connection was refused by other side: 10061: No connection could be made because the target machine actively refused it..
]
[INFO    ] 08:30:56 gtkui:406 Connection to host failed..
[INFO    ] 08:30:56 gtkui:409 Retrying connection.. Retries left: 5
[INFO    ] 08:30:57 client:217 Connecting to daemon at 127.0.0.1:58846..
[INFO    ] 08:30:57 client:121 Connected to daemon at 127.0.0.1:58846..
[DEBUG   ] 08:30:57 pluginmanager:88 Core has these plugins enabled: ('Extractor', 'Execute', 'Blocklist', 'AutoAdd')
[DEBUG   ] 08:30:57 pluginbase:62 GtkPlugin initialized..
[DEBUG   ] 08:30:57 pluginmanagerbase:156 Adding Extractor to enabled_plugins list in config
[INFO    ] 08:30:57 pluginmanagerbase:158 Plugin Extractor enabled..
[DEBUG   ] 08:30:57 pluginbase:62 GtkPlugin initialized..
[DEBUG   ] 08:30:57 gtkui:63 Adding Execute Preferences page
[DEBUG   ] 08:30:57 pluginmanagerbase:156 Adding Execute to enabled_plugins list in config
[INFO    ] 08:30:57 pluginmanagerbase:158 Plugin Execute enabled..
[DEBUG   ] 08:30:57 pluginbase:62 GtkPlugin initialized..
[DEBUG   ] 08:30:57 gtkui:48 Blocklist GtkUI enable..
[DEBUG   ] 08:30:57 pluginmanagerbase:156 Adding Blocklist to enabled_plugins list in config
[INFO    ] 08:30:57 pluginmanagerbase:158 Plugin Blocklist enabled..
[DEBUG   ] 08:30:57 pluginbase:62 GtkPlugin initialized..
[DEBUG   ] 08:30:57 pluginmanagerbase:156 Adding AutoAdd to enabled_plugins list in config
[INFO    ] 08:30:57 pluginmanagerbase:158 Plugin AutoAdd enabled..
[DEBUG   ] 08:30:57 torrentview:596 on_selection_changed

ellimist
New User
New User
Posts: 4
Joined: Tue Sep 22, 2015 1:28 pm

Re: Extractor not working in Windows 10

Post by ellimist »

So tried uninstalling the 64-bit version and installing the 32-bit version. Doesn't REALLY work. Although for SOME reasons some files extract and others done... very strange.
Cas
Top Bloke
Top Bloke
Posts: 3679
Joined: Mon Dec 07, 2009 6:04 am
Location: Scotland

Re: Extractor not working in Windows 10

Post by Cas »

I am a bit confused at to what is/is not working, please be specific. Did the 64bit 7zip not work at all? And does the 32bit now work somewhat better?

I really don't know why it would only partially work. Is there anything obvious about the non-extracting rar files? For example extractor does not support part*.rar naming: http://dev.deluge-torrent.org/ticket/2077

This is the actual code: http://git.deluge-torrent.org/deluge/tr ... 1.3-stable

If you want to investigate further you can install python and twisted and create a small test script that extracts the files using getProcessValue.
ellimist
New User
New User
Posts: 4
Joined: Tue Sep 22, 2015 1:28 pm

Re: Extractor not working in Windows 10

Post by ellimist »

Cas wrote:I am a bit confused at to what is/is not working, please be specific. Did the 64bit 7zip not work at all? And does the 32bit now work somewhat better?
64bit 7zip didn't work at all for me. 32bit, on the other hand, works some times.
Cas wrote: I really don't know why it would only partially work. Is there anything obvious about the non-extracting rar files? For example extractor does not support part*.rar naming: http://dev.deluge-torrent.org/ticket/2077
This is nothing obviously different about the non-extracting files. They are both downloaded via torrents and follow the r00, r01, r03, ... .rar format. Both the ones that work and ones that don't work.

Is there anything you would like me to try?
fGr
New User
New User
Posts: 6
Joined: Sun Oct 11, 2015 4:37 pm

Re: Extractor not working in Windows 10

Post by fGr »

I have this exact same issue, and so does my brother.

We used deluge 1.3.12 and 7zip 9.20 64bit, both applications installed in standar places.

Iv watched the monitor when a torrent completes (.r01, .r02, .r03 files). and the 7zip cmd window opens for 0.1seconds then closes.
sometimes it does work but I dont know why or when.

I tried with 32-bit 7-zip, cmd window shows for 0.1sec and closes but no file extracted.

Iv tried running the extract in a cmd manually and then it works.

debug log.

Code: Select all

[WARNING ] 21:21:28 core:145 EXTRACTOR: Can't extract file with unknown file type: The.Big.Bang.Theory.S09E02.720p.HDTV.X264-DIMENSION/Sample/hawkings.kids.902.720p-dimension.sample.mkv
[WARNING ] 21:21:28 core:145 EXTRACTOR: Can't extract file with unknown file type: The.Big.Bang.Theory.S09E02.720p.HDTV.X264-DIMENSION/hawkings.kids.902.720p-dimension.r00
[WARNING ] 21:21:28 core:145 EXTRACTOR: Can't extract file with unknown file type: The.Big.Bang.Theory.S09E02.720p.HDTV.X264-DIMENSION/hawkings.kids.902.720p-dimension.r01
[WARNING ] 21:21:28 core:145 EXTRACTOR: Can't extract file with unknown file type: The.Big.Bang.Theory.S09E02.720p.HDTV.X264-DIMENSION/hawkings.kids.902.720p-dimension.r02
[WARNING ] 21:21:28 core:145 EXTRACTOR: Can't extract file with unknown file type: The.Big.Bang.Theory.S09E02.720p.HDTV.X264-DIMENSION/hawkings.kids.902.720p-dimension.r03
[WARNING ] 21:21:28 core:145 EXTRACTOR: Can't extract file with unknown file type: The.Big.Bang.Theory.S09E02.720p.HDTV.X264-DIMENSION/hawkings.kids.902.720p-dimension.r04
[WARNING ] 21:21:28 core:145 EXTRACTOR: Can't extract file with unknown file type: The.Big.Bang.Theory.S09E02.720p.HDTV.X264-DIMENSION/hawkings.kids.902.720p-dimension.r05
[WARNING ] 21:21:28 core:145 EXTRACTOR: Can't extract file with unknown file type: The.Big.Bang.Theory.S09E02.720p.HDTV.X264-DIMENSION/hawkings.kids.902.720p-dimension.r06
[WARNING ] 21:21:28 core:145 EXTRACTOR: Can't extract file with unknown file type: The.Big.Bang.Theory.S09E02.720p.HDTV.X264-DIMENSION/hawkings.kids.902.720p-dimension.r07
[WARNING ] 21:21:28 core:145 EXTRACTOR: Can't extract file with unknown file type: The.Big.Bang.Theory.S09E02.720p.HDTV.X264-DIMENSION/hawkings.kids.902.720p-dimension.r08
[DEBUG   ] 21:21:28 core:175 EXTRACTOR: Extracting G:\Media\Temp\The.Big.Bang.Theory.S09E02.720p.HDTV.X264-DIMENSION\hawkings.kids.902.720p-dimension.rar with C:\Program Files (x86)\7-Zip\7z.exe x -y to G:\Media\Temp\The.Big.Bang.Theory.S09E02.720p.HDTV.X264-DIMENSION
[WARNING ] 21:21:28 core:145 EXTRACTOR: Can't extract file with unknown file type: The.Big.Bang.Theory.S09E02.720p.HDTV.X264-DIMENSION/hawkings.kids.902.720p-dimension.sfv
[WARNING ] 21:21:28 core:145 EXTRACTOR: Can't extract file with unknown file type: The.Big.Bang.Theory.S09E02.720p.HDTV.X264-DIMENSION/the.big.bang.theory.902.720p-dimension.nfo
[DEBUG   ] 21:21:28 torrentmanager:1086 on_alert_state_changed
[DEBUG   ] 21:21:28 torrent:384 set_state_based_on_ltstate: Seeding
[DEBUG   ] 21:21:28 torrent:385 session.is_paused: False
[DEBUG   ] 21:21:28 torrentmanager:1014 on_alert_tracker_announce
[DEBUG   ] 21:21:29 alertmanager:123 tracker_reply_alert: The.Big.Bang.Theory.S09E02.720p.HDTV.X264-DIMENSION (http://tracker.torrentleech.org:2710/a/921d45c258a826a35268e205596b240f/announce) received peers: 50
[DEBUG   ] 21:21:29 torrentmanager:997 on_alert_tracker_reply: The.Big.Bang.Theory.S09E02.720p.HDTV.X264-DIMENSION (http://tracker.torrentleech.org:2710/a/921d45c258a826a35268e205596b240f/announce) received peers: 50
[INFO    ] 21:21:29 core:168 EXTRACTOR: Extract successful: G:\Media\Temp\The.Big.Bang.Theory.S09E02.720p.HDTV.X264-DIMENSION\hawkings.kids.902.720p-dimension.rar (d0c06b3ef50d90f34856d0ec2144951e60735c2f)
[DEBUG   ] 21:21:30 alertmanager:123 save_resume_data_alert: The.Big.Bang.Theory.S09E02.720p.HDTV.X264-DIMENSION resume data generated
It sais extract successful but it hasnt extracted anything. this happens with both 64bit and 32bit version of 7zip.

I have enough space on the hardisk, enough memory, the premissions on the folders are "full control" for everyone.
xrfr8

Re: Extractor not working in Windows 10

Post by xrfr8 »

I have the same issue, extractor not extracting completed torrents, but in windows 2012.

I believe it worked fine in 1.3.11 but since upgrading to 1.3.12 it stopped extracting.

Any ideas?
Magic815
Member
Member
Posts: 10
Joined: Wed Oct 14, 2015 12:26 pm

Re: Extractor not working in Windows 10

Post by Magic815 »

I'm pretty sure I'm having this same problem.

I'm on Windows 8.1, and using Deluge 1.3.12. I have torrent files that once downloaded include a .rar, .r01 thru .r21, a .sfv, and a .nfo file. The extractor plugin is enabled and didn't do anything. But when I manually went in, right clicked the .rar and hit 'extract,' it was able to extract the file to that folder. So I'm not sure why the extractor plugin got hung up on it. Thoughts?
fGr
New User
New User
Posts: 6
Joined: Sun Oct 11, 2015 4:37 pm

Re: Extractor not working in Windows 10

Post by fGr »

I'v been paying attention to the screen of my htpc when it finalizes the torrents. It seems like the extractor runs to quickly and the rar archives are not complete yet. This might be due to cache and memory ? With high download speeds
when the torrent hits 100% the computer has not finished writing the files from cache/memory to disk. This for sure would give an error and the extract prosess would terminate.

Sorry for my poor english, hopefully you understand =)
Post Reply