error running script
Posted: 13 Sep 2012, 21:22
Hi,
I recently discovered filebot, and Im trying to use it with the deluge integration script (http://filebot.sourceforge.net/forums/v ... ?f=4&t=174).
Ive installed filebot portable on my dedicated server and when I run the script with :
java -jar FileBot.jar -script "/xx/deluge.groovy" "/home/downloads/" --output "/home/downloads/videos/" --action symlink --conflict override --def subtitles=true --def artwork=true
Im getting this error :
I really dont understand why its failing on # as its used for comments...
thanks for your help
I recently discovered filebot, and Im trying to use it with the deluge integration script (http://filebot.sourceforge.net/forums/v ... ?f=4&t=174).
Ive installed filebot portable on my dedicated server and when I run the script with :
java -jar FileBot.jar -script "/xx/deluge.groovy" "/home/downloads/" --output "/home/downloads/videos/" --action symlink --conflict override --def subtitles=true --def artwork=true
Im getting this error :
Code: Select all
MultipleCompilationErrorsException: startup failed:
Script3.groovy: 3: unexpected char: '#' @ line 3, column 1.
# Customizable filebot and script options. Lines starting with # are disbled.
^
1 error
org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed:
Script3.groovy: 3: unexpected char: '#' @ line 3, column 1.
# Customizable filebot and script options. Lines starting with # are disbled.
^
1 error
at net.sourceforge.filebot.cli.ScriptShell.evaluate(Unknown Source)
at net.sourceforge.filebot.cli.ScriptShell.runScript(Unknown Source)
at net.sourceforge.filebot.cli.ArgumentProcessor.process(Unknown Source)
at net.sourceforge.filebot.Main.main(Unknown Source)
Failure (°_°)
thanks for your help