distubejs / ytdl-core

YouTube video downloader in javascript.
MIT License
206 stars 43 forks source link

Error 416 - can't download a file with credentials #74

Open qubiack opened 1 month ago

qubiack commented 1 month ago

Describe the bug

First time I see a bug with 416 error code but without any specific description:

[Nest] 7586  - 08/07/2024, 7:32:54 PM     LOG [YT Download] start download for url https://www.youtube.com/watch?v=UT5F9AXjwhg
[Nest] 7586  - 08/07/2024, 7:32:54 PM     LOG [YT Download] provided url is correct youtube address https://www.youtube.com/watch?v=UT5F9AXjwhg
[Nest] 7586  - 08/07/2024, 7:33:25 PM   ERROR [YT Download] YT API error while getting response for https://www.youtube.com/watch?v=UT5F9AXjwhg
[Nest] 7586  - 08/07/2024, 7:33:25 PM   ERROR Error: Status code: 416

I tried to create a new cookies but no changes. The same error.

I have no issue like that on 4.13.7 version.

Debug File

Debug file wasn't created

Environment