NanmiCoder / NanmiCoder/MediaCrawler
[问题] 抖音creator模式问题
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 65.3k
- Forks
- 12.6k
- PR merge metrics
- No merged PRs in 30d
Description
爬取抖音时,选择creator模式会出现报错:
media_platform.douyin.exception.DataFetchError: account blocked
我觉得不是因为风控的问题,我多次更改新抖音账号、ip池、以及调试并发爬虫数量均显示此报错,而且是直接报错,不是爬到一半报错。
使用search或detail模式均可以正常运行
爬取的id如下,您可以试验一下
DY_CREATOR_ID_LIST = [
"MS4wLjABAAAALGaE2jZruhhY-ubRJ_j3ZAF73OtzE9gXJ6n7PF47hoE",
]
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at the Douyin creator-mode entry point and reproduce the failure with the provided creator ID. Compare the creator-mode run with the working search and detail modes, then trace where DataFetchError reports "account blocked". Done means identifying whether the failure is caused by this project or the upstream Douyin response and recording a verified result.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100