Omak2r3a
Results
2
comments of
Omak2r3a
>``` > import random from TikTokApi import TikTokApi > > did = str(random.randint(10000, 999999999)) > > > with TikTokApi(custom_device_id=did) as api: > video = api.video(id=id) > video_data = video.bytes() >...
> had the same issue with 1.32, got the error, downgraded to 1.30 and compile without issues but don't actually return any results Check [this](https://github.com/davidteather/TikTok-Api/issues/891#issuecomment-1148930488) out