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

[Picarto] ERROR: "Did not get any data blocks" Attempt to download Picarto VOD #23757

Closed
RocketLampX opened this issue Jan 16, 2020 · 0 comments
Closed

Comments

@RocketLampX
Copy link

@RocketLampX RocketLampX commented Jan 16, 2020

Checklist

  • I'm reporting a broken site support issue
  • I've verified that I'm running youtube-dl version 2020.01.15
  • 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

[01/16/20 04:45:46] [debug] System config: []
[01/16/20 04:45:46] [debug] User config: []
[01/16/20 04:45:46] [debug] Custom config: []
[01/16/20 04:45:46] [debug] Command-line args: ['--newline', '-o', 'C:\\Users\\Swing\\Downloads\\%(title)s.%(ext)s', '-f', 'mp4', '-v', '--ignore-config', '--hls-prefer-native', 'https://picarto.tv/videopopout/SutibaruArt_2020.01.15.15.58.33_nsfw.flv']
[01/16/20 04:45:46] [debug] Encodings: locale cp1252, fs mbcs, out cp1252, pref cp1252
[01/16/20 04:45:46] [debug] youtube-dl version 2020.01.15
[01/16/20 04:45:46] [debug] Python version 3.4.4 (CPython) - Windows-10-10.0.18362
[01/16/20 04:45:46] [debug] exe versions: ffmpeg 3.3.2, ffprobe 3.3.2
[01/16/20 04:45:46] [debug] Proxy map: {}
[01/16/20 04:45:46] ERROR: Did not get any data blocks
[01/16/20 04:45:46]   File "__main__.py", line 19, in <module>
[01/16/20 04:45:46]   File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp43n_zyg3\build\youtube_dl\__init__.py", line 474, in main
[01/16/20 04:45:46]   File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp43n_zyg3\build\youtube_dl\__init__.py", line 464, in _real_main
[01/16/20 04:45:46]   File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp43n_zyg3\build\youtube_dl\YoutubeDL.py", line 2018, in download
[01/16/20 04:45:46]   File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp43n_zyg3\build\youtube_dl\YoutubeDL.py", line 807, in extract_info
[01/16/20 04:45:46]   File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp43n_zyg3\build\youtube_dl\YoutubeDL.py", line 862, in process_ie_result
[01/16/20 04:45:46]   File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp43n_zyg3\build\youtube_dl\YoutubeDL.py", line 1643, in process_video_result
[01/16/20 04:45:46]   File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp43n_zyg3\build\youtube_dl\YoutubeDL.py", line 1925, in process_info
[01/16/20 04:45:46]   File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp43n_zyg3\build\youtube_dl\YoutubeDL.py", line 1864, in dl
[01/16/20 04:45:46]   File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp43n_zyg3\build\youtube_dl\downloader\common.py", line 366, in download
[01/16/20 04:45:46]   File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp43n_zyg3\build\youtube_dl\downloader\hls.py", line 148, in real_download
[01/16/20 04:45:46]   File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp43n_zyg3\build\youtube_dl\downloader\fragment.py", line 102, in _download_fragment
[01/16/20 04:45:46]   File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp43n_zyg3\build\youtube_dl\downloader\common.py", line 366, in download
[01/16/20 04:45:46]   File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp43n_zyg3\build\youtube_dl\downloader\http.py", line 342, in real_download
[01/16/20 04:45:46]   File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp43n_zyg3\build\youtube_dl\downloader\http.py", line 312, in download
[01/16/20 04:45:46]   File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp43n_zyg3\build\youtube_dl\downloader\common.py", line 165, in report_error
[01/16/20 04:45:46]   File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp43n_zyg3\build\youtube_dl\YoutubeDL.py", line 624, in report_error
[01/16/20 04:45:46]   File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp43n_zyg3\build\youtube_dl\YoutubeDL.py", line 586, in trouble
[01/16/20 04:45:46] 

Description

I have recently been downloading VODs of artists' streams from Picarto, and ran into an error like this for the first time. For the rest of the videos I've downloaded from this particular artist, they have all downloaded fine, but this one in particular does not seem to. This is relatively my first time using this program in particular as well, at least with more in-depth stuff like this. Its set to default, and downloads up to 100 percent until this error occurs.

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.