Hi, All,
I'm using scrapy to crawl some pages, but encountering the following
error.
* I've set the "DOWNLOAD_TIMEOUT" to 1200
* the first log is printed by a downloadermiddleware, which mens the
request processed.
* from the log timestamp, the time difference is only 38s, why?
2011-09-22 09:03:41+0800 [42-001] DEBUG: request processed,
http://xxxxx.html
2011-09-22 09:04:19+0800 [42-001] ERROR: Error downloading <http://
xxxxx.html>: [Failure instance: T
raceback (failure with no frames): <class
'twisted.internet.error.TimeoutError'>: User timeout caused connection
failure.]
Thank you in advance!
- Havy