wkaisertexas / tiktok-uploader

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

[VERY FAST IDEA]: Skip `_remove_split_window` function #83

Closed Sin-when closed 10 months ago

Sin-when commented 10 months ago

I tried to upload and came across this messages

[19:54:09] Removing split window
[19:54:14] Split window not found or operation timed out

In fact, it seems that I don't really need the _remove_split_window function because the split window is never opened on my case. So is it possible to add optional boolean args called skip_remove_split_window in the upload_videos that is by default set to false ?

wkaisertexas commented 10 months ago

The '_remove_split_window' function was added because TikTok was pushing that a few months ago. I need to look into fixing this or making this fail gracefully.