suryakencana007 / comic-vine-scraper

Automatically exported from code.google.com/p/comic-vine-scraper
0 stars 0 forks source link

the Scraper is not displaying all issues of a volume that are listed on comicvine #138

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
DESCRIBE THE PROBLEM: the Scraper is not displaying all issues of a volume

WHAT STEPS WILL REPRODUCE THIS PROBLEM? (Please include the exact name of
the eComic book that you were trying to scrape, if possible.)
1. try to scrape Reborn! (http://www.comicvine.com/reborn/49-35414/)
2. Issues 2-6 display in the list of possible issues. 1 does not.

this also occurs for issue 20 of Fairy Tail 
(http://www.comicvine.com/fairy-tail/49-25073/)

WHAT VERSION OF COMICVINESCRAPER ARE YOU USING?
1.0.30

PLEASE PROVIDE ANY ADDITIONAL INFORMATION THAT MAY BE OF USE

Original issue reported on code.google.com by Gumbyoh...@gmail.com on 13 Sep 2010 at 4:34

GoogleCodeExporter commented 9 years ago
Thanks for the bug report.

Looks like the ComicVine API actually returns results that are missing the 
issues that you pointed out, for example the query below for fairy tail does 
not actually contain issue 20, for no reason that I can guess:

http://api.comicvine.com/search/?api_key=4192f8503ea33364a23035827f40d415d5dc5d1
8&format=xml&limit=20&resources=issue&field_list=volume,issue_number,id&query=fa
iry%20tail&offset=0

argh.

It will take me a few days to find and implement a new way of querying the 
ComicVine database, but I'll get it fixed when I can and I'll post another 
point release.

Original comment by cban...@gmail.com on 13 Sep 2010 at 5:29

GoogleCodeExporter commented 9 years ago
this is now working for all the above issues but isnt working for
tsubasa reservior chronicle 9, 24-28
Reborn! 14

related issue:
encyclopaedia deadpoolica is saying it has no issues

Original comment by Gumbyoh...@gmail.com on 15 Sep 2010 at 4:59

GoogleCodeExporter commented 9 years ago
This bug should be fixed in 1.0.31, which is available now.

Original comment by cban...@gmail.com on 16 Sep 2010 at 1:52