python3 NoneType object is not callable怎么解决
我的是python3运行不出来,为什么呢?错误代码如下:
craw 1 : https://baike.baidu.com/item/Python
Traceback (most recent call last):
File "F:\workplace\imooc\baike_spider\spider_main.py", line 43, in craw
new_urls,new_data = self.parser.parse(new_url, html_cont)
File "F:\workplace\imooc\baike_spider\html_parser.py", line 65, in parse
new_data = self._get_new_data(page_url, soup)
File "F:\workplace\imooc\baike_spider\html_parser.py", line 43, in _get_new_data
res_data['title'] = title_node.get_next()
TypeError: 'NoneType' object is not callable