wkaisertexas / tiktok-uploader

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

Caption Set To "Posted a Video" When Posting In Headless Mode #129

Closed Jamadoo closed 6 months ago

Jamadoo commented 7 months ago

There is no errors in the console and the "_set_interactivity" and "_set_description" function does get fired. When I run the script in normal mode, my caption gets typed and added to the video. But when I run it in headless mode, it fails to set my custom caption and sets it as "Posted a Video".

The console outputs exactly what is expected with no errors.

I have not rested if this gets resolved by using different browsers.

If any other information is needed, just ask.

callumjamesfortune commented 7 months ago

@Jamadoo I have submitted a new PR to deal with the description, check out the fork on my profile under the hashtag branch and let me know if the issue persists....

Jamadoo commented 6 months ago

@callum-fortune After downloading the correct branch, the script works like expected. It uploads the video with my custom caption in headless mode.

Also tested the hashtags and mentions, works like expected.

Thanks.