java.io.EOFException

Any questions? Need some help?
Post Reply
int21h
Donor
Posts: 13
Joined: 12 Aug 2013, 06:14

java.io.EOFException

Post by int21h »

Hi There,
Recently my script has stopped working and I can't work out why. I'm seeing this error message: java.io.EOFException even though nothing has changed on my end.
I've tried removing and reinstalling java and deleting temp files.

Any ideas why it is happening ?

Code: Select all

Windows 7 x64
C:\Windows\system32>filebot -script fn:sysinfo
FileBot 4.5.6 (r2818)
JNA Native: 4.0.0
MediaInfo: MediaInfoLib - v0.7.69
7-Zip-JBinding: OK
chromaprint-tools: fpcalc version 1.1.0 (C:\Program Files\FileBot\fpcalc.exe)
Extended Attributes: OK
Groovy Engine: 2.3.9
JRE: Java(TM) SE Runtime Environment 1.8.0_31
JVM: 64-bit Java HotSpot(TM) 64-Bit Server VM
CPU/MEM: 4 Core / 1 GB Max Memory / 32 MB Used Memory
OS: Windows 7 (amd64)
Done ?(?????)?

Code: Select all

"C:/Program Files/FileBot/filebot.exe" -script fn:amc --output "M:/" --log-file amc.log --action move --conflict override -non-strict --def music=n artwork=y --def deleteAfterExtract=y --def clean=y "F:/complete/"

Code: Select all

Mar 01, 2015 8:45:57 AM net.filebot.media.MediaDetection getSeriesIndex
SEVERE: Failed to load series index: java.io.IOException: java.io.EOFException
Auto-detected query: [top gear]
IOException: java.io.EOFException
Clean clutter files and empty folders
Finished without processing any files
Failure (°_°)
User avatar
rednoah
The Source
Posts: 23005
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: java.io.EOFException

Post by rednoah »

Have you tried filebot -clear-cache to reset everything?

If you give me the path(s) of the file(s) you're trying to process then I can try this myself as well.
:idea: Please read the FAQ and How to Request Help.
int21h
Donor
Posts: 13
Joined: 12 Aug 2013, 06:14

Re: java.io.EOFException

Post by int21h »

Ahhh! filebot -clear-cache fixed the problem.
Sorry i didn't find that command earlier.
Post Reply