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

Twitch - ERROR: Failed to download m3u8 information: <urlopen error _ssl.c:835: The handshake operation timed out> #26687

Closed
kolt54321 opened this issue Sep 23, 2020 · 0 comments

Comments

@kolt54321
Copy link

@kolt54321 kolt54321 commented Sep 23, 2020

Checklist

  • I'm reporting a broken site support issue
  • I've verified that I'm running youtube-dl version 2020.09.20
  • 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
  • I've read bugs section in FAQ

Verbose log

[download] Downloading video 16 of 487
[twitch:vod] 701585716: Downloading video info JSON
[twitch:vod] 701585716: Downloading vod access token
[twitch:vod] 701585716: Downloading m3u8 information
ERROR: Failed to download m3u8 information: <urlopen error _ssl.c:835: The handshake operation timed out> (caused by URLError(timeout('_ssl.c:835: The handshake operation timed out',),))
  File "/home/Li/.local/lib/python3.6/site-packages/youtube_dl/extractor/common.py", line 627, in _request_webpage
    return self._downloader.urlopen(url_or_request)
  File "/home/Li/.local/lib/python3.6/site-packages/youtube_dl/YoutubeDL.py", line 2238, in urlopen
    return self._opener.open(req, timeout=self._socket_timeout)
  File "/usr/lib/python3.6/urllib/request.py", line 526, in open
    response = self._open(req, data)
  File "/usr/lib/python3.6/urllib/request.py", line 544, in _open
    '_open', req)
  File "/usr/lib/python3.6/urllib/request.py", line 504, in _call_chain
    result = func(*args)
  File "/home/Li/.local/lib/python3.6/site-packages/youtube_dl/utils.py", line 2736, in https_open
    req, **kwargs)
  File "/usr/lib/python3.6/urllib/request.py", line 1327, in do_open
    raise URLError(err)

Description

Twitch videos seem to fail with the above error across multiple channels. I've made sure the channel video links are accessible, and youtube videos don't have this issue (even longer ones).

@dstftw dstftw closed this Sep 23, 2020
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.