chrishuan9 / deluge-extractor

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

Not working #4

Open FVGAZI opened 7 years ago

FVGAZI commented 7 years ago

Doesn't seem to do anything. Windows 10 64bit deluge running as a service stopped and restarted several times nothing

chrishuan9 commented 7 years ago

I need a bit more information regarding your issue. Do you have 7zip installed and as which user are you running the deluge daemon. If you are running the daemon with a system user it might not have access to 7zip and that may be the reason why nothing happens.

FVGAZI commented 7 years ago

Yes, 7zip is installed and added to the system path. It's an Admin account. The only thing I can think of is the daemon is running with nssm. Could that be affecting it somehow?

spreadred commented 7 years ago

Is the archive a supported type? Not all types are supported on Windows.

FVGAZI commented 7 years ago

Not sure what you mean? It's a rar. I can manually extract them and extractnow has zero issues extracting.

spreadred commented 7 years ago

Windows supports: .rar, .zip, .tar, .7z, .xz, .lzma

Is it a true .rar or is it something like .r00?

FVGAZI commented 7 years ago

image

spreadred commented 7 years ago

Hrm, it should work on .rar. Are the daemon and the client running on the same machine? If not, the plugin needs to be installed on both and 7zip needs to be on both as well (IIRC)

FVGAZI commented 7 years ago

Everything is on the same machine

chrishuan9 commented 7 years ago

I acquired a win10 machine and I will try to reproduce your behavior. Will report back when I have an update

yourivdlans commented 7 years ago

Also running on Windows 10 as a service.

I seem to have to same issue. Installed the plugin successfully, have 7zip in the system path. The local user and system are able to call 7z.exe.

Also tried to run the deluge service as the local user but no difference.

VictorioBerra commented 6 years ago

Same issue here. If I open a command prompt I can type 7z and it works. But I never get any popups or anything from simple extractor.

Oshayr commented 6 years ago

Working for me, Make sure your 7zip and Python installs are the same (32/64-bit).