Script not found

Support for Windows users
Post Reply
Oleros
Donor
Posts: 24
Joined: 10 Aug 2016, 14:32

Script not found

Post by Oleros »

Hi, recently I've been getting a script not found error. I have not made any changes to the setup.

The UT script:

Code: Select all

"C:\Program Files\FileBot\filebot.exe" -script fn:amc --output "E:/Plex" --action copy --conflict skip -non-strict --log-file amc.log --def unsorted=y music=y artwork=y "ut_label=%L" "ut_state=%S" "ut_title=%N" "ut_kind=%K" "ut_file=%F" "ut_dir=%D"
The log output:

Code: Select all

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 (°_°)
Have changes been done centrally that I should adapt to?
User avatar
rednoah
The Source
Posts: 22998
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Script not found

Post by rednoah »

What does filebot -version say?
:idea: Please read the FAQ and How to Request Help.
Oleros
Donor
Posts: 24
Joined: 10 Aug 2016, 14:32

Re: Script not found

Post by Oleros »

4.7.2
User avatar
rednoah
The Source
Posts: 22998
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Script not found

Post by rednoah »

Unfortunately, the script repository for this version doesn't exist anymore. I recommend using the latest version.
:idea: Please read the FAQ and How to Request Help.
Post Reply