Filebot amc cannot contact the internet?

Any questions? Need some help?
Post Reply
ogamba
Posts: 6
Joined: 20 Mar 2018, 17:10

Filebot amc cannot contact the internet?

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

Re: Filebot amc cannot contact the internet?

Post by rednoah »

Please run filebot -script fn:sysinfo and post the output.
:idea: Please read the FAQ and How to Request Help.
ogamba
Posts: 6
Joined: 20 Mar 2018, 17:10

Re: Filebot amc cannot contact the internet?

Post 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
ogamba
Posts: 6
Joined: 20 Mar 2018, 17:10

Re: Filebot amc cannot contact the internet?

Post by ogamba »

I have done a reinstall now as well, nothing has changed.
devster
Posts: 417
Joined: 06 Jun 2017, 22:56

Re: Filebot amc cannot contact the internet?

Post 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.
I only work in black and sometimes very, very dark grey. (Batman)
kim
Power User
Posts: 1251
Joined: 15 May 2014, 16:17

Re: Filebot amc cannot contact the internet?

Post by kim »

I think it's a java problem


@devster
and how did you fix it ?
ogamba
Posts: 6
Joined: 20 Mar 2018, 17:10

Re: Filebot amc cannot contact the internet?

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

Re: Filebot amc cannot contact the internet?

Post 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? :?:
:idea: Please read the FAQ and How to Request Help.
ogamba
Posts: 6
Joined: 20 Mar 2018, 17:10

Re: Filebot amc cannot contact the internet?

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

Re: Filebot amc cannot contact the internet?

Post by rednoah »

Where did you download this version?
:idea: Please read the FAQ and How to Request Help.
ogamba
Posts: 6
Joined: 20 Mar 2018, 17:10

Re: Filebot amc cannot contact the internet?

Post by ogamba »

rednoah wrote: 25 Mar 2018, 11:24 Where did you download this version?
From the FileBot website with the different versions listed
devster
Posts: 417
Joined: 06 Jun 2017, 22:56

Re: Filebot amc cannot contact the internet?

Post 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.
I only work in black and sometimes very, very dark grey. (Batman)
User avatar
rednoah
The Source
Posts: 22975
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Filebot amc cannot contact the internet?

Post 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?
:idea: Please read the FAQ and How to Request Help.
Post Reply