NanmiCoder / MediaCrawler

小红书笔记 | 评论爬虫、抖音视频 | 评论爬虫、快手视频 | 评论爬虫、B 站视频 | 评论爬虫、微博帖子 | 评论爬虫、百度贴吧帖子 | 百度贴吧评论回复爬虫 | 知乎问答文章|评论爬虫
Other
16.47k stars 5.26k forks source link

小红书按creator爬取帖子失败 #359

Closed albert438 closed 1 month ago

albert438 commented 1 month ago

执行命令:python3 main.py --platform xhs --lt qrcode --type creator

报错内容: 2024-07-26 16:50:49 [MainThread] MediaCrawler INFO (client.py:421) - [XiaoHongShuClient.get_all_notes_by_creator] got user_id:5dafc98a0000000001007e0b notes len : 32 2024-07-26 16:50:50 [MainThread] MediaCrawler ERROR (core.py:203) - [XiaoHongShuCrawler.get_note_detail] Get note detail error: required param: source_note_id not found 2024-07-26 16:50:50 [MainThread] MediaCrawler ERROR (core.py:203) - [XiaoHongShuCrawler.get_note_detail] Get note detail error: required param: source_note_id not found 2024-07-26 16:50:50 [MainThread] MediaCrawler ERROR (core.py:203) - [XiaoHongShuCrawler.get_note_detail] Get note detail error: required param: source_note_id not found 2024-07-26 16:50:51 [MainThread] MediaCrawler ERROR (core.py:203) - [XiaoHongShuCrawler.get_note_detail] Get note detail error: required param: source_note_id not found

fruitswordman commented 1 month ago

356

暂时先改一个键就好 #

NanmiCoder commented 1 month ago

拉取最新代码