Upon investigation I've learned this: The error being generated above is coming from twisted. The twisted getContext is here:"/usr/local/lib/python2.7/dist-packages/twisted/web/client.py", line 794
Scrapy's getContext is here: https://github.com/scrapy/scrapy/blob/master/scrapy/core/downloader/contextfactory.py Scrapy's get context takes 3 arguments, twisted's takes one. Given the stack above, seems like I'm somehow calling the wrong getContext()? Anyone got a clue on this one? -- 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/groups/opt_out.
