You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
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
The text was updated successfully, but these errors were encountered: