Scrapy 在CentOS6.5上跑遇到DNSLookupError

问题:
爬虫代码昨天在CentOS6.5上还能跑,今天再跑却遇到DNS错误:

twisted.internet.error.DNSLookupError: DNS lookup failed: no results for hostname lookup: www.mytestorg.org.cn.

排查:
ping www.mytestorg.org.cn 不通

解决:
编辑/etc/resolv.conf
增加8.8.8.8和8.8.4.4以及114.114.114.114
保存

解决

参考:
https://blog.csdn.net/zd8582zd/article/details/49070049

你可能感兴趣的:(scrapy,CentOS,Python)