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

An extractor error has occurred. (caused by KeyError(u'id',)) #8536

Closed
gandaman opened this issue Feb 12, 2016 · 5 comments
Closed

An extractor error has occurred. (caused by KeyError(u'id',)) #8536

gandaman opened this issue Feb 12, 2016 · 5 comments

Comments

@gandaman
Copy link

@gandaman gandaman commented Feb 12, 2016

youtube-dl --verbose https://www.youtube.com/watch?v=gVfLd0zydlo
[debug] System config: []
[debug] User config: []
[debug] Command-line args: [u'--verbose', u'https://www.youtube.com/watch?v=gVfLd0zydlo']
[debug] Encodings: locale US-ASCII, fs utf-8, out US-ASCII, pref US-ASCII
[debug] youtube-dl version 2016.02.10
[debug] Python version 2.7.2 - Darwin-12.5.0-x86_64-i386-64bit
[debug] exe versions: ffmpeg 2.6.3, ffprobe 2.6.3, rtmpdump 2.4
[debug] Proxy map: {}
[youtube] gVfLd0zydlo: Downloading webpage
[youtube] gVfLd0zydlo: Downloading video info webpage
ERROR: An extractor error has occurred. (caused by KeyError(u'id',)); please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type  youtube-dl -U  to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
Traceback (most recent call last):
  File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 315, in extract
    return self._real_extract(url)
  File "/usr/local/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 1206, in _real_extract
    '%s://www.youtube.com/watch?v=%s' % (proto, feed_data['id'][0]),
KeyError: u'id'
Traceback (most recent call last):
  File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 666, in extract_info
    ie_result = ie.extract(url)
  File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 321, in extract
    raise ExtractorError('An extractor error has occurred.', cause=e)
ExtractorError: An extractor error has occurred. (caused by KeyError(u'id',)); please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type  youtube-dl -U  to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
@gandaman
Copy link
Author

@gandaman gandaman commented Feb 12, 2016

By the way I noticed the other videos in the series have a very long title

@dstftw dstftw closed this in 6863631 Feb 12, 2016
@dstftw
Copy link
Collaborator

@dstftw dstftw commented Feb 12, 2016

This issue has been fixed and fix will be incorporated in the next version of youtube-dl.

dstftw added a commit that referenced this issue Feb 12, 2016
@gandaman
Copy link
Author

@gandaman gandaman commented Feb 12, 2016

Whoa that was amazingly fast. 👍

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
3 participants
@dstftw @gandaman and others
You can’t perform that action at this time.