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

Youtube "unable to login" HTTP error 404 #10142

Closed
rpedrica opened this issue Jul 22, 2016 · 3 comments
Closed

Youtube "unable to login" HTTP error 404 #10142

rpedrica opened this issue Jul 22, 2016 · 3 comments

Comments

@rpedrica
Copy link

@rpedrica rpedrica commented Jul 22, 2016

Please follow the guide below

  • You will be asked some questions and requested to provide some information, please read them carefully and answer honestly
  • Put an x into all the boxes [ ] relevant to your issue (like that [x])
  • Use Preview tab to see how your issue will actually look like

Make sure you are using the latest version: run youtube-dl --version and ensure your version is 2016.07.22. If it's not read this FAQ entry and update. Issues with outdated version will be rejected.

  • [x ] I've verified and I assure that I'm running youtube-dl 2016.07.22

Before submitting an issue make sure you have:

  • At least skimmed through README and most notably FAQ and BUGS sections
  • [x ] Searched the bugtracker for similar issues including closed ones

What is the purpose of your issue?

  • [x ] Bug report (encountered problems with youtube-dl)
  • Site support request (request for adding support for a new site)
  • Feature request (request for a new functionality)
  • Question
  • Other

The following sections concretize particular purposed issues, you can erase any section (the contents between triple ---) not applicable to your issue


If the purpose of this issue is a bug report, site support request or you are not completely sure provide the full verbose output as follows:

Add -v flag to your command line you run youtube-dl with, copy the whole output and insert it here. It should look similar to one below (replace it with your log inserted between triple ```):

youtube-dl https://www.youtube.com/watch?v=vUPxVYAnz_E
[debug] System config: []
[debug] User config: [u'--mark-watched', u'--no-playlist', u'-o', u'/home/path/Desktop/videos/youtube/%(uploader)s-%(title)s.%(ext)s', u'-v', u'-f', u'(mp4)[height<560]', u'-n']
[debug] Command-line args: [u'https://www.youtube.com/watch?v=vUPxVYAnz_E']
[debug] Encodings: locale ISO-8859-1, fs ISO-8859-1, out ISO-8859-1, pref ISO-8859-1
[debug] youtube-dl version 2016.07.22
[debug] Python version 2.7.11 - Linux-4.4.14-x86_64-AMD_FX-tm-6350_Six-Core_Processor-with-slackware-14.2
[debug] exe versions: ffmpeg 2.1, ffprobe 2.1
[debug] Proxy map: {}
[youtube] Downloading login page
[youtube] Logging in
WARNING: unable to log in: HTTP Error 404: Not Found
[youtube] vUPxVYAnz_E: Downloading webpage
[youtube] vUPxVYAnz_E: Downloading video info webpage
[youtube] vUPxVYAnz_E: Extracting video information
[youtube] vUPxVYAnz_E: Downloading MPD manifest
[youtube] vUPxVYAnz_E: Marking watched
...
<end of log>


I've been using 2016.06.26 previously without issue. Today however, youtube-dl will not login to youtube with my details so that the videos can be marked as watched - the error is shown above in the output. The video itself still downloads correctly.

I've updated to 2016.07.22 but the issue persists. I'm using a config file:

--mark-watched
--no-playlist
-o '/home/path/Desktop/videos/youtube/%(uploader)s-%(title)s.%(ext)s'
-v
-f '(mp4)[height<560]'
-n

Neither the config file nor my .netrc has changed from when it worked previously ( as recently as 1 week ago ). I've also logged in manually into youtube through my browser with the same credentials and I've tested video in my browser without issue.

Any assistance is appreciated. Robby

@dstftw
Copy link
Collaborator

@dstftw dstftw commented Jul 22, 2016

Add --dump-pages and post the output.

@rpedrica
Copy link
Author

@rpedrica rpedrica commented Jul 22, 2016

Ok so I re-ran my download script and now it's working?!?!?! I did --dump-pages but it outputs a huge amount of code - do you still want this or do you have an idea why the login was not working earlier?

@dstftw
Copy link
Collaborator

@dstftw dstftw commented Jul 22, 2016

I only need the output of non-working authentication. If you can't reproduce it anymore then I'm closing the issue.

@dstftw dstftw closed this Jul 22, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.