MissingPropertyException: No such property: log for class: S
Posted: 10 Nov 2014, 15:44
I recently moved from a dedicated Windows desktop to a Rasperry PI/NAS configuration and it has been very long time since I've used Linux. I managed to get filebot to work properly after some troubleshooting (was testing with sysinfo that is how I knew it was working). I am a little confused as to why this below command isn't working. I know the series format works as it is what I was using in Windows.
(I had to download a copy of amc.groovy because of constant 404 errors; grabbed it from https://raw.githubusercontent.com/fileb ... amc.groovy. Trying to run this script independently from transmission.)
I can't post the sysinfo at the moment as http://www.filebot.net/scripts/sysinfo.groovy is returning a 404 error. Any thoughts as to what the error means? I assume it doesn't like one of the parameters but which one I am not sure.
I am running a Rasperry PI (Raspbian) and FileBot 3.8 (r1840) / Java(TM) SE Runtime Environment 1.8.0 (headless).
Code: Select all
filebot -script /usr/share/filebot/amc.groovy --log-file "/log/$TR_TORRENT_NAME" --def "seriesFormat=/nas/TV/Season {s.pad(2)}/{n} - {s00e00} - {t}" --action move --conflict override -non-strict --def clean=y --def xbmc="192.168.1.2" --def artwork=y "ut_dir=$TR_TORRENT_DIR/$TR_TORRENT_NAME" "ut_kind=multi" "ut_title=$TR_TORRENT_NAME"
Code: Select all
Locking /log/filename
MissingPropertyException: No such property: log for class: Script3
groovy.lang.MissingPropertyException: No such property: log for class: Script3
at Script3$_run_closure1.doCall(Script3.groovy:5)
at Script3.run(Script3.groovy:5)
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(ArgumentProcessor.java:125)
at net.sourceforge.filebot.Main.main(Main.java:190)
Failure (°_°)
I am running a Rasperry PI (Raspbian) and FileBot 3.8 (r1840) / Java(TM) SE Runtime Environment 1.8.0 (headless).