You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a proxy agent that I can call getBasicInfo() with (which I had to upgrade udici to 6.21.0). It works as expected.
But when I try to download a video, it will await for about 5 or 6 seconds and then throw an error with http status code 407.
In my proxy dashboard, I see my bandwidth use going up, so it seems like it is successful at some point in the process.
Here is my stack trace:
Uncaught Exception: MinigetError: Status code: 407
at ClientRequest.<anonymous> (/home/thing/service/node_modules/@distube/ytdl-core/node_modules/miniget/src/index.ts:255:19)
at Object.onceWrapper (node:events:633:26)
at ClientRequest.emit (node:events:518:28)
at HTTPParser.parserOnIncomingClient (node:_http_client:702:27)
at HTTPParser.parserOnHeadersComplete (node:_http_common:118:17)
at Socket.socketOnData (node:_http_client:544:22)
at Socket.emit (node:events:518:28)
at Readable.read (node:internal/streams/readable:782:10)
at Socket.read (node:net:777:39)
at flow (node:internal/streams/readable:1283:53) {
statusCode: 407
}
Environment
@distube/ytdl-core version: 4.15.6
Node.js version: 20
Operating system: linux/mac
The text was updated successfully, but these errors were encountered:
I've verified that downloading works via the proxy I am using when I download via youtube-dl-exec, so it looks like the problem is related to something that occurs in this repo or with one of its dependencies.
Describe the bug and how to reproduce it
I have a proxy agent that I can call getBasicInfo() with (which I had to upgrade udici to 6.21.0). It works as expected.
But when I try to download a video, it will await for about 5 or 6 seconds and then throw an error with http status code 407.
In my proxy dashboard, I see my bandwidth use going up, so it seems like it is successful at some point in the process.
Here is my stack trace:
Environment
The text was updated successfully, but these errors were encountered: