Suddenly, a wild New Error appears.

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
nayab9
Posts: 1
Joined: 26 Mar 2014, 03:25

Suddenly, a wild New Error appears.

Post by nayab9 »

Hi all,

Firstly: rednoah, you are bloody brilliant. If I had half the motivation and talent you did, I'd be well on my way to becoming a Gigolo in Vegas.

Onwards. I've been using Filebot with AMC for a while now; it works beautifully. I noticed in the last few days, this error is now popping up and preventing usage. I have not changed anything on my end (not manually anyway...), I'm not sure why the sudden failure.

Here is the command run and the output in console:

Code: Select all

C:\Users\w510>filebot -script fn:amc --output "C:/Users/w510/Desktop/Media" --ac
tion move -non-strict "C:/Users/w510/Desktop/Complete" --def excludeList=amc.txt
 artwork=y backdrops=y [email protected] clean=y
MultipleCompilationErrorsException: startup failed:
Script3.groovy: 1: unexpected token: < @ line 1, column 1.
   <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
   ^

1 error

org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed:
Script3.groovy: 1: unexpected token: < @ line 1, column 1.
   <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
   ^

1 error

        at net.sourceforge.filebot.cli.ScriptShell.evaluate(ScriptShell.java:102
)
        at net.sourceforge.filebot.cli.ScriptShell.runScript(ScriptShell.java:95
)
        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.
User avatar
rednoah
The Source
Posts: 23003
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Suddenly, a wild New Error appears.

Post by rednoah »

I think you'll probably need to upgrade to FileBot 4.0

You can check with:

Code: Select all

filebot -script fn:sysinfo
:idea: Please read the FAQ and How to Request Help.
Post Reply