-
-
Notifications
You must be signed in to change notification settings - Fork 61
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
Error: Sign in to confirm you’re not a bot #21
Comments
YouTube checks your IP and prevents you from playing music if it is from a data center. |
I have logged in, and still see this error, please i need an update |
I too was still having this error, I was using mine for a discord bot. Turns out I was IP banned by YouTube, they are cracking down hard on these kind of things it seems. |
You just need to update your mind, or tell youtube to remove the restriction. This cannot be fixed by an update. |
As I said above, YouTube prevents many IP subnet from playing videos without logging in. You have to add cookies or change your ip. |
well it works locally for me, only that when deployed i get that error, also i tried using chunks instead i wonder if it will work |
Dude seriously? there's a bug in sign-in, i mean other's and i put cookie and get nothing |
i added cookie and created agent it works right now :) |
it didn't do anything for me |
@PatrykPatryk5 everything is said in readme just follow |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
I have all cookies & this fix download locally. But on the server it doesn't help at all. Any other ideas? Should I use the same IP to loggin? I use right now different login on server and different locally and right now it is working. |
Hi, |
Personally, I use cookies of an account which I never use (in order to never disrupt the cookies of this account). You export the cookies of this account, then you delete all the YouTube cookies from your browser in order to log out and normally it will work for a while. |
Based on what you said, I have taken the cookie in a private window, so the browser would not save the cookies, |
Instead of cookies, I just use a socks5 proxy which works and is fast and it isn't blocked by YouTube. |
Using proxies have been working for me. Although not all proxies will work, russian proxies have a higher chance of bypass though. |
it's not free tho. |
would you mind saying who your provider is? I've been wasting money trying to find something decent haha |
Describe the bug
Any playback requests result in an error, playback doesnt happen.
Environment
Docker
Full error stack:
(Use
node --trace-warnings ...to show where the warning was created) /usr/app/node_modules/@distube/ytdl-core/lib/info.js:91 return new UnrecoverableError(playability.reason || (playability.messages && playability.messages[0])); ^ Error: Sign in to confirm you’re not a bot at privateVideoError (/usr/app/node_modules/@distube/ytdl-core/lib/info.js:91:12) at exports.getBasicInfo (/usr/app/node_modules/@distube/ytdl-core/lib/info.js:54:22) at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
Seems this is likely something youtube have done, not sure if it can be circumvented or not.
The text was updated successfully, but these errors were encountered: