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
提示如下:
Traceback (most recent call last): File "D:\new_projects\MediaCrawler\media_platform\xhs\core.py", line 201, in get_note_detail note_detail: Dict = await self.xhs_client.get_note_by_id(note_id, xsec_source, xsec_token) File "D:\new_projects\MediaCrawler\media_platform\xhs\client.py", line 223, in get_note_by_id res = await self.post(uri, data) File "D:\new_projects\MediaCrawler\media_platform\xhs\client.py", line 129, in post return await self.request(method="POST", url=f"{self._host}{uri}", File "D:\new_projects\MediaCrawler\media_platform\xhs\client.py", line 98, in request raise DataFetchError(data.get("msg", None)) media_platform.xhs.exception.DataFetchError: 访问链接异常 2024-08-10 18:57:23 MediaCrawler INFO (core.py:220) - [XiaoHongShuCrawler.batch_get_note_comments] Crawling comment mode is not enabled 2024-08-10 18:57:23 MediaCrawler INFO (core.py:88) - [XiaoHongShuCrawler.start] Xhs Crawler finished ...
The text was updated successfully, but these errors were encountered:
命令是--type detail模式下吗
Sorry, something went wrong.
xhs现在指定note_id获取详情验证xsec_token了,之前是随便拿一个xsec_token都可以用,现在不行了,待修复。
已修复:f371675
No branches or pull requests
提示如下:
The text was updated successfully, but these errors were encountered: