Quote:
Originally Posted by drMerry
at least someone is happy with my bugs 
|
Who said I was happy?
So as far as I can see there isn't a bug in the plugin, it is just the same issue mentioned above of some "unusual" shall we say series index numbers. So for instance you have a series entry in there of:
De Jonge Lijsters [199304]
So straight away that is going to add 199303 missing numbers in the series. Which combined with other instances of this blows up the logging with the memory error you had above.
I think what I am going to do is out some sort of threshold check in there which will ignore series which appear to not be "start from 1" type series indexes. Easiest will be to take the maximum number in that series, and if it exceeds say 3 digits (i.e. 1000 or greater) then it won't attempt the series gap check and just mention it in the log instead. At the same time I will make a change to cater for duplicate series index values which theducks had in his library.