3.8 getting EOFException

All your suggestions, requests and ideas for future development
Post Reply
diverdiner
Posts: 9
Joined: 17 Mar 2013, 09:26

3.8 getting EOFException

Post by diverdiner »

Hi Red
just upgraded to 3.8 from 3.6.2 64bit Windows.

Trying to test match(right click file and select "AniDB" OR click "FetchData" and select "AniDB") but it keeps getting java.io.EOFException.
Can't work.
User avatar
rednoah
The Source
Posts: 22998
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: 3.8 getting EOFException

Post by rednoah »

AniDB works fine as far as I can tell:

Code: Select all

filebot -clear-cache && filebot -list --q naruto --db anidb
What's the console output? Maybe you just need to delete the old cache.
:idea: Please read the FAQ and How to Request Help.
diverdiner
Posts: 9
Joined: 17 Mar 2013, 09:26

Re: 3.8 getting EOFException

Post by diverdiner »

I use a shorter series. Run your command and another command without clear cache.

Here is the output.
C:\Users\Milamber>filebot -clear-cache && filebot -list --q gargantia --db anidb

Clear cache and temporary files
Gargantia on the Verdurous Planet - 01 - Castaway
Gargantia on the Verdurous Planet - 02 - The Planet of Origin
Gargantia on the Verdurous Planet - 03 - The Villainous Empress
Gargantia on the Verdurous Planet - 04 - The Flute of Recollection
Gargantia on the Verdurous Planet - 05 - Calm Day
Gargantia on the Verdurous Planet - 06 - Festival
Gargantia on the Verdurous Planet - 07 - A Soldier`s Fate
Gargantia on the Verdurous Planet - 08 - Separation
Gargantia on the Verdurous Planet - 09 - Deep Sea Secret
Gargantia on the Verdurous Planet - 10 - Island of Ambition
Gargantia on the Verdurous Planet - 11 - Supreme Ruler of Terror
Gargantia on the Verdurous Planet - 12 - Moment of Decision
Gargantia on the Verdurous Planet - 13 - Legend of the Verdurous Planet
Gargantia on the Verdurous Planet - Special 1 - The Abandoned Fleet
Gargantia on the Verdurous Planet - Special 2 - Episode 15
Gargantia on the Verdurous Planet - Special 3 - Petit Gargantia 1
Gargantia on the Verdurous Planet - Special 4 - Petit Gargantia 2
Gargantia on the Verdurous Planet - Special 5 - Petit Gargantia 3
Gargantia on the Verdurous Planet - Special 6 - Petit Gargantia 4
Gargantia on the Verdurous Planet - Special 7 - Petit Gargantia 5
Gargantia on the Verdurous Planet - Special 8 - Petit Gargantia 6
Gargantia on the Verdurous Planet - Special 9 - Petit Gargantia 7
Gargantia on the Verdurous Planet - Special 10 - Petit Gargantia 8
Gargantia on the Verdurous Planet - Special 11 - Petit Gargantia 9
Gargantia on the Verdurous Planet - Special 12 - Petit Gargantia 10
Gargantia on the Verdurous Planet - Special 13 - Petit Gargantia 11
Gargantia on the Verdurous Planet - Special 14 - Petit Gargantia 12
Gargantia on the Verdurous Planet - Special 15 - Petit Gargantia 13
Gargantia on the Verdurous Planet - Special 16 - Special Project

C:\Users\Milamber>filebot -list --q gargantia --db anidb
EOFException: java.io.EOFException
java.io.EOFException
at org.tukaani.xz.SingleXZInputStream.initialize(Unknown Source)
at org.tukaani.xz.SingleXZInputStream.<init>(Unknown Source)
at org.tukaani.xz.XZInputStream.<init>(Unknown Source)
at org.tukaani.xz.XZInputStream.<init>(Unknown Source)
at net.sourceforge.filebot.media.ReleaseInfo$AnidbIndexResource.process(
ReleaseInfo.java:326)
at net.sourceforge.filebot.media.ReleaseInfo$AnidbIndexResource.process(
ReleaseInfo.java:318)
at net.sourceforge.filebot.web.AbstractCachedResource.get(AbstractCached
Resource.java:85)
at net.sourceforge.filebot.media.ReleaseInfo.getAnidbIndex(ReleaseInfo.j
ava:226)
at net.sourceforge.filebot.WebServices$AnidbClientWithLocalSearch.getAni
meTitles(WebServices.java:202)
at net.sourceforge.filebot.web.AnidbClient.fetchSearchResult(AnidbClient
.java:78)
at net.sourceforge.filebot.web.AnidbClient.search(AnidbClient.java:73)
at net.sourceforge.filebot.cli.CmdlineOperations.fetchEpisodeList(Cmdlin
eOperations.java:1038)
at net.sourceforge.filebot.cli.ArgumentProcessor.process(ArgumentProcess
or.java:57)
at net.sourceforge.filebot.Main.main(Main.java:190)
Failure (░_░)
Launch4j: Failed to run the given command.

Access is denied.
User avatar
rednoah
The Source
Posts: 22998
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: 3.8 getting EOFException

Post by rednoah »

Found some issue with the ONE_MONTH cache not working correctly. Updated the install packages. Should be r1840 now. Try it. ;)
:idea: Please read the FAQ and How to Request Help.
diverdiner
Posts: 9
Joined: 17 Mar 2013, 09:26

Re: 3.8 getting EOFException

Post by diverdiner »

Tested.
All good for what I usually do.

Thank you for resolving.
Post Reply