-
-
Notifications
You must be signed in to change notification settings - Fork 235
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
<10.1.0> <LOGIN_REQUIRED> #696
Comments
Hi! Can you provide the full error message? |
I'm not entirely sure but this could be related. It seems mostly servers are getting these errors in an attempt to block off scrapers. |
@LuanRT below is the response we are getting from getbasicinfo() function for any of the youtube video. info -- VideoInfo { |
@LuanRT as I suspected, it is definitely because of the A/B testing YouTube is doing to prevent scrappers. They secured it on their server-side so even YouTube's clients are affected. |
I bet this is just that page that pops up usually on servers or suspicious clients saying "Please sign in to verify you are not a bot" or something like that. just use auth as shown in examples of this repository and you should be good to go |
Related: #674 |
Steps to reproduce
use getbasicinfo() for any of the youtube video with any of the server location.
result throws "LOGIN_REQUIRED" for any of the youtube videos.
we can't access any youtube video without login
Failure Logs
status: "LOGIN_REQUIRED"
Expected behavior
need it to be worked without account login
Current behavior
throwing "LOGIN_REQUIRED" for any of the youtube videos
Version
Default
Anything else?
No response
Checklist
The text was updated successfully, but these errors were encountered: