AMC Just Stopped working Randomly

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
ml3000
Posts: 1
Joined: 14 Mar 2017, 00:05

AMC Just Stopped working Randomly

Post by ml3000 »

I am getting this

Code: Select all

FileNotFoundException: https://raw.githubusercontent.com/filebot/scripts/m1/amc.groovy
java.io.FileNotFoundException: https://raw.githubusercontent.com/filebot/scripts/m1/amc.groovy
        at net.filebot.web.WebRequest.fetch(WebRequest.java:123)
        at net.filebot.web.WebRequest.fetchIfModified(WebRequest.java:101)
        at net.filebot.web.CachedResource.fetchData(CachedResource.java:28)
        at net.filebot.web.CachedResource.fetchData(CachedResource.java:11)
        at net.filebot.web.AbstractCachedResource.fetch(AbstractCachedResource.java:137)
        at net.filebot.web.AbstractCachedResource.get(AbstractCachedResource.java:82)
        at net.filebot.cli.ArgumentProcessor$DefaultScriptProvider.fetchScript(ArgumentProcessor.java:210)
        at net.filebot.cli.ScriptShell.runScript(ScriptShell.java:82)
        at net.filebot.cli.ArgumentProcessor.process(ArgumentProcessor.java:116)
        at net.filebot.Main.main(Main.java:169)
Failure (┬░_┬░)
When browsing to https://raw.githubusercontent.com/fileb ... amc.groovy I am currently getting a 404.
User avatar
rednoah
The Source
Posts: 22975
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: AMC Just Stopped working Randomly

Post by rednoah »

What does filebot -version say? Have you tried the latest version of FileBot?
:idea: Please read the FAQ and How to Request Help.
galaxybird
Posts: 1
Joined: 18 Mar 2017, 21:14

Re: AMC Just Stopped working Randomly

Post by galaxybird »

Hi! I encountered this issue as well.

I'm currently running Filebot 4.6 (r3052) / Java(TM) SE Runtime Environment 1.8.0_45

I looked into the "update through the windows store" options on the website, but unfortunately I'm still running windows 7 and the windows store says the latest version doesn't support that OS.

Do you know the last version that supported Win7 and how can get that and still support filebot?

Thanks!

Edit:
Found this thread too:
viewtopic.php?f=4&t=4802

Code: Select all

C:\Users\Bird's Nest>filebot -version
FileBot 4.6 (r3052) / Java(TM) SE Runtime Environment 1.8.0_45

Code: Select all

C:\Users\Bird's Nest>filebot -script fn:sysinfo
FileNotFoundException: https://raw.githubusercontent.com/filebot/scripts/m1/sysi
nfo.groovy
java.io.FileNotFoundException: https://raw.githubusercontent.com/filebot/scripts
/m1/sysinfo.groovy
        at net.filebot.web.WebRequest.fetch(WebRequest.java:123)
        at net.filebot.web.WebRequest.fetchIfModified(WebRequest.java:101)
        at net.filebot.web.CachedResource.fetchData(CachedResource.java:32)
        at net.filebot.web.CachedResource.fetchData(CachedResource.java:11)
        at net.filebot.web.AbstractCachedResource.fetch(AbstractCachedResource.j
ava:137)
        at net.filebot.web.AbstractCachedResource.get(AbstractCachedResource.jav
a:82)
        at net.filebot.cli.ArgumentProcessor$DefaultScriptProvider.fetchScript(A
rgumentProcessor.java:210)
        at net.filebot.cli.ScriptShell.runScript(ScriptShell.java:82)
        at net.filebot.cli.ArgumentProcessor.process(ArgumentProcessor.java:116)

        at net.filebot.Main.main(Main.java:168)
Failure (°_°)

Code: Select all

C:\Users\Bird's Nest>java -version
java version "1.8.0_45"
Java(TM) SE Runtime Environment (build 1.8.0_45-b15)
Java HotSpot(TM) 64-Bit Server VM (build 25.45-b02, mixed mode)

edit2:

looks like as of 4.7.2, the latest main version (4.7) supported Win7
viewtopic.php?f=7&t=3709

Going to try installing the 64 bit version of 4.7.8 and see if it works.
User avatar
rednoah
The Source
Posts: 22975
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: AMC Just Stopped working Randomly

Post by rednoah »

As a generally rule, only the latest version of FileBot is supported. Using extremely outdated versions is highly discouraged (we're almost at r5000 and you're still using r3000).
:idea: Please read the FAQ and How to Request Help.
bonis666
Posts: 5
Joined: 17 Feb 2017, 12:07

Re: AMC Just Stopped working Randomly

Post by bonis666 »

I have the same issue, i just realized nothing have been processed since 26 of june.
running FileBot 4.7.11 (r5158) / Java(TM) SE Runtime Environment 1.8.0_131 / Windows 10 10.0 (amd64)

and haven't done anything to the system.

Is there a good way of trail and error checking ?
i use utorrent 3.5

and "C:/Users/Name/AppData/Local/Microsoft/WindowsApps/PointPlanck.FileBot_49ex9gnthnt12/filebot.launcher.exe" -script fn:amc --output "D:/Media" --action move --conflict skip -non-strict --log-file amc.log --def unsorted=y music=y artwork=n subtitles=swe "ut_label=%L" "ut_state=%S" "ut_title=%N" "ut_kind=%K" "ut_file=%F" "ut_dir=%D"
User avatar
rednoah
The Source
Posts: 22975
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: AMC Just Stopped working Randomly

Post by rednoah »

1.
The command is filebot. Using absolute paths is a bad idea. ;)


2.
You probably want to read this:
viewtopic.php?f=4&t=5157


3.
Troubleshooting is thoroughly explained in the Troubleshooting section of the manual:
viewtopic.php?f=4&t=215
:idea: Please read the FAQ and How to Request Help.
Post Reply