Laharah / deluge-FileBotTool

A plugin to integrate simple FileBot functionality into Deluge
GNU General Public License v3.0
114 stars 10 forks source link

Deluge 1.3.12 FileBot Not Found #11

Closed JohnnyT009 closed 8 years ago

JohnnyT009 commented 8 years ago

I am using the 2.6 egg and when I right click a download to test it tells me that FileBot Not Found. I have it installed and working. Is it looking for it in a specific place? Thanks

JohnnyT009 commented 8 years ago

As a note when I am in cmd line if I type filebot it does run filebot so it seems to be a working parameter.

Laharah commented 8 years ago

Are you running deluge in client-server mode, or is everything running on one machine?

JohnnyT009 commented 8 years ago

It is all on one machine.

Laharah commented 8 years ago

Have you tried restarting? sometimes path variables don't get correctly refreshed for running processes.

JohnnyT009 commented 8 years ago

I will restart the whole PC quick and let you know. Thanks for the quick response.

JohnnyT009 commented 8 years ago

Still getting the same error after a reboot. I believe I have filebot 64bit , does that matter?

Laharah commented 8 years ago

it shouldn't, what OS are you using?

JohnnyT009 commented 8 years ago

Windows 10 Pro x64

Laharah commented 8 years ago

is filebot installed to C:\Program Files\FileBot\filebot.exe?

JohnnyT009 commented 8 years ago

Yes, C:\Program Files\FileBot

and filebot.exe is in there along with all the other files.

Laharah commented 8 years ago

well, the plugin checks that location even if filebot isn't in the path variable, so it should be showing up. under preferences -> interface, is the classic mode checkbox checked?

JohnnyT009 commented 8 years ago

Yes it is checked in Deluge preferences.

Laharah commented 8 years ago

... hmm. This is a weird one. What happens if you type filebot -version into a cmd window?

JohnnyT009 commented 8 years ago

filebot pops up quick and disappears.

Never mind I needed to run it as an admin.

C:\WINDOWS\system32>filebot -version FileBot 4.7.2 (r4178) / Java(TM) SE Runtime Environment 1.8.0_31

Laharah commented 8 years ago

does any text show up in the cmd window? And you typed filebot -version exactly? There should have been some text like FileBot 4.7.2 (r4178) / Java(TM) SE Runtime Environment 1.8.0_92

JohnnyT009 commented 8 years ago

I updated my comment, I was not running cmd as admin.

Laharah commented 8 years ago

ah, I think I see the problem. Try closing deluge and re-launching it with "run as admin" in the right click menu. If the plugin works, then it's a permissions issue.

JohnnyT009 commented 8 years ago

Well SHUT MY MOUTH, that fixed it :-) thanks a ton I am excited to use this.

Laharah commented 8 years ago

No problem, glad we figured it out. If you don't want to keep running deluge as admin, make sure you can run filebot -version from non-administer programs. You should be able to change the permissions in the security settings on filebot.exe so that deluge will be able to run it.