wkaisertexas / tiktok-uploader

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

Tiktok is renovating to a new interface, more detail below #82

Closed zegeree closed 7 months ago

zegeree commented 9 months ago

A change in interface which causes the script to fail,

for: def _set_video(driver, path: str = '', num_retries: int = 3, **kwargs) -> None:

in upload.py

interface of

        # wait until a non-draggable image is found
        process_confirmation = EC.presence_of_element_located(
            (By.XPATH, config['selectors']['upload']['process_confirmation'])
            )
        WebDriverWait(driver, config['explicit_wait']).until(process_confirmation)

has been changed which causes the script to not continue

Screenshot 2023-12-11 181524

as you can see in the screenshots this way of setting the thumbnail,cover of the video has been changed

Made a temp fix for this by implementing a waiting time for this step. Would be nice if we can get an actual fix for this

zegeree commented 9 months ago

Does the video actually uploads to tiktok? For me the error comes even before it is selected into the uploading section

Yes, everything works fine appart from this new change tiktok made, which i fixed by implementing a temporarily fix.

TheLime1 commented 9 months ago

@zegeree can you PR you fix ?

devQA-0007 commented 9 months ago

Can you tell me what needs to be changed in the code ? can't upload videos with Chrome it won't jump to the description field anymore?

muhammad-anser commented 9 months ago

I am also facing the same issue.

devQA-0007 commented 9 months ago

Do you Already Know ehen we can expect a Solution ? TikTop has now completly changed the Design

wkaisertexas commented 9 months ago

I am on Apple Silicon and the webdriver does not work for me. I can not really debug the application anymore. Sorry you all.

devQA-0007 commented 9 months ago

Does this mean that the API is no longer being developed?