wkaisertexas / tiktok-uploader

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

Correct time schedule check failing consistenly #90

Closed gagewillette closed 10 months ago

gagewillette commented 10 months ago

Been having some issues with the check the runs to ensure that the schedule is correct before the upload button is clicked.

image

Something I have found is that the schedule usually never works with odd hour numbers (this could be superstitious but that is what I have noticed).

I forked the repo and have been trying to find a fix but still nothing yet, figured I would put this out there.

Lmk with any questions

romanrsr commented 10 months ago

Same here

gagewillette commented 10 months ago

@LyesStockly No I meant odd sorry for the confusion. I was trying to say that it fails CONSISTENTLY with ODD numbers, but i have found that its mostly 50/50 with the even numbers. Also, I haven't tested this that much so take what I say with a grain of salt, but when it says for instance it found 18:05, if I were to rerun the program and set the schedule time to 18:05, it works (again I haven't tested this a whole lot)

wkaisertexas commented 10 months ago

I need to dive deeper into how the scheduler works. If TikTok had the schedule feature, I probably would not have made this module. Honestly, I intended for basic 'cron' jobs to schedule posts, but scheduling through TikTok itself is definitely better.