Open victornoleto opened 5 days ago
Step by step to reproduce my problem:
mkdir test && cd test
python3.10 -m venv venv && source /venv/bin/activate
pip install tiktok-uploader
python app.py
Test script:
from tiktok_uploader.upload import upload_video upload_video('video.mp4', '#fyp @icespicee', 'cookies.txt')
Result: the command gets stuck when creating the Chrome instance
Python-dotenv could not parse statement starting at line 2 [11:06:50] Authenticating browser with cookies [11:06:50] Create a chrome browser instance
@victornoleto maybe internally method waits for some action but thus action fails or takes much time?
implicit_wait = 5 # seconds explicit_wait = 60 # seconds uploading_wait = 180 # seconds
Step by step to reproduce my problem:
mkdir test && cd test
python3.10 -m venv venv && source /venv/bin/activate
pip install tiktok-uploader
python app.py
Test script:
Result: the command gets stuck when creating the Chrome instance