Closed GoogleCodeExporter closed 9 years ago
Original comment by cban...@gmail.com
on 5 Aug 2010 at 4:18
Thanks for the bug report.
I've created a fix and posted it in version 1.0.27, which you can obtain the
same way you got version 1.0.26.
-----------------------
What follows is a brief technical description of this bug, for my own record
keeping:
This bug was caused by this comicvine query returning 18 results when it
*should* return 20:
http://api.comicvine.com/search/?api_key=4192f8503ea33364a23035827f40d415d5dc5d1
8&format=xml&limit=20&resources=issue&query=black%20panther&field_list=id,volume
&offset=120
Who knows why ComicVine's database does this? Not me. There's really no way
for me to fix bad data like this, but I can make the scraper work around it,
which is what I did (see svn revision 151.)
My fix isn't perfect--the scraper now does some unnecessary extra loading when
dealing with the "Black Panther" series' (and possibly a small number of
others.) But at least it works properly without crashing now.
Original comment by cban...@gmail.com
on 5 Aug 2010 at 5:17
Original issue reported on code.google.com by
Bill.Ra...@gmail.com
on 5 Aug 2010 at 3:52Attachments: