为了账号安全,请及时绑定邮箱和手机立即绑定

TypeError: object of type 'method' has no len()

Traceback (most recent call last):

  File "D:\worksprce\pa\baike_spider\spider_main.py", line 38, in <module>

    obj_spider.craw(root_url)

  File "D:\worksprce\pa\baike_spider\spider_main.py", line 15, in craw

    while self.urls.has_new_url():

  File "D:\worksprce\pa\baike_spider\url_manager.py", line 25, in has_new_url

    return len(self.add_new_urls) != 0

TypeError: object of type 'method' has no len()


正在回答

1 回答

你这个url_manager.py里面的has_new_url()方法,返回的东西写错了。

不是返回len(self.add_new_urls) != 0

是返回

len(self.new_urls) != 0


0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
Python开发简单爬虫
  • 参与学习       227670    人
  • 解答问题       1219    个

本教程带您解开python爬虫这门神奇技术的面纱

进入课程

TypeError: object of type 'method' has no len()

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信