Closed templth closed 2 months ago
I can't use Brightdata proxy. I got a 407 error.
I try this code:
const proxy = 'http://brd-customer-XXX:PWD@brd.superproxy.io:22225'; const proxyAuth = 'brd-customer-XXX:PWD'; const agent = ytdl.createProxyAgent({ uri: proxy, token: `Basic ${proxyAuth}` }); const audioStream = await ytdl(videoUrl, { agent, filter: 'audioonly', format: 'mp3' });
I also opened an issue on undici : https://github.com/nodejs/undici/issues/3442
N/A
I cannot solve any problem with proxy, it should be due to your proxy error
Describe the bug
I can't use Brightdata proxy. I got a 407 error.
I try this code:
I also opened an issue on undici : https://github.com/nodejs/undici/issues/3442
Debug File
N/A
Environment