avilash / TikTokAPI-Python

TikTok API Python Wrapper
http://avilashkumar.com/TikTokAPI-Python/
MIT License
442 stars 114 forks source link

getVideoByUserName #34

Open thanatos11 opened 3 years ago

thanatos11 commented 3 years ago

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.

MrAuronTV commented 2 years ago

same here with getVideosByUserName