UnknownHostException

Any questions? Need some help?
Post Reply
Frazzle
Posts: 5
Joined: 01 Apr 2014, 13:11

UnknownHostException

Post by Frazzle »

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:

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}"
Here is the cmd line output I see:

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:\>
Any ideas? Cheers.
User avatar
rednoah
The Source
Posts: 23933
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: UnknownHostException

Post by rednoah »

Use FileBot 4.0 and do -script fn:amc. You're just a bit outdated there. ;)
:idea: Please read the FAQ and How to Request Help.
Frazzle
Posts: 5
Joined: 01 Apr 2014, 13:11

Re: UnknownHostException

Post by Frazzle »

Thanks, that worked; much appreciated!
Post Reply