cbanack / comic-vine-scraper

An add-on script for ComicRack that lets you copy details from Comic Vine into your comic books.
244 stars 47 forks source link

Error every time I run scraper #408

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
DESCRIBE THE PROBLEM:
I just installed the latest version of Comicrack as well as ComicVine scraper 
and now no matter what I try to scrape I get the same error.

WHAT STEPS WILL REPRODUCE THIS PROBLEM? (Please include the exact name of
the eComic book that you were trying to scrape, if possible.)
1.
2.
3.

WHAT VERSION OF COMICVINESCRAPER ARE YOU USING? 1.0.86

PLEASE PROVIDE ANY ADDITIONAL INFORMATION THAT MAY BE OF USE

Original issue reported on code.google.com by hhav...@hotmail.com on 18 Mar 2015 at 1:11

Attachments:

GoogleCodeExporter commented 9 years ago
I've just tried scraping a bunch of comic files, including the Snart one that 
you had problems with in the log.  But everything seems to work fine, so so far 
I cannot duplicate your problem.

Looking more closely at the log, it seems like somehow you have an old version 
of at least one file (cvconnection.py).  The scraper code is calling a 
three-argument function that exists in cvconnection.py version 1.0.86, but for 
some reason doesn't exist in your version of cvconnection.py.

I'm at a loss to explain why your scraper code appears to be only 'partially' 
updated to 1.0.86.  Are you manually editing the scraper's .py files?  Do you 
have other plugins installed that might be overwriting some of the scraper's 
.py files?  (They're not supposed to do that, but nonetheless some plugins that 
are based off of Comic Vine Scraper can cause problems when installed at the 
same time as the scraper.)

As for fixing the problem, the only thing I can think of is for you to 
uninstall and reinstall the scraper.  If that doesn't work, try uninstalling 
you other plugins and only installing the scraper, so we can rule out the 
possibility that the error is being caused by a different plugin.

Original comment by cban...@gmail.com on 18 Mar 2015 at 2:03

GoogleCodeExporter commented 9 years ago
Thanks for the quick response. I am not manually editing the .py files. I don't 
mess with anything I don't understand. I did delete the scraper folders after 
uninstalling the scraper and then reinstalled but got the same error. 

I did not try to uninstall any other plugins. I went ahead and did a system 
restore on my computer and went back to an older version of both Comicrack and 
the scraper and it seems to be working fine this way. I will just leave it that 
way until I have to upgrade either one.

Thanks for checking into the issue for me, and I am using my own API number so 
no worries there. Excellent work you do by the way.

Original comment by hhav...@hotmail.com on 18 Mar 2015 at 10:06

cbanack commented 9 years ago

Looks like there's nothing left to do here, so closing this issue.