TerminalWarlord / TikTok-Downloader-Bot

A Telegram bot to download TikTok videos without any watermark.
https://t.me/JayBeeTikTokBot
MIT License
382 stars 394 forks source link

Error #3

Closed baff3r closed 2 years ago

baff3r commented 2 years ago

workers = int(os.environ.get('4')) TypeError: int() argument must be a string, a bytes-like object or a real number, not 'NoneType'

TerminalWarlord commented 2 years ago

'4' is not an integer rather a string. use workers = int(os.environ.get(4)) Anyway, the API is broken for now. Will fix it soon.