Windows store version not shown in 'filebot -version'

Support for Windows users
Post Reply
logarus
Posts: 2
Joined: 25 Mar 2017, 10:29

Windows store version not shown in 'filebot -version'

Post by logarus »

I originally had 4.7.2 and started looking around for help when the amc script stopped working moving completed torrents.

Code: Select all

C:\WINDOWS\system32>filebot -script fn:sysinfo
Script not found: sysinfo
java.io.FileNotFoundException: Script not found: sysinfo
        at net.filebot.cli.ScriptBundle.getScript(ScriptBundle.java:54)
        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 (°_°)

Code: Select all

C:\WINDOWS\system32>filebot -version
FileBot 4.7.2 (r4178) / Java(TM) SE Runtime Environment 1.8.0_121
So I read something about updating to the latest version and updated Java along with downloading Filebot from the Windows store, but cmd is still showing filebot -version as 4.7.2 and the uTorrent processing is still not working.

Code: Select all

C:\WINDOWS\system32>filebot -script fn:amc --output "H:/Media" --action copy --conflict skip -non-strict --log-file amc.log --def unsorted=y music=n artwork=y "ut_label=%L" "ut_state=%S" "ut_title=%N" "ut_kind=%K" "ut_file=%F" "ut_dir=%D"
Locking C:\Users\Lee\AppData\Roaming\FileBot\logs\amc.log
Script not found: amc
java.io.FileNotFoundException: Script not found: amc
        at net.filebot.cli.ScriptBundle.getScript(ScriptBundle.java:54)
        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 (┬░_┬░)
Please help :)
User avatar
rednoah
The Source
Posts: 22999
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Windows store version not shown in 'filebot -version'

Post by rednoah »

Uninstall all versions of FileBot you have currently installed. Then ONLY install FileBot from the Windows Store.
:idea: Please read the FAQ and How to Request Help.
logarus
Posts: 2
Joined: 25 Mar 2017, 10:29

Re: Windows store version not shown in 'filebot -version'

Post by logarus »

Done, Thankyou.
spectre4188
Posts: 1
Joined: 26 Mar 2017, 16:54

Re: Windows store version not shown in 'filebot -version'

Post by spectre4188 »

What should windows 7 users do? I'm not about to upgrade to 10 anytime soon..
Post Reply