Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] - No module named 'TikTokApi.browser_utilities' #709

Closed
klauria22 opened this issue Sep 22, 2021 · 3 comments
Closed

[BUG] - No module named 'TikTokApi.browser_utilities' #709

klauria22 opened this issue Sep 22, 2021 · 3 comments
Labels
bug Something isn't working

Comments

@klauria22
Copy link

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

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
@klauria22 klauria22 added the bug Something isn't working label Sep 22, 2021
@dylancaponi
Copy link
Contributor

I experienced the same issue on macOS 10.14.6.

This is not an issue with 4.0.2

@brianbruno
Copy link

Same issue here, Ubuntu 20.04.

TikTokApi Version 4.0.3

@davidteather
Copy link
Owner

Fixed by #710 V4.0.4 upgrade with pip install TikTokApi --upgrade

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants