wkaisertexas / tiktok-uploader

Automatically ⬆️ upload TikTok videos
https://pypi.org/project/tiktok-uploader/
360 stars 84 forks source link

The result is failed even when it works and publish on tiktok, why? #121

Closed felipexpert closed 4 months ago

felipexpert commented 5 months ago

The result is failed even when it works and publish on tiktok, why?

callumjamesfortune commented 5 months ago

I believe this is because the code raises an FailedToUpload(exception) which should be in an exception block. I have addressed this issue in my PR (https://github.com/wkaisertexas/tiktok-uploader/pull/125).

Since adding this change, I can see the terminal output that it is uploaded successfully and the selenium instance is closed correctly.

wkaisertexas commented 4 months ago

Thanks @callum-fortune