davidteather / TikTokBot

A TikTokBot that downloads trending tiktok videos and compiles them using FFmpeg
Other
347 stars 61 forks source link

ERROR ValueError: could not convert string to float: '' #28

Closed xarosh closed 2 years ago

xarosh commented 2 years ago

Traceback (most recent call last): File "E:\TikTokBot-master\tiktokbot.py", line 156, in vidLength = getLength('downloaded/' + str(x) + ".mp4") File "E:\TikTokBot-master\tiktokbot.py", line 23, in getLength secs = float(secsval) ValueError: could not convert string to float: ''