Page 1 of 1

FileBot stopped working with uTorrent, yet again

Posted: 18 Nov 2014, 04:46
by nzhardcore
Had it all working fine for a while now but all of a sudden it's not happy

Error in log as per below, any idea how to fix?

FileNotFoundException: https://raw.githubusercontent.com/fileb ... amc.groovy
java.io.FileNotFoundException: https://raw.githubusercontent.com/fileb ... amc.groovy
at net.sourceforge.filebot.web.WebRequest.fetch(WebRequest.java:140)
at net.sourceforge.filebot.web.WebRequest.fetchIfModified(WebRequest.java:118)
at net.sourceforge.filebot.web.CachedResource.fetchData(CachedResource.java:32)
at net.sourceforge.filebot.web.CachedResource.fetchData(CachedResource.java:11)
at net.sourceforge.filebot.web.AbstractCachedResource.fetch(AbstractCachedResource.java:133)
at net.sourceforge.filebot.web.AbstractCachedResource.get(AbstractCachedResource.java:78)
at net.sourceforge.filebot.cli.ArgumentProcessor$DefaultScriptProvider.fetchScript(ArgumentProcessor.java:236)
at net.sourceforge.filebot.cli.ScriptShell.runScript(ScriptShell.java:84)
at net.sourceforge.filebot.cli.ArgumentProcessor.process(ArgumentProcessor.java:123)
at net.sourceforge.filebot.Main.main(Main.java:192)
Failure (°_°)

Re: FileBot stopped working with uTorrent, yet again

Posted: 18 Nov 2014, 05:30
by rednoah
Use FileBot 4.5 or higher.

Re: FileBot stopped working with uTorrent, yet again

Posted: 18 Nov 2014, 07:22
by nzhardcore
Ah thank you

Re: FileBot stopped working with uTorrent, yet again

Posted: 16 Dec 2014, 03:13
by nzhardcore
rednoah wrote:Use FileBot 4.5 or higher.
Stopped working again, updated to latest version and used old .jar file and same issue.. does the PC require a reboot?

Log won't update, command prompt window shows as attached...
Capture.PNG
Help please

Re: FileBot stopped working with uTorrent, yet again

Posted: 16 Dec 2014, 05:29
by rednoah
Clearly a matter of Bad Command Line Call whatever you're doing could never ever have worked. Do you use any quotes at all? :D

@see http://www.filebot.net/forums/viewtopic.php?f=4&t=1899

Re: FileBot stopped working with uTorrent, yet again

Posted: 16 Dec 2014, 18:59
by nzhardcore
rednoah wrote:Clearly a matter of Bad Command Line Call whatever you're doing could never ever have worked. Do you use any quotes at all? :D

@see http://www.filebot.net/forums/viewtopic.php?f=4&t=1899
Nothing at all has changed though... uTorrent uses this (and always has, successfully):

filebot -script fn:amc --output "%D" --log-file amc.log --log-lock true --action move --conflict override -non-strict --def music=n artwork=n "seriesFormat={n} {S00E00}" "movieFormat={n} ({y})" "ut_dir=%D" "ut_file=%F" "ut_kind=%K" "ut_title=%N" "ut_label=%L" "ut_state=%S"

Re: FileBot stopped working with uTorrent, yet again

Posted: 17 Dec 2014, 01:53
by rednoah
Troubleshooting wrote:If something is not working, first read the Notes above, then just run the command manually in new cmd window and see what happens. But you cannot just copy & paste the template command for µTorrent with all the %D, %F, etc variables into cmd. The variables have to be replaced with actual values first. You can find the actual cmdline call in the µTorrents Logger tab so you can just copy it from there. You may need to enable the Logger tab first (just right-click one of the other tabs like Info).
I can assure you 100% that the screenshot above shows FileBot being called with a missing quote, or an extra quote somewhere that is ended at "{s00e00} ... so most likely %D ends with a backslash escaping the " afterwards.
Manual wrote:2. Setup µTorrent directories. Setup Location of Downloaded Files and make sure the path does not end with backslash.
Read the manual. ;)

Re: FileBot stopped working with uTorrent, yet again

Posted: 17 Dec 2014, 02:09
by rednoah
Common Problem Entry #1
Common Problems wrote:The folder paths to Location of Downloaded Files (--output) must not end with backslash \ because the value gets passed through as the %D token. So the final backslash \ will escape the double-quote " and mess up everything
But that's besides the point. You shouldn't do --output "%D" anyway. OUTPUT FOLDER MUST NEVER BE INSIDE YOUR DOWNLOAD FOLDER.