美文网首页
scrapy list 不能遍历爬虫

scrapy list 不能遍历爬虫

作者: 海天启航 | 来源:发表于2021-08-08 09:18 被阅读0次

如果scrapy list 突然不能遍历出一个项目内的爬虫
有可能是设置文件中有的设置导致的

LOG_STDOUT = True # 是否标准输出

无意中设置了这个选项,排查好久才发现这个设置会导致 scrapy list 指令执行失效,从而影响生成的eggs文件导致scrapyd出现不能显示爬虫的问题

相关文章

网友评论

      本文标题:scrapy list 不能遍历爬虫

      本文链接:https://www.haomeiwen.com/subject/kugnvltx.html