wkaisertexas / tiktok-uploader

Automatically ⬆️ upload TikTok videos
https://pypi.org/project/tiktok-uploader/
MIT License
390 stars 91 forks source link

Fixed failure to upload when video takes long to load #29

Closed gqmv closed 1 year ago

gqmv commented 1 year ago

When the user's internet connection is specially slow, a loading screen is displayed after the video is finished processing. This causes the script to fail, since the wait time of 3 seconds is not sufficient. Changing the wait from implicit to explicit minimizes (although doesn't completely eliminate) this problem.