Scrapy Shell: twisted.internet.error.ConnectionLost although USER_AGENT is set
问题 When I try to scrape a certain web site (with both, spider and shell), I get the following error: twisted.web._newclient.ResponseNeverReceived: [<twisted.python.failure.Failure twisted.internet.error.ConnectionLost: Connection to the other side was lost in a non-clean fashion.>] I found out that this can happen, when no user agent is set. But after setting it manually, I still got the same error. You can see the whole output of scrapy shell here: http://pastebin.com/ZFJZ2UXe Notes: I am not