[BUG] - V5.0.0 user_example.py raises TikTokCaptchaError when calling user.videos
See original GitHub issueTrying out the TikTokApi v5.0.0 user_example.py example on Windows 10 Python 3.9.7 , the call on line 8:
for video in user.videos():
raises a TikTokApi.exceptions.TikTokCaptchaError
: TikTok blocks this request displaying a Captcha
I tried the example both initializing TikTokApi passing a custom_verify_fp value, and initializing with no parameters with the same result both times. I also tried use_test_endpoints=True and got the same result.
Issue Analytics
- State:
- Created 2 years ago
- Reactions:17
- Comments:9 (3 by maintainers)
Top Results From Across the Web
No results found
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Anyone managed to make user.videos() work recently ?
I initially fixed this by using the
custom_verify_fp
option. It is still working for me. My problem right now, is how do you generate morecustom_verify_fp
tokens? TikTok is no longer sending as_v_web_id
cookie