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

Error When Trying to Download Video From VRV #16601

Closed
SaltSouls opened this issue Jun 1, 2018 · 0 comments
Closed

Error When Trying to Download Video From VRV #16601

SaltSouls opened this issue Jun 1, 2018 · 0 comments

Comments

@SaltSouls
Copy link

@SaltSouls SaltSouls commented Jun 1, 2018

This problem occurred when trying to download the latest episode of a series off of VRV. All previous episodes were able to download just fine.

[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['--verbose', '-F', 'https://vrv.co/watch/GYEX5MM16/My-Sweet-Tyrant:His-Own-Way-of-Studying']
[debug] Encodings: locale cp1252, fs utf-8, out utf-8, pref cp1252
[debug] youtube-dl version 2018.05.30
[debug] Python version 3.6.4 (CPython) - Windows-10-10.0.17134-SP0
[debug] exe versions: ffmpeg N-91200-g1616b1be5a, ffprobe N-91200-g1616b1be5a
[debug] Proxy map: {}
[vrv] GYEX5MM16: Downloading webpage
ERROR: An extractor error has occurred. (caused by KeyError('streams',)); 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 "c:\users\loper\appdata\local\programs\python\python36-32\lib\site-packages\youtube_dl\extractor\common.py", line 500, in extract
    ie_result = self._real_extract(url)
  File "c:\users\loper\appdata\local\programs\python\python36-32\lib\site-packages\youtube_dl\extractor\vrv.py", line 110, in _real_extract
    streams_path = video_data['__links__']['streams']['href']
KeyError: 'streams'
Traceback (most recent call last):
  File "c:\users\loper\appdata\local\programs\python\python36-32\lib\site-packages\youtube_dl\extractor\common.py", line 500, in extract
    ie_result = self._real_extract(url)
  File "c:\users\loper\appdata\local\programs\python\python36-32\lib\site-packages\youtube_dl\extractor\vrv.py", line 110, in _real_extract
    streams_path = video_data['__links__']['streams']['href']
KeyError: 'streams'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "c:\users\loper\appdata\local\programs\python\python36-32\lib\site-packages\youtube_dl\YoutubeDL.py", line 792, in extract_info
    ie_result = ie.extract(url)
  File "c:\users\loper\appdata\local\programs\python\python36-32\lib\site-packages\youtube_dl\extractor\common.py", line 513, in extract
    raise ExtractorError('An extractor error has occurred.', cause=e)
youtube_dl.utils.ExtractorError: An extractor error has occurred. (caused by KeyError('streams',)); 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.
@SaltSouls SaltSouls closed this Jun 1, 2018
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
1 participant
You can’t perform that action at this time.