Page 1 of 1

filebot -script fn:artwork.tmdb stopped working

Posted: 23 Feb 2017, 20:11
by Solonor
Hi All, I've used the below script in a batch file for a long time now and just a few weeks ago it stopped working for no apparent reason, I've done some googling and forum searches and so far nothing has worked. Any help would be greatly appreciated.

Code: Select all

filebot -script fn:artwork.tmdb U:\ -non-strict --conflict override
filebot -script fn:artwork.tvdb X:\ -non-strict --conflict override
I received the below error;

Code: Select all

Microsoft Windows [Version 10.0.14393]
(c) 2016 Microsoft Corporation. All rights reserved.

C:\WINDOWS\system32>filebot -script fn:artwork.tmdb U:\ -non-strict --conflict override
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 (°_°)


I've ran it as admin and my local ID which is also an admin and same issue.
I'm running;
Windows 10 with latest patches

Code: Select all

filebot -version
FileBot 4.7.2 (r4178) / Java(TM) SE Runtime Environment 1.8.0_121

Re: filebot -script fn:artwork.tmdb stopped working

Posted: 23 Feb 2017, 20:23
by rednoah
Please use FileBot 4.7.8 or higher. You're using use an outdated version of FileBot. Outdated versions are not supported and my break at any time.

Re: filebot -script fn:artwork.tmdb stopped working

Posted: 23 Feb 2017, 22:14
by Solonor
I spun up a 2012r2 on my VMFarm and it's working fine on there so maybe something with that version and windows 10? I can just use it there now. Is there a non windows store installer that works on 10?