TikTokAPI-Python icon indicating copy to clipboard operation
TikTokAPI-Python copied to clipboard

getVideoByUserName

Open thanatos11 opened this issue 4 years ago • 1 comments

any attemtp to get the user video, custom or not, on multiple types of API, not only this one, now returns StatusCode: '0'. Anyone knows if something recently changes within TikTok, and if there is a solution?

video_data = api.getVideosByUserId(tiktok_user_id, sec_user_id) app.logger.info('user video_data: %s' % video_data)

response: INFO in api_service: user video_data: {'statusCode': 0}

Everything else works.

thanatos11 avatar Apr 01 '21 14:04 thanatos11

same here with getVideosByUserName

MrAuronTV avatar Aug 02 '21 18:08 MrAuronTV