TypeError: unhashable type: 'set' 出現(xiàn)這種報(bào)錯(cuò),求解?
craw 1 : https://baike.baidu.com/item/Python/407313
Traceback (most recent call last):
? File "D:/DataAnalysis/Python/Crawler/spider_main.py", line 49, in <module>
? ? obj_spider.craw(root_url)
? File "D:/DataAnalysis/Python/Crawler/spider_main.py", line 37, in craw
? ? self.urls.add_new_url(new_urls)
? File "D:\DataAnalysis\Python\Crawler\url_manager.py", line 17, in add_new_url
? ? self.new_urls.add(url)
TypeError: unhashable type: 'set'
2019-01-08
將
修改為:
即可。