View Issue Details

IDProjectCategoryView StatusLast Update
0001996AniDB UDP APIBug Reportpublic2012-11-10 10:13
Reporteraelfwyne Assigned ToOmmina  
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
Summary0001996: Filename that is too long will stop batch processing with a Java error.
DescriptionJust discovered if a filename is too long, due to the episode name being extremely long, then you will get the error: Receive Error: java.io.EOFException: Unexpected end of ZLIB input stream, which really doesn't explain anything.
Steps To ReproduceTry to rename Episode 75 of Gintama using this tagging script http://pastebin.com/2paa2kHp and it stops because of the length of the filename. Error received is java.io.EOFException: Unexpected end of ZLIB input stream.
Additional InformationI recognize that it is possible to limit the length of the filename within the tagging script. However, that's not the point. The default script does not do this as far as I'm aware.

Additionally, it should fail in such a way as to not stop batch processing. Currently when it stops, all items following the error in the batch are not processed for renaming either.
TagsNo tags attached.

Activities

Ommina

2012-11-10 10:13

administrator   ~0003322

Fixed internally, will go out with next UDP server update.

There's really two distinct issues here. The first (long packets from the UDP server), and the "additionally" (the applet not wanting to continue to the next file).

It's the first that is resolved, but it will remain up to Arokh if he wants to deal with the second. It may not be worth the effort.

Issue History

Date Modified Username Field Change
2012-09-03 04:01 aelfwyne New Issue
2012-11-10 02:02 Ommina Project AniDB Applet => AniDB UDP API
2012-11-10 02:02 Ommina Assigned To => Ommina
2012-11-10 02:02 Ommina Status new => assigned
2012-11-10 10:13 Ommina Note Added: 0003322
2012-11-10 10:13 Ommina Status assigned => resolved
2012-11-10 10:13 Ommina Resolution open => fixed