We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
为了更好的解决问题,请认真回答下面的问题。等到问题解决,请及时关闭本issue。
答:GitHub
答:是
答:否
答:
答:C:\Users\AOOOOOOO\Desktop\weiboSpider-master\weiboSpider-master\weibo\华东扫地僧\video Progress: 1%|▉ | 11/832 [05:54<15:01:23, 65.88s/it]'NoneType' object has no attribute 'xpath' Traceback (most recent call last): File "C:\Users\AOOOOOOO\Desktop\weiboSpider-master\weiboSpider-master\weibo_spider\parser\page_parser.py", line 66, in get_one_page info = self.selector.xpath("//div[@Class='c']") ^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'xpath' Progress: 1%|▉ | 11/832 [05:55<7:22:01, 32.30s/it] cannot unpack non-iterable NoneType object Traceback (most recent call last): File "C:\Users\AOOOOOOO\Desktop\weiboSpider-master\weiboSpider-master\weibo_spider\spider.py", line 180, in get_weibo_info weibos, self.weibo_id_list, to_continue = PageParser( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: cannot unpack non-iterable NoneType object 共爬取111条原创微博 信息抓取完毕 ****************************************************************************************************
以上是报错,我不太明白是被封禁了还是html在这里结构发生了改变,但是我程序运行暂停的短时间内无法访问weibo,cn,所以我是否要增加随机等待时间?还是说要其他操作
The text was updated successfully, but these errors were encountered:
可能是暂时被禁,或者网络原因,因为程序就是访问的weibo.cn,您也可以使用免cookie版,看看它是否可以使用。
Sorry, something went wrong.
No branches or pull requests
为了更好的解决问题,请认真回答下面的问题。等到问题解决,请及时关闭本issue。
答:GitHub
答:是
答:否
答:
答:
答:C:\Users\AOOOOOOO\Desktop\weiboSpider-master\weiboSpider-master\weibo\华东扫地僧\video Progress: 1%|▉ | 11/832 [05:54<15:01:23, 65.88s/it]'NoneType' object has no attribute 'xpath' Traceback (most recent call last): File "C:\Users\AOOOOOOO\Desktop\weiboSpider-master\weiboSpider-master\weibo_spider\parser\page_parser.py", line 66, in get_one_page info = self.selector.xpath("//div[@Class='c']") ^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'xpath' Progress: 1%|▉ | 11/832 [05:55<7:22:01, 32.30s/it] cannot unpack non-iterable NoneType object Traceback (most recent call last): File "C:\Users\AOOOOOOO\Desktop\weiboSpider-master\weiboSpider-master\weibo_spider\spider.py", line 180, in get_weibo_info weibos, self.weibo_id_list, to_continue = PageParser( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: cannot unpack non-iterable NoneType object 共爬取111条原创微博 信息抓取完毕 ****************************************************************************************************
以上是报错,我不太明白是被封禁了还是html在这里结构发生了改变,但是我程序运行暂停的短时间内无法访问weibo,cn,所以我是否要增加随机等待时间?还是说要其他操作
The text was updated successfully, but these errors were encountered: