Error when running filebot -script fn:artwork.tmdb "dir"

Support for Windows users
Post Reply
vballrican
Donor
Posts: 80
Joined: 21 Dec 2014, 01:29

Error when running filebot -script fn:artwork.tmdb "dir"

Post by vballrican »

I'm getting this error when running E:\>filebot -script fn:artwork.tmdb "E:/dir" It was working last week. Any idea?

Code: Select all

No such property: strict for class: net.filebot.cli.ArgumentBean
groovy.lang.MissingPropertyException: No such property: strict for class: net.filebot.cli.ArgumentBean
        at Script1$_run_closure3.doCall(Script1.groovy:39)
        at net.filebot.cli.ScriptShellMethods.eachMediaFolder(ScriptShellMethods.java:203)
        at Script1.run(Script1.groovy:10)
        at net.filebot.cli.ScriptShell.evaluate(ScriptShell.java:62)
        at net.filebot.cli.ScriptShell.runScript(ScriptShell.java:72)
        at net.filebot.cli.ArgumentProcessor.runScript(ArgumentProcessor.java:113)
        at net.filebot.cli.ArgumentProcessor.run(ArgumentProcessor.java:28)
        at net.filebot.Main.main(Main.java:124)
Failure (°_°)
User avatar
rednoah
The Source
Posts: 22998
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Error when running filebot -script fn:artwork.tmdb "dir"

Post by rednoah »

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