davidteather / TikTokBot

A TikTokBot that downloads trending tiktok videos and compiles them using FFmpeg
Other
347 stars 61 forks source link

AttributeError: type object 'TikTokApi' has no attribute 'get_instance' #32

Closed Tenzix closed 2 years ago

Tenzix commented 2 years ago

Hey when i run your code i get

Traceback (most recent call last):
  File "C:\Users\dxtry\Desktop\BOT Dev\TikTokBot\tiktokbot.py", line 118, in <module>
    api = TikTokApi.get_instance(custom_verifyFp=verifyFp)
AttributeError: type object 'TikTokApi' has no attribute 'get_instance'

Can you help pls ?

Thanks :)

davidteather commented 2 years ago

30