avilash / TikTokAPI-Python

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

tt_webid Doesn't exist in the cookies list #75

Open khan-asfi-reza opened 1 year ago

khan-asfi-reza commented 1 year ago
image
LGCN-Q commented 1 year ago

Sample issue.

alf1983 commented 11 months ago

TikTok changed the name and format of the tt_webid value to ttwid in cookies replaced in the file TikTokAPI/tiktokapi.py line 28 'Cookie': 'tt_webid_v2={}; tt_webid={}'.format(self.tt_webid, self.tt_webid) to 'Cookie': 'ttwid={}'.format(self.tt_webid)

thongvhoang commented 11 months ago

TikTok changed the name and format of the tt_webid value to ttwid in cookies replaced in the file TikTokAPI/tiktokapi.py line 28 'Cookie': 'tt_webid_v2={}; tt_webid={}'.format(self.tt_webid, self.tt_webid) to 'Cookie': 'ttwid={}'.format(self.tt_webi

That's right. Thank you so much. I found it.

chrisbuetti commented 7 months ago

@thongvhoang did you ever get this working