MissingPropertyException: No such property: log for class: S

Any questions? Need some help?
Post Reply
financial_shortstop
Posts: 3
Joined: 24 Apr 2013, 00:57

MissingPropertyException: No such property: log for class: S

Post by financial_shortstop »

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.

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"
(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.)

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 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).
User avatar
rednoah
The Source
Posts: 23936
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: MissingPropertyException: No such property: log for clas

Post by rednoah »

Haha, the last line should have been your first, just to save me the time. You're outdated by 1000 revisions. Have you tried updating? :D
:idea: Please read the FAQ and How to Request Help.
Post Reply