HA6Bots / TikTok-Compilation-Video-Generator

A system of bots that collects clips automatically via custom made filters, lets you easily browse these clips, and puts them together into a compilation video ready to be uploaded straight to any social media platform. Full VPS support is provided, along with an accounts system so multiple users can use the bot at once. This bot is split up into three separate programs. The server. The client. The video generator. These programs perform different functions that when combined creates a very powerful system for auto generating compilation videos.
https://www.youtube.com/watch?v=Ua-NbCDuYrE
MIT License
766 stars 121 forks source link

Not working for me #3

Closed innovadorx closed 3 years ago

innovadorx commented 3 years ago

Traceback (most recent call last): File "D:\TikTok-Compilation-Video-Generator-master\TikTok Server\tiktok.py", line 137, in getAllClips api = TikTokApi("browsermob-proxy/bin/browsermob-proxy") TypeError: init() takes 1 positional argument but 2 were given init() takes 1 positional argument but 2 were given exception occured downloading. waiting and retrying

I think TikTokApi updated something, but the function TikTokApi() wont take 2 arguments anymore Wont run for me

HA6Bots commented 3 years ago

Thanks for letting me know. I've updated the tiktok.py file now to remove the unnecessary parameter to match the 3.6 release of TikTokAPI. Please update the file and let me know if it's working now. Many thanks

innovadorx commented 3 years ago

Thanks for letting me know. I've updated the tiktok.py file now to remove the unnecessary parameter to match the 3.6 release of TikTokAPI. Please update the file and let me know if it's working now. Many thanks

Hello! Thanks for your fast response I think its working now!

innovadorx commented 3 years ago

Traceback (most recent call last): File "D:\TikTok-Compilation-Video-Generator-master\TikTok Server\tiktok.py", line 150, in getAllClips new_ids.append(attemptAddScripts(results, "Hashtag")) File "D:\TikTok-Compilation-Video-Generator-master\TikTok Server\tiktok.py", line 60, in attemptAddScripts videoURL = tiktok["itemInfos"]["video"]["urls"][0] KeyError: 'itemInfos' 'itemInfos' exception occured downloading. waiting and retrying

Its happening a lot