Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tt_webid Doesn't exist in the cookies list #75

Open
khan-asfi-reza opened this issue Nov 22, 2023 · 4 comments
Open

tt_webid Doesn't exist in the cookies list #75

khan-asfi-reza opened this issue Nov 22, 2023 · 4 comments

Comments

@khan-asfi-reza
Copy link

image
@LGCN-Q
Copy link

LGCN-Q commented Nov 23, 2023

Sample issue.

@alf1983
Copy link

alf1983 commented Dec 14, 2023

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
Copy link

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
Copy link

@thongvhoang did you ever get this working

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants