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

Failed youtube login #17401

Closed
Shigeto1 opened this issue Aug 31, 2018 · 1 comment
Closed

Failed youtube login #17401

Shigeto1 opened this issue Aug 31, 2018 · 1 comment
Labels

Comments

@Shigeto1
Copy link

@Shigeto1 Shigeto1 commented Aug 31, 2018

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

  • I've verified and I assure that I'm running youtube-dl 2018.08.28

Before submitting an issue make sure you have:

  • At least skimmed through the README, most notably the FAQ and BUGS sections
  • Searched the bugtracker for similar issues including closed ones
  • Checked that provided video/audio/playlist URLs (if any) are alive and playable in a browser

What is the purpose of your issue?

  • 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

Log

/home/shigeto/bin/youtube-dl -vvv -f bestvideo+bestaudio/best --netrc --ignore-config --ignore-errors -c --user-agent "Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0" --add-metadata --external-downloader aria2c --external-downloader-args "-j 16 -x 16 -s 16 -k 1M" --download-archive ~/files/Archive/logs/ydlfancamarchive.txt --merge-output-format mkv -o '~/files/Archive/Downloaded/[%(upload_date)s] - %(uploader)s - %(title)s___%(id)s.%(ext)s' https://www.youtube.com/playlist?list=PLFx04tuShoP7t3u3xzotMMD480_gjncHc
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: [u'-vvv', u'-f', u'bestvideo+bestaudio/best', u'--netrc', u'--ignore-config', u'--ignore-errors', u'-c', u'--user-agent', u'Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0', u'--add-metadata', u'--external-downloader', u'aria2c', u'--external-downloader-args', u'-j 16 -x 16 -s 16 -k 1M', u'--download-archive', u'/home/shigeto/files/Archive/logs/ydlfancamarchive.txt', u'--merge-output-format', u'mkv', u'-o', u'~/files/Archive/Downloaded/[%(upload_date)s] - %(uploader)s - %(title)s___%(id)s.%(ext)s', u'https://www.youtube.com/playlist?list=PLFx04tuShoP7t3u3xzotMMD480_gjncHc']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2018.08.28
[debug] Python version 2.7.14 (CPython) - Linux-4.14.40-gentoo-whatbox-x86_64-Intel-R-_Xeon-R-_CPU_E5-2699_v3_@_2.30GHz-with-gentoo-2.4.1
[debug] exe versions: ffmpeg 4.0.2, ffprobe 4.0.2
[debug] Proxy map: {}
[youtube:playlist] Downloading login page
[youtube:playlist] Looking up account info
[youtube:playlist] Logging in
WARNING: Unable to login: Invalid password
[youtube:playlist] PLFx04tuShoP7t3u3xzotMMD480_gjncHc: Downloading webpage
ERROR: This playlist is private, use --username or --netrc to access it.
Traceback (most recent call last):
  File "/home/shigeto/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 792, in extract_info
    ie_result = ie.extract(url)
  File "/home/shigeto/bin/youtube-dl/youtube_dl/extractor/common.py", line 502, in extract
    ie_result = self._real_extract(url)
  File "/home/shigeto/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 2397, in _real_extract
    has_videos, playlist = self._extract_playlist(playlist_id)
  File "/home/shigeto/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 2320, in _extract_playlist
    raise ExtractorError(message, expected=True)
ExtractorError: This playlist is private, use --username or --netrc to access it.
...
<end of log>

Description of your issue, suggested solution and other information

Logging into Youtube isn't working, worked perfect not long ago. The credentials work fine via browser and I don't have 2-factor enabled. I was using version 2018.08.XX originally which worked fine until now but updated to 2018.08.28 and got the same thing. I was using -u and -p but changed to --netrc for the purpose of logging. Appears to be a duplicate of #10140

@dstftw dstftw closed this Aug 31, 2018
@dstftw dstftw added the duplicate label Aug 31, 2018
@Shigeto1
Copy link
Author

@Shigeto1 Shigeto1 commented Aug 31, 2018

Related to #17216 I guess

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.