解决HTTP status code is not handled or not allowed

/Books/>: HTTP status code is not handled or not allowed
2017-11-04 17:21:38 [scrapy.spidermiddlewares.httperror] INFO: Ignoring response <403 http://www.dmoz.org/Computers/Programming/Languages/Python
/Resources/>: HTTP status code is not handled or not allowed

解决:在settings里面添加

HTTPERROR_ALLOWED_CODES = [403]#上面报的是403,就把403加入。
上一篇:倒排索引 获取指定单词的文档集合 使用hash去重单词term 提高数据压缩率的方法


下一篇:android中的验证码倒计时