I use scrapy with proxy authentication:
rq.meta['proxy'] = self.mainProxy rq.headers['Proxy-Authorization'] = 'Basic ' + self.encoded_user_pass All requests in function start_requests work fine. But all requests in any function now work. It has error: <twisted.python.failure.Failure <class 'twisted.internet.error.ConnectionDone'>>] Also i see what requests in other functions works fine if i use https but it does not work on http. thank you -- 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.
