filebot -script fn:artwork.tmdb stopped working

Support for Windows users
Post Reply
Solonor
Posts: 10
Joined: 23 May 2016, 17:13

filebot -script fn:artwork.tmdb stopped working

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

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

Post 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.
:idea: Please read the FAQ and How to Request Help.
Solonor
Posts: 10
Joined: 23 May 2016, 17:13

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

Post 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?
Post Reply