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

Attempting to download Twitch vods gives a channel offline error #25588

Closed
5 tasks done
Pete5x5 opened this issue Jun 8, 2020 · 2 comments
Closed
5 tasks done

Attempting to download Twitch vods gives a channel offline error #25588

Pete5x5 opened this issue Jun 8, 2020 · 2 comments

Comments

@Pete5x5
Copy link

Pete5x5 commented Jun 8, 2020

Checklist

  • I'm reporting a broken site support
  • I've verified that I'm running youtube-dl version 2020.06.06
  • 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 issues including closed ones

Verbose log

K:\media\Twitch\GordyKegs\Recordings>youtube-dl "https://www.twitch.tv/gordykegs
/videos?filter=all" -c -i --restrict-filenames --download-archive gordy-vids -o
'%(id)s_[]_%(title)s.%(ext)s' -v
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['https://www.twitch.tv/gordykegs/videos?filter=all',
 '-c', '-i', '--restrict-filenames', '--download-archive', 'gordy-vids', '-o', "
'%(id)s_[]_%(title)s.%(ext)s'", '-v']
[debug] Encodings: locale cp1252, fs utf-8, out utf-8, pref cp1252
[debug] youtube-dl version 2020.06.06
[debug] Python version 3.8.0 (CPython) - Windows-8.1-6.3.9600-SP0
[debug] exe versions: ffmpeg git-2020-01-08-5bd0010, ffprobe git-2020-01-08-5bd0
010
[debug] Proxy map: {}
[twitch:stream] gordykegs: Downloading access token JSON
[twitch:stream] 84842346: Downloading stream JSON
ERROR: 84842346 is offline
Traceback (most recent call last):
  File "c:\users\p5\appdata\local\programs\python\python38-32\lib\site-packages\
youtube_dl\YoutubeDL.py", line 797, in extract_info
    ie_result = ie.extract(url)
  File "c:\users\p5\appdata\local\programs\python\python38-32\lib\site-packages\
youtube_dl\extractor\common.py", line 530, in extract
    ie_result = self._real_extract(url)
  File "c:\users\p5\appdata\local\programs\python\python38-32\lib\site-packages\
youtube_dl\extractor\twitch.py", line 613, in _real_extract
    raise ExtractorError('%s is offline' % channel_id, expected=True)
youtube_dl.utils.ExtractorError: 84842346 is offline

Description

When trying to download Twitch vods get a error saying the channel is offline. Channel being offline should not matter for vods.

Example command:
youtube-dl "https://www.twitch.tv/gordykegs/videos?filter=all&sort=time" -c -i --restrict-filenames --download-archive 'gordy-vids' -o '%(id)s_[]_%(title)s.%(ext)s'

I have used these options before successfully so I am confident there is nothing wrong with the flags, but I have tried without options as well.

URLS I have tried (both with and without quotes):
https://www.twitch.tv/gordykegs/videos?filter=all&sort=time
https://www.twitch.tv/gordykegs/videos?filter=all
https://www.twitch.tv/gordykegs/videos/all

@dstftw dstftw closed this as completed Jun 8, 2020
@Pete5x5
Copy link
Author

Pete5x5 commented Jun 8, 2020

@dstftw What is this a duplicate of? Is there an open issue I can follow to find a solution? If so could you please link it? Thank you!

@Pete5x5
Copy link
Author

Pete5x5 commented Jun 15, 2020

Duplicate of issue: #25553

Appears it will be fixed by: #25606

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants