You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
list index out of range
Traceback (most recent call last):
File "D:\conda\envs\tmap\lib\site-packages\weibo_spider\parser\index_parser.py", line 39, in get_user
self.user.weibo_num = string_to_int(user_info[0][3:-1])
IndexError: list index out of range
None
****************************************************************************************************
'NoneType' object has no attribute 'nickname'
Traceback (most recent call last):
File "D:\conda\envs\tmap\lib\site-packages\weibo_spider\spider.py", line 226, in _get_filepath
dir_name = self.user.nickname
AttributeError: 'NoneType' object has no attribute 'nickname'
expected str, bytes or os.PathLike object, not NoneType
Traceback (most recent call last):
File "D:\conda\envs\tmap\lib\site-packages\weibo_spider\writer\csv_writer.py", line 25, in __init__
with open(self.file_path, 'a', encoding='utf-8-sig',
TypeError: expected str, bytes or os.PathLike object, not NoneType
'NoneType' object has no attribute 'nickname'
Traceback (most recent call last):
File "D:\conda\envs\tmap\lib\site-packages\weibo_spider\spider.py", line 226, in _get_filepath
dir_name = self.user.nickname
AttributeError: 'NoneType' object has no attribute 'nickname'
'NoneType' object has no attribute '__dict__'
Traceback (most recent call last):
File "D:\conda\envs\tmap\lib\site-packages\weibo_spider\spider.py", line 313, in get_one_user
self.write_user(self.user)
File "D:\conda\envs\tmap\lib\site-packages\weibo_spider\spider.py", line 137, in write_user
writer.write_user(user)
File "D:\conda\envs\tmap\lib\site-packages\weibo_spider\writer\txt_writer.py", line 29, in write_user
[v + ':' + str(self.user.__dict__[k]) for k, v in self.user_desc])
File "D:\conda\envs\tmap\lib\site-packages\weibo_spider\writer\txt_writer.py", line 29, in <listcomp>
[v + ':' + str(self.user.__dict__[k]) for k, v in self.user_desc])
AttributeError: 'NoneType' object has no attribute '__dict__'
为了更好的解决问题,请认真回答下面的问题。等到问题解决,请及时关闭本issue。
答:github
答:是
答:是
答:
答:
答:爬取报错:
我的json:
已经持续好几天 没有运行起来过 json里面的cookie是最新的 无论是换爬取对象还是修改爬取时间等等都同样报错
The text was updated successfully, but these errors were encountered: