You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to create an instance of the api, it gives an error saying ModuleNotFoundError: No module named 'TikTokApi.browser_utilities'
The buggy code
api = TikTokApi.get_instance(custom_verifyFp=verifyFp, use_test_endpoints=True)
Error Trace (if any)
Put the error trace below if there's any error thrown.
Traceback (most recent call last):
File "C:/Users/kevin/PycharmProjects/tiktokcompilations/main.py", line 17, in <module>
api = TikTokApi.get_instance(custom_verifyFp=verifyFp, use_test_endpoints=True)
File "C:\Users\kevin\tiktokcompilations\lib\site-packages\TikTokApi\tiktok.py", line 151, in get_instance
TikTokApi(**kwargs)
File "C:\Users\kevin\tiktokcompilations\lib\site-packages\TikTokApi\tiktok.py", line 57, in __init__
from .browser_utilities.browser import browser
ModuleNotFoundError: No module named 'TikTokApi.browser_utilities'
Desktop (please complete the following information):
OS: Windows 10
TikTokApi Version 4.0.3
The text was updated successfully, but these errors were encountered:
Describe the bug
When I try to create an instance of the api, it gives an error saying ModuleNotFoundError: No module named 'TikTokApi.browser_utilities'
The buggy code
Error Trace (if any)
Put the error trace below if there's any error thrown.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: