Callum Fortune

Results 6 comments of Callum Fortune

I have created a PR (https://github.com/wkaisertexas/tiktok-uploader/pull/125) to address this issue... The button was not being clicked because there were a couple of `webDriverWait` instances that were not being satisfied, preventing...

@iOnic-Developer @alanzhang25 This should fix your issue if it is failing to post https://github.com/wkaisertexas/tiktok-uploader/pull/141

@johnongit @wdoer @tonysmiles @RomanStartov @csrgxtu This PR should fix the failing to post issue, please be aware this won't fix scheduling for the time being. PR: https://github.com/wkaisertexas/tiktok-uploader/pull/141

joaovit1 is correct here in that a selector (`post_confirmation`) needs changing to match the new text in the TikTok UI. This has been addressed in my PR (https://github.com/wkaisertexas/tiktok-uploader/pull/125). Hopefully that...

@WeslleyMouraDev This happens when TikTok changes the structure of their UI. If you can find what `tux-3` has been replaced with, you can edit the following line in the toml...

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,...