Hi Scrapy experts, I have a spider trying to scrape product data from http://www.katespade.com/. It has an image pipeline similar to the one in scrapy tutorial:
class MyImagesPipeline(ImagesPipeline): ... I pretty much copy/paste it from the tutorial. However, when I run my spider, I occasionally got unknown error of downloading images. The error is something like below: 2014-12-13 17:08:01-0800 [spider_ks] WARNING: File (unknown-error): Error downloading image from <GET http://a248.e.akamai.net/f/248/9086/10h/origin-d4.scene7.com/is/image/KateSpade/NJMU4368_473?wid=750&fmt=jpg> referred in <None>: [<twisted.python.failure.Failure <class 'twisted.internet.error.ConnectionLost'>>, <twisted.python.failure.Failure <class 'twisted.web.http._DataLoss'>>] My question is: What is this error? How to solve it? Thanks, Jun -- You received this message because you are subscribed to the Google Groups "scrapy-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/scrapy-users. For more options, visit https://groups.google.com/d/optout.
