Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
can't login to youtube WARNING: Unable to look up account info: HTTP Error 400: Bad Request #26196
Comments
|
same problem |
|
I have a similar error, but instead HTTP 400 on "Looking up account info" error I get HTTP 404. I have tried to investigate the issue but with no luck so far. I tried to output the request URL and data it tries to POST then sending the same request with curl (same headers, same URL, same DATA) and it returns HTTP 200 with something that looks like a malformed JSON with additional symbols in front of it. I couldn't understand why the results with CURL is different so far, there must be some difference that I considered insignifocant. |
|
Me too. I am having similar error trying to log into youtube $youtube-dl --version Content of the .netrc file is: I am using the youtube-dl command line: I am getting the error: Resuming playback. This behavior can be disabled with --no-resume-playback. |
|
CR (fake credentials, the same happens on real ones):
|
|
Any updates on this one? |
nope. still gives the same error |
|
I have to add I also ran into this issue. I noticed it that the login is needed for age restricted videos. |
|
JDownloader 2 can download these videos, why is this program unable to do so? JDownloader is open-source, why don't have a look over there? Edit: Why am I getting downvotes for mentioning how others solved the problem or never had it in the first place? An odd kind of online tribalism? |
|
does really anyone expect youtube-dl to do anything else than quickfixing youtube extractor when it starts breaking for all videos? |
Because Sir, you are not very polite. Thanks to selfisekai i can test my self the same problem with de HTTP dialog. The problem is clearly the post to /_/signin/sl/lookup is not accepted by the domain https://accounts.google.com/ anymore. For sure google change something in the authorization method. I'm not proficiency enough for resolve the issue. I hope the developer see these message and have time to study the subject.
At these time is irrelevant to most of youtube-dl users because these problems only arise when you need to login. Mostly videos can be watch in anonymous way. The other possible solution is to use cookies sessions but i hope these bug can be fixed in the future soon. Thanks. |
What about my comment was impolite? |
lmao he was not being impolite at all. |
|
Let's not get into this please... |
|
Any new of this issue ?? |
|
I am also having this issue. Running version: 2020.09.20 |
Checklist
Verbose log
Description
So, here is the thing. I have an Youtube Music Premium subscription which lets me download music with audio format 141. To do that obviously, I need to login to youtube. So I tried my darn hardest to do so, I've tried cookies, I've tried user agent, I even tried changing my gmail address but none of them worked! I either get error 404 unable to look up account data or error 400 bad request
also if you are going to tag this as duplicate, at least tell me what issue's duplicate this is!