n0l3r / tiktok-downloader

tiktok downloader is a tool to download video from tiktok with watermark or without watermark. There are two features that is, mass download (by username/urls) and single download (by url).
MIT License
327 stars 130 forks source link

Error with Download #63

Open Pises98 opened 3 months ago

Pises98 commented 3 months ago

Error: SyntaxError: Unexpected end of JSON input at JSON.parse () at getVideo (C:\Users\Asus\Desktop\Python312\tiktok-downloader-main\index.js:126:24) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async C:\Users\Asus\Desktop\Python312\tiktok-downloader-main\index.js:320:20 Response body: C:\Users\Asus\Desktop\Python312\tiktok-downloader-main\index.js:133 if (res.aweme_list[0].aweme_id != idVideo) { ^

TypeError: Cannot read properties of undefined (reading 'aweme_list') at getVideo (C:\Users\Asus\Desktop\Python312\tiktok-downloader-main\index.js:133:13) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async C:\Users\Asus\Desktop\Python312\tiktok-downloader-main\index.js:320:20

Node.js v20.11.0