Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I am using Contabo Server (Sign in to confirm you’re not a bot) #1314

Open
apurbapathak opened this issue Oct 11, 2024 · 1 comment
Open

Comments

@apurbapathak
Copy link

My Log:

root@vmi2090944:/www/wwwroot/ytdl-core# node index.js
Error fetching info for first request: UnrecoverableError: Sign in to confirm you’re not a bot
at exports.playError (/www/wwwroot/ytdl-core/node_modules/@distube/ytdl-core/lib/utils.js:164:12)
at exports.getBasicInfo (/www/wwwroot/ytdl-core/node_modules/@distube/ytdl-core/lib/info.js:46:25)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
Error fetching info for second request: UnrecoverableError: Sign in to confirm you’re not a bot
at exports.playError (/www/wwwroot/ytdl-core/node_modules/@distube/ytdl-core/lib/utils.js:164:12)
at exports.getBasicInfo (/www/wwwroot/ytdl-core/node_modules/@distube/ytdl-core/lib/info.js:46:25)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
root@vmi2090944:/www/wwwroot/ytdl-core# node index.js
Error fetching info for first request: Error: bind EADDRNOTAVAIL 2a02:c206:2209:944::e
at internalConnect (node:net:1064:18)
at defaultTriggerAsyncIdScope (node:internal/async_hooks:462:18)
at GetAddrInfoReqWrap.emitLookup [as callback] (node:net:1381:9)
at GetAddrInfoReqWrap.onlookup [as oncomplete] (node:dns:109:8) {
errno: -99,
code: 'EADDRNOTAVAIL',
syscall: 'bind',
address: '2a02:c206:2209:944::e'
}
Error fetching info for second request: Error: bind EADDRNOTAVAIL 2a02:c206:2209:944::e
at internalConnect (node:net:1064:18)
at defaultTriggerAsyncIdScope (node:internal/async_hooks:462:18)
at GetAddrInfoReqWrap.emitLookup [as callback] (node:net:1381:9)
at GetAddrInfoReqWrap.onlookup [as oncomplete] (node:dns:109:8) {
errno: -99,
code: 'EADDRNOTAVAIL',
syscall: 'bind',
address: '2a02:c206:2209:944::e'
}
root@vmi2090944:/www/wwwroot/ytdl-core# node index.js
Error fetching info for first request: UnrecoverableError: Sign in to confirm you’re not a bot
at exports.playError (/www/wwwroot/ytdl-core/node_modules/@distube/ytdl-core/lib/utils.js:164:12)
at exports.getBasicInfo (/www/wwwroot/ytdl-core/node_modules/@distube/ytdl-core/lib/info.js:46:25)

@asenmitrev
Copy link

Seems most cloud priver ips are blocked. I'm looking for a workaround.

yt-dlp seems to work well otherwise

vishwamartur added a commit to vishwamartur/node-ytdl-core that referenced this issue Nov 18, 2024
Related to fent#1314

Add a proxy server workaround for 'Sign in to confirm you’re not a bot' error on Contabo Server.

* **example/proxy.js**
  - Update the proxy URL to a working proxy server.
  - Add comments explaining how to configure the proxy server.

* **README.md**
  - Add a section explaining the proxy server workaround.
  - Include instructions on how to configure the proxy server with an example.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants