Page 1 of 1

Filebot amc cannot contact the internet?

Posted: 20 Mar 2018, 18:11
by ogamba
Hello

My Filebot CMD script has been working great for a long time. However, it has stopped working entirely all of the sudden. It is like the CMD can no longer make contact to the internet / the websites from where it get its information.

I get this error: "IndexOutOfBoundsException: Index: 0, Size: 0" when it times out after about 5 minutes of doing nothing.
This issue occurrs for everything, even when I rename something so it is very simple.

I don't see anything special written in the log, but it is just stuck at the group part (see picture):
Image


This is my script:
filebot -script fn:amc --action move --output "E:\IISSite\Download" -non-strict "E:\IISSite\Downloadedfiles" --def clean=y


Do you know if I possibly could've been banned from the sites for too many requests etc?

Re: Filebot amc cannot contact the internet?

Posted: 20 Mar 2018, 18:20
by rednoah
Please run filebot -script fn:sysinfo and post the output.

Re: Filebot amc cannot contact the internet?

Posted: 20 Mar 2018, 19:03
by ogamba
rednoah wrote: 20 Mar 2018, 18:20 Please run filebot -script fn:sysinfo and post the output.

Code: Select all

filebot -script fn:sysinfo
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.codehaus.groovy.vmplugin.v7.Java7$1 (file:/C:/Program%20Files/FileBot/FileBot.jar) to constructor java.lang.invoke.MethodHandles$Lookup(java.lang.Class,int)
WARNING: Please consider reporting this to the maintainers of org.codehaus.groovy.vmplugin.v7.Java7$1
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
FileBot 4.7.19.1 (r5327)
JNA Native: 5.2.0
MediaInfo: 0.7.99
7-Zip-JBinding: 9.20
Chromaprint: 1.4.2
Extended Attributes: OK
Unicode Filesystem: OK
Script Bundle: 2018-03-16 (r516)
Groovy: 2.4.12
JRE: Java(TM) SE Runtime Environment 9.0.4
JVM: 64-bit Java HotSpot(TM) 64-Bit Server VM
CPU/MEM: 4 Core / 988 MB Max Memory / 20 MB Used Memory
OS: Windows Server 2016 (amd64)
Package: MSI

Re: Filebot amc cannot contact the internet?

Posted: 22 Mar 2018, 13:21
by ogamba
I have done a reinstall now as well, nothing has changed.

Re: Filebot amc cannot contact the internet?

Posted: 25 Mar 2018, 00:54
by devster
Have you tried building it yourself by any chance? I've been encountering similar issues with my own builds, latest version seems to be 4.7.21 on Windows store.

Re: Filebot amc cannot contact the internet?

Posted: 25 Mar 2018, 03:06
by kim
I think it's a java problem


@devster
and how did you fix it ?

Re: Filebot amc cannot contact the internet?

Posted: 25 Mar 2018, 08:48
by ogamba
devster wrote: 25 Mar 2018, 00:54 Have you tried building it yourself by any chance? I've been encountering similar issues with my own builds, latest version seems to be 4.7.21 on Windows store.
I have not tried to build anything myself. I don't even know how to :)

Re: Filebot amc cannot contact the internet?

Posted: 25 Mar 2018, 11:02
by rednoah
ogamba wrote: 25 Mar 2018, 08:48 I have not tried to build anything myself. I don't even know how to :)
:?: There is no official MSI package for Windows Server 2016. How did you install FileBot if you didn't build it yourself? :?:

Re: Filebot amc cannot contact the internet?

Posted: 25 Mar 2018, 11:13
by ogamba
rednoah wrote: 25 Mar 2018, 11:02
ogamba wrote: 25 Mar 2018, 08:48 I have not tried to build anything myself. I don't even know how to :)
:?: There is no official MSI package for Windows Server 2016. How did you install FileBot if you didn't build it yourself? :?:
I use a Windows version which used to work perfectly fine.

Re: Filebot amc cannot contact the internet?

Posted: 25 Mar 2018, 11:24
by rednoah
Where did you download this version?

Re: Filebot amc cannot contact the internet?

Posted: 25 Mar 2018, 15:32
by ogamba
rednoah wrote: 25 Mar 2018, 11:24 Where did you download this version?
From the FileBot website with the different versions listed

Re: Filebot amc cannot contact the internet?

Posted: 26 Mar 2018, 07:03
by devster
@kim I didn't, yet...
I was trying to build it inside a docker container with openjdk (which might have been the issue), but I don't really know why.
I believe it's related to groovy itself:
https://github.com/gradle/gradle/issues/2995 and https://issues.apache.org/jira/browse/GROOVY-8339 but it's just a theory.

Re: Filebot amc cannot contact the internet?

Posted: 26 Mar 2018, 11:56
by rednoah
ogamba wrote: 25 Mar 2018, 15:32
rednoah wrote: 25 Mar 2018, 11:24 Where did you download this version?
From the FileBot website with the different versions listed
Can you provide a link to that website?