快手评论区爬取不完整

作者: Badwoman716创建于 2026年3月9日更新于 2026年7月27日
标签bug

Problem Checklist

  • I have carefully read the common problems summary in the project usage process.
  • I have searched and viewed the closed issues.
  • I confirm that this is not a problem caused by common reasons such as slider verification code, cookie expiration, cookie extraction error, platform risk control, etc.

Problem Description

Reproduction Steps

Kuaishou crawler, comments are not fully crawled, and EST API V2 error occurs.

  1. PLATFORM = "ks" # Platform, xhs | dy | ks | bili | wb | tieba | zhihu
  2. Control the number of crawled videos/posts

CRAWLER_MAX_NOTES_COUNT = 500
3. # Control the number of crawled first-level comments (single video/post)
CRAWLER_MAX_COMMENTS_COUNT_SINGLENOTES = 1000

Running Environment

  • Operating system:
  • Python version: 3.10
  • Whether to use IP proxy: Yes
  • Whether to use VPN to bypass the Great Firewall: Yes
  • Target platform (Douyin / Little Red Book / Weibo, etc.): Kuaishou

Error Log

Paste the error log here.  
2026-03-09 22:05:51 MediaCrawler ERROR (core.py:284) - [KuaishouCrawler.get_comments] get video_id: 3xe2e9fheibixs6 comment error: REST API V2 error: {'result': 2, 'error_msg': None, 'request_id': '773065155769196843'} 2026  
## Error Screenshot  
<!-- Please provide the error screenshot. -->

内容来源: NanmiCoder/MediaCrawler