Menu

#4 parse error on "awaiting votes"

open
nobody
None
5
2002-10-30
2002-10-30
No

Parse error on movies that have no user rating
yet.

Patch for version 0.1.2:

aviIMDB.java: change line 492 - 493 to:

try
{
new Float( RATING );
VOTES = sTemp.substring
(sTemp.indexOf ("(") + 1, sTemp.indexOf ("
votes"));
} catch( NumberFormatException e ) {
RATING = "";
VOTES = "";
}

Anyway, like your tool. Keep up the good work!

Discussion


Log in to post a comment.

MongoDB Logo MongoDB