Guides
Grabbing and setting up sessionid_ss
and/or tt_target_idc
To fix issues related to WAFChallengeError
, HLSLinkNotFoundError
, and StreamDataNotFoundError
, you can supply a value to tt_target_idc
in the config file. If it doesn't work, try to supply both sessionid_ss
and tt_target_idc
.
To grab these values, do the following:
- In your browser, go to https://tiktok.com and login your account.
- Open Inspect Element in your browser.
- Go to Cookies section:
- For Google Chrome users, click the
Application
. If you can't see it, click the>>
. - For Firefox users, click the
Storage
. If you can't see it, click the>>
.
- For Google Chrome users, click the
- On Cookies dropdown, click the
https://tiktok.com
. - On the right hand side, find the
sessionid_ss
, as well as thett-target-idc
. - Get those values and paste it in your config file located in your user data folder.
- Your config should look like this.
[config] sessionid_ss = "0124124abcdeuj214124mfncb23tgejf" # Include this if only supplying tt-target-idc doesn't work tt_target_idc = "alisg"
- Save it.
Warning
Do not share this to anyone as this is a sensitive data tied to your TikTok account.