-
hi, after running main.py on the terminal it shows this error.
"
Traceback (most recent call last):
File "C:\Users\Administrator\Desktop\bots\tiktok\TikTokToYT\main.py", line 261, in
main()…
-
Fatal error: Uncaught Error: Class "TruongBo\TikTokApi\TikTokApi" not found
-
I am trying the user example without changing anything, but I am getting a KeyError.
async def user_example():
async with TikTokApi() as api:
await api.create_sessions(ms_tokens=[ms_t…
-
api = TikTokAPI(cookie=cookie)
retval = api.getTrending(count=5)
The above code only returns videos published by TikTok. This is the exact same behavior as described by this post on the David Teat…
-
I want to search ukraine related video in America region, but seems can only fetch 30-50 records. But checked in Tiktok, has 7.1M records, could we download all, or is there anyway to search by time r…
-
Hi all, I'm new to Python, so if my problem statement is unclear, please let me know and I'll do my best to explain it thoroughly. Thank you for any assistance.
**Describe the error**
ERROR [5/5…
-
```py
from TikTokApi import TikTokApi
import asyncio
import os
import json
#ms_token = os.environ.get(
# "ms_token", "bhzYCR6imjxwZW5yDu1L3iMUCdb50-Qf-EbqYgN3zh5rgNbRWB96p2Z4tFAHEcw-5jVjykJ…
-
EmptyResponseException is not able to be raised properly when fetching user data
EmptyResponseException is tried to be raised ending with typeError missing required args for the exception
```p…
-
**Describe the bug**
Certain accounts do not send userInfo, which triggers a KeyError when doing `user(username) `
`{'extra': {'fatal_item_ids': [], 'logid': '20240308185549696ABBB4D8D73370664…
-
In the documentation it says to use the following:
```
cookie = {
"s_v_web_id": "",
"tt_webid": ""
}
```
But after logging in to Tiktok, there is no cookie by these names.
Seems like tt_…