UnknownHostException
Posted: 01 Apr 2014, 13:35
Hello,
I've been using filebot with no issues for quite a while now, 6 months. Works great. However, in the last week I noticed that I suddenly wasn't getting any new shows into Plex. Went in and tested, and I get an error running the filebot.
Here is my script:
Here is the cmd line output I see:
Any ideas? Cheers.
I've been using filebot with no issues for quite a while now, 6 months. Works great. However, in the last week I noticed that I suddenly wasn't getting any new shows into Plex. Went in and tested, and I get an error running the filebot.
Here is my script:
Code: Select all
call filebot -script fn:utorrent-postprocess "D:\Downloads\_Finished" --output "G:" -non-strict --def "seriesFormat=TV Shows/{n}/{n} {s00e00} {t}" "animeFormat=Anime/{n}/{n} {s00e00} {t}" "movieFormat=Movies/{n} ({y})" "musicFormat=Music/{n}/{fn}"
Code: Select all
C:\>call filebot -script fn:utorrent-postprocess "D:\Downloads\_Finished" --output "G:" -non-strict --def "seriesFormat=TV Shows/{n}/{n} {s0
0e00} {t}" "animeFormat=Anime/{n}/{n} {s00e00} {t}" "movieFormat=Movies/{n} ({y})" "musicFormat=Music/{n}/{fn}"
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.
C:\>