python3xxx / weibo_spider

爬取微博内评论,获取评论内容和图片信息
295 stars 109 forks source link

运行出现了错误,请问是因为微博更新了的缘故嘛 #4

Open chenchen0324 opened 4 years ago

chenchen0324 commented 4 years ago

raise JSONDecodeError("Expecting value", s, err.value) from None json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)

json.loads() 读取错误

arrogant-create commented 4 years ago

该程序要如何运行?