Skip to content

[功能异常] #459

New issue

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

Open
wayhomme opened this issue Apr 29, 2025 · 1 comment
Open

[功能异常] #459

wayhomme opened this issue Apr 29, 2025 · 1 comment
Assignees
Labels
其他问题(other) 与项目无关的问题

Comments

@wayhomme
Copy link

wayhomme commented Apr 29, 2025

下载过多被官方风控,导致挂车视频无法加载
同一局域网下的设备也受到影响。尝试过更换设备、代理IP、使用指纹浏览器以及虚拟机 都无法解决这个问题(痛哭)

Image Image

[TikTok desktop app SDK Monitor]: WARN:[printFirstFeedShow]The current environment is not inside the client.
Check external entry api failed with status_code=20003

[printFirstFeedShow] The current environment is not inside the client

Copy link

dosubot bot commented Apr 29, 2025

I found a similar open issue regarding network exceptions when downloading TikTok videos, but no solution was found in the comments [1].

Regarding the warning "The current environment is not inside the client" and the error with status_code=20003, TikTokDownloader manages network requests and retries using a combination of asynchronous HTTP requests and a retry mechanism. The tool uses the Retry.retry decorator to automatically retry requests when encountering errors like status_code=20003. The request_url method is decorated with both Retry.retry and capture_error_request, ensuring that any errors encountered during the request are logged and retried according to the specified retry policy [2][3].

To handle rate limiting or API restrictions, TikTokDownloader uses mechanisms such as request delays, connection management, proxy support, and retry mechanisms. You can add request delays between downloads by configuring the delay settings in 'src/Customizer.py'. Additionally, using proxies can help distribute requests across different IP addresses [4][3].

Adjusting these settings might help mitigate the impact of TikTok's security measures.

To continue talking to Dosu, mention @dosu.


Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Bug Report | Other

@JoeanAmier JoeanAmier added the 其他问题(other) 与项目无关的问题 label Apr 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
其他问题(other) 与项目无关的问题
Projects
None yet
Development

No branches or pull requests

2 participants