Problems running filebot on raspbian

Any questions? Need some help?
Post Reply
minimadsen
Posts: 7
Joined: 27 Feb 2013, 00:16

Problems running filebot on raspbian

Post by minimadsen »

Hi,
I installed filebot on my pi, and I'm trying to get it running... Got a groovy script that is working on my debian server, but I'm retiring that for the pi, so want it to work...
Initially to avoid permission issues, I have run under root, as I was getting some strange errors under my own ID

Now I'm getting these errors when running
The files are all stored on a NAS, which is mounted using SMB and that's working fine.

Any help would be much appreciated!!

Output of Terminal:

Code: Select all

root@raspberrypi:/home/henrik# /usr/share/filebot/bin/filebot.sh -script henrik.groovy /mnt/Share/torrentcomplete/
MultipleCompilationErrorsException: startup failed:
Script3.groovy: 29: expecting '}', found '' @ line 29, column 1.
1 error

org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed:
Script3.groovy: 29: expecting '}', found '' @ line 29, column 1.
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 (°_°)


root@raspberrypi:/home/henrik# filebot -version
FileBot 3.61 (r1646) / OpenJDK Runtime Environment 1.6.0_27 (headless)
User avatar
rednoah
The Source
Posts: 22999
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Problems running filebot on raspbian

Post by rednoah »

You modified the script and make some syntax mistakes. As it says in the message, you're not closing one of the { ... } blocks.
:idea: Please read the FAQ and How to Request Help.
minimadsen
Posts: 7
Joined: 27 Feb 2013, 00:16

Re: Problems running filebot on raspbian

Post by minimadsen »

Thanks! Can't believe I was that stupid! Missed copying a couple of lines...
Post Reply