CLI broken after update
Posted: 10 Mar 2014, 16:20
Hey, I just upgrade to 4.0 and now my .bat file doesn't work. Log:
This is the command line I use:
I literally ran it 5 minutes before updating and it worked. Now, not so much.
Code: Select all
FileNotFoundException: https://raw.github.com/filebot/scripts/master/utorrent-postprocess.groovy
java.io.FileNotFoundException: https://raw.github.com/filebot/scripts/master/utorrent-postprocess.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 (°_°)
Launch4j: Failed to run the given command.
The system could not find the environment option that was entered.
Code: Select all
filebot -script fn:utorrent-postprocess "I:/.apps/utserver/downloads/tv/" --action move --conflict skip -non-strict --def gmail=email:pw artwork=n clean=n --def "seriesFormat=I:/tv/{n}{'/Season '+s.pad(2)}/{n} - {sxe} {vf} - {t}" >> "I:/.apps/utserver/tv.log" 2>&1