avilash / TikTokAPI-Python

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

api.getLikesByUserName => {'statusCode': 0} #36

Open fabiobozzo opened 3 years ago

fabiobozzo commented 3 years ago
from TikTokAPI import TikTokAPI

cookie = {
  "s_v_web_id": "...",
  "tt_webid": "..."
}

api = TikTokAPI(cookie=cookie)
user_videos = api.getLikesByUserName("my.username")

print(user_videos)

I always get {statusCode: 0} even though my cookie params are valid and my account is public. Any ideas on how to debug this? Thanks

6c5s4v4t1a4h7n8d2q commented 3 years ago

Facing the same issue. Any idea how to resolve this?

arshit09 commented 2 years ago

Facing the same issue. Any idea how to resolve this?