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

'no conn or url_encoded_fmt_stream_map information found in video info' #4002

Closed
duststorm opened this issue Oct 22, 2014 · 1 comment
Closed

Comments

@duststorm
Copy link

@duststorm duststorm commented Oct 22, 2014

python ./youtube_dl --verbose "https://www.youtube.com/watch?v=xVbvJG8954g"
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['--verbose', 'https://www.youtube.com/watch?v=xVbvJG8954g']
[debug] youtube-dl version 2013.07.12
[debug] Python version 2.7.3 - Linux-3.2.0-34-generic-pae-i686-with-Ubuntu-12.04-precise
[debug] Proxy map: {}
[youtube] Setting language
[youtube] xVbvJG8954g: Downloading video webpage
[youtube] xVbvJG8954g: Downloading video info webpage
[youtube] xVbvJG8954g: Extracting video information
ERROR: no conn or url_encoded_fmt_stream_map information found in video info; please report this issue on https://yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag and include its complete output.
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/youtube_dl/YoutubeDL.py", line 312, in extract_info
ie_result = ie.extract(url)
File "/usr/local/lib/python2.7/dist-packages/youtube_dl/extractor/common.py", line 95, in extract
return self._real_extract(url)
File "/usr/local/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 630, in _real_extract
raise ExtractorError(u'no conn or url_encoded_fmt_stream_map information found in video info')
ExtractorError: no conn or url_encoded_fmt_stream_map information found in video info; please report this issue on https://yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag and include its complete output.

@naglis
Copy link
Collaborator

@naglis naglis commented Oct 22, 2014

Hi,
you seem to be running an old version of youtube-dl (2013.07.12). Please update to the latest version and try again.

@dstftw dstftw closed this Oct 23, 2014
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
You can’t perform that action at this time.