-
Hello, i tried the new update and i get this message:
Traceback (most recent call last):
File "C:\Python38-32\lib\configparser.py", line 789, in get
value = d[option]
File "C:\Python38-3…
-
My code:
```python
import asyncio
from tiktokapipy.async_api import AsyncTikTokAPI
async def do_something():
async with AsyncTikTokAPI() as api:
video = await api.user("huydao")
…
-
hi,
i've install the bot via pip install but after that when i tried to run bot.py its to working , i'm new to python and github can you kindly guide me how to run the program?
-
Fill Out the template :)
**When I try to download a video I get access denied when I print the object of video with .bytes()? Why is that?
ERROR IS GET:
b'\nAccess Denied\n\nAccess Denied\n …
-
When trying to use the comments for a post, I get the empty response error
`TikTokApi.exceptions.EmptyResponseException: None -> TikTok returned an empty response`
Code used to work but now doesn't
…
-
**Describe the bug**
I keep on getting an EmptyResponseException on code that used to work before:
```
File ~/opt/anaconda3/lib/python3.9/site-packages/TikTokApi/tiktok.py:416 in make_request…
-
Maybe use [Yt_dlp](https://github.com/yt-dlp/yt-dlp) instead
-
'NoneType' object is not iterable when get the video's comments. i think the developers must create the none handling before the iterator operation
-
hi voletro ,
i found problem in download case from tiktok trends , because all the time pick duplicate video uploaded in Previous section fine,
please make list of trend tiktoks Between update api …
-
Hi,
Im having trouble with download of tiktok videos. Script iterates through links and all looks fine, but in the end it downloads corrupt mp4 files. If I try to access actual video link that is bei…