Filebot CLI for AMC stopped working
Posted: 05 Jul 2016, 03:15
My install on Mac El Capitan (10.11.5) has been working flawlessly for over a year.
I have the App Store Paid version installed in addition to the Cask version allowing me to run CLI. All of a sudden tonight I got an error running the same script that's been working forever.
filebot -script fn:amc --output "$HOME/Media" --log-file amc.log --action move -non-strict --conflict skip -non-strict "$HOME/Media/Torrented" --def "seriesFormat=$HOME/Media/Ripped-2/TV\ Shows/{n}/{'Season '+s.pad(2)}/{n} - {S00E00} - {t}" --def "movieFormat=$HOME/Media/Ripped-1/Movies/{n} [{y}]" --def clean=y --def subtitles=en
Running the Cask Install command:
brew cask install filebot --force
java -version
I have the App Store Paid version installed in addition to the Cask version allowing me to run CLI. All of a sudden tonight I got an error running the same script that's been working forever.
filebot -script fn:amc --output "$HOME/Media" --log-file amc.log --action move -non-strict --conflict skip -non-strict "$HOME/Media/Torrented" --def "seriesFormat=$HOME/Media/Ripped-2/TV\ Shows/{n}/{'Season '+s.pad(2)}/{n} - {S00E00} - {t}" --def "movieFormat=$HOME/Media/Ripped-1/Movies/{n} [{y}]" --def clean=y --def subtitles=en
I then tried to delete and reinstall both the App store version and the Cask version.FileNotFoundException: https://raw.githubusercontent.com/fileb ... amc.groovy
java.io.FileNotFoundException: https://raw.githubusercontent.com/fileb ... amc.groovy
at net.filebot.web.WebRequest.fetch(WebRequest.java:123)
at net.filebot.web.WebRequest.fetchIfModified(WebRequest.java:101)
at net.filebot.web.CachedResource.fetchData(CachedResource.java:32)
at net.filebot.web.CachedResource.fetchData(CachedResource.java:11)
at net.filebot.web.AbstractCachedResource.fetch(AbstractCachedResource.java:137)
at net.filebot.web.AbstractCachedResource.get(AbstractCachedResource.java:82)
at net.filebot.cli.ArgumentProcessor$DefaultScriptProvider.fetchScript(ArgumentProcessor.java:206)
at net.filebot.cli.ScriptShell.runScript(ScriptShell.java:82)
at net.filebot.cli.ArgumentProcessor.process(ArgumentProcessor.java:112)
at net.filebot.Main.main(Main.java:169)
Failure (°_°)
Running the Cask Install command:
brew cask install filebot --force
...and==> Caveats
FileBot requires Java 8. Run "java -version" to verify.
==> Downloading http://downloads.sourceforge.net/projec ... app.tar.gz
curl: (22) The requested URL returned error: 404 Not Found
Error: Download failed on Cask 'filebot' with message: Download failed: http://downloads.sourceforge.net/projec ... app.tar.gz
java -version
Help Please!java version "1.8.0_31"
Java(TM) SE Runtime Environment (build 1.8.0_31-b13)
Java HotSpot(TM) 64-Bit Server VM (build 25.31-b07, mixed mode)