escape tool didn't span GUI...

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
nzdreamer55
Posts: 168
Joined: 20 Jul 2012, 23:25

escape tool didn't span GUI...

Post by nzdreamer55 »

Hello,

I tried to use the escape tool however I got the following

Code: Select all

Microsoft Windows [Version 6.2.9200]
(c) 2012 Microsoft Corporation. All rights reserved.

C:\Users\Kira>filebot -script fn:escape
Aug 18, 2014 9:47:22 AM java.util.prefs.WindowsPreferences <init>
WARNING: Could not open/create prefs root node Software\JavaSoft\Prefs at root 0
x80000002. Windows RegCreateKeyEx(...) returned error code 5.
FileNotFoundException: http://www.filebot.net/scripts/escape.groovy
java.io.FileNotFoundException: http://www.filebot.net/scripts/escape.groovy
        at net.sourceforge.filebot.web.WebRequest.fetch(WebRequest.java:139)
        at net.sourceforge.filebot.web.WebRequest.fetchIfModified(WebRequest.jav
a:117)
        at net.sourceforge.filebot.web.CachedResource.fetchData(CachedResource.j
ava:32)
        at net.sourceforge.filebot.web.CachedResource.fetchData(CachedResource.j
ava:11)
        at net.sourceforge.filebot.web.AbstractCachedResource.fetch(AbstractCach
edResource.java:133)
        at net.sourceforge.filebot.web.AbstractCachedResource.get(AbstractCached
Resource.java:78)
        at net.sourceforge.filebot.cli.ArgumentProcessor$DefaultScriptProvider.f
etchScript(ArgumentProcessor.java:238)
        at net.sourceforge.filebot.cli.ScriptShell.runScript(ScriptShell.java:94
)
        at net.sourceforge.filebot.cli.ArgumentProcessor.process(ArgumentProcess
or.java:125)
        at net.sourceforge.filebot.Main.main(Main.java:190)
Failure (░_░)
Launch4j: Failed to run the given command.

C:\Users\Kira>
-S
nzdreamer55
Posts: 168
Joined: 20 Jul 2012, 23:25

Re: escape tool didn't span GUI...

Post by nzdreamer55 »

Never mind. I up graded to the latest filebot and it works fine. Sorry about that :-)
User avatar
rednoah
The Source
Posts: 23947
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: escape tool didn't span GUI...

Post by rednoah »

You are using... a severely outdated release:
FileBot 3.x

You should be using... the latest release:
FileBot 4.2

Before reporting any problems you should have at least tried... the latest revision:
FileBot r2511

EDIT: nvmd
:idea: Please read the FAQ and How to Request Help.
Post Reply