How to get all tiktok video id from a user ? #1118
Unanswered
vuhaopro90
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
I want to get all tiktok video id from a user, this is code:
in this line, I try edit count=30 to count=1000 but it doesn't work:
async for video in user.videos(count=1000):
result:
2024-02-24 09:39:55,961 - TikTokApi.tiktok - ERROR - Got an unexpected status code: {'log_pb': {'impr_id': '202402240240321EB88FFC04941C07B40E'}, 'statusCode': 10201, 'statusMsg': '', 'status_code': 10201, 'status_msg': ''}
Is there any solution to fix this situation? Thanks.
Beta Was this translation helpful? Give feedback.
All reactions