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

"token parameter not in video" error #22385

Closed
teo1978 opened this issue Sep 12, 2019 · 0 comments
Closed

"token parameter not in video" error #22385

teo1978 opened this issue Sep 12, 2019 · 0 comments

Comments

@teo1978
Copy link

@teo1978 teo1978 commented Sep 12, 2019

Checklist

  • I'm reporting a broken site support issue

NOPE I'm reporting a bug in the software. Why is this even in the checklist??

  • I've verified that I'm running youtube-dl version 2019.09.12.1

NO but I tried updating:

$ youtube-dl -U
It looks like you installed youtube-dl with a package manager, pip, setup.py or a tarball. Please use that to update.

So I expect it to remain updated via automatic updates.

  • I've checked that all provided URLs are alive and playable in a browser
  • I've checked that all URLs and arguments with special characters are properly quoted or escaped
  • I've searched the bugtracker for similar bug reports including closed ones

NO, I expect the bugtracker to automatically warn me about potentially similar issues on submit or while entering the title. If the bugtracker does, as decent bugtrackers do, I do check them.

  • I've read bugs section in FAQ

NO, why should I.

Verbose log

$ youtube-dl --verbose https://www.youtube.com/watch?v=uWAHjy-0-c4
[debug] System config: []
[debug] User config: []
[debug] Command-line args: [u'--verbose', u'https://www.youtube.com/watch?v=uWAHjy-0-c4']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2016.02.22
[debug] Python version 2.7.12 - Linux-4.4.0-157-generic-x86_64-with-Ubuntu-16.04-xenial
[debug] exe versions: avconv 2.8.15-0ubuntu0.16.04.1, avprobe 2.8.15-0ubuntu0.16.04.1, ffmpeg 2.8.15-0ubuntu0.16.04.1, ffprobe 2.8.15-0ubuntu0.16.04.1, rtmpdump 2.4
[debug] Proxy map: {}
[youtube] uWAHjy-0-c4: Downloading webpage
[youtube] uWAHjy-0-c4: Downloading video info webpage
ERROR: uWAHjy-0-c4: "token" parameter not in video info for unknown reason; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see  https://yt-dl.org/update  on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/youtube_dl/YoutubeDL.py", line 666, in extract_info
    ie_result = ie.extract(url)
  File "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/common.py", line 316, in extract
    return self._real_extract(url)
  File "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 1175, in _real_extract
    video_id=video_id)
ExtractorError: uWAHjy-0-c4: "token" parameter not in video info for unknown reason; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see  https://yt-dl.org/update  on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.

Description

See command and output above.

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.