The command "dev:osdb.explain" stopped working
Posted: 16 May 2017, 04:46
The following command works fine when I use an old version of FileBot:
However, with the latest version, I get this error:
Code: Select all
filebot.cmd -script dev:osdb.explain "PathtoMovie" -non-strict --def fetch=y --log all --log-file P:\temp_log.txt
Code: Select all
No such property: locale for class: net.filebot.cli.ArgumentBean
Possible solutions: logFile
groovy.lang.MissingPropertyException: No such property: locale for class: net.filebot.cli.ArgumentBean
Possible solutions: logFile
at Script1.run(Script1.groovy:4)
at net.filebot.cli.ScriptShell.evaluate(ScriptShell.java:64)
at net.filebot.cli.ScriptShell.runScript(ScriptShell.java:74)
at net.filebot.cli.ArgumentProcessor.runScript(ArgumentProcessor.java:127)
at net.filebot.cli.ArgumentProcessor.run(ArgumentProcessor.java:29)
at net.filebot.Main.main(Main.java:111)
Failure (°_°)