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

www.mixcloud.com broken #22821

Closed
5 tasks done
borisshvonder opened this issue Oct 23, 2019 · 4 comments
Closed
5 tasks done

www.mixcloud.com broken #22821

borisshvonder opened this issue Oct 23, 2019 · 4 comments

Comments

@borisshvonder
Copy link

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

$ youtube-dl --verbose 'https://www.mixcloud.com/nicolemoudaber/in-the-mood-episode-284/'
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['--verbose', 'https://www.mixcloud.com/nicolemoudaber/in-the-mood-episode-284/']
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2019.10.22
[debug] Python version 3.6.9 (CPython) - FreeBSD-12.0-RELEASE-p10-amd64-64bit-ELF
[debug] exe versions: ffmpeg 4.1.4, ffprobe 4.1.4
[debug] Proxy map: {}
[mixcloud] nicolemoudaber-in-the-mood-episode-284: Downloading webpage
ERROR: Unable to extract play info; 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 "/home/b/.local/lib/python3.6/site-packages/youtube_dl/YoutubeDL.py", line 796, in extract_info
    ie_result = ie.extract(url)
  File "/home/b/.local/lib/python3.6/site-packages/youtube_dl/extractor/common.py", line 530, in extract
    ie_result = self._real_extract(url)
  File "/home/b/.local/lib/python3.6/site-packages/youtube_dl/extractor/mixcloud.py", line 87, in _real_extract
    webpage, 'play info'), 'play info')
  File "/home/b/.local/lib/python3.6/site-packages/youtube_dl/extractor/common.py", line 1014, in _html_search_regex
    res = self._search_regex(pattern, string, name, default, fatal, flags, group)
  File "/home/b/.local/lib/python3.6/site-packages/youtube_dl/extractor/common.py", line 1005, in _search_regex
    raise RegexNotFoundError('Unable to extract %s' % _name)
youtube_dl.utils.RegexNotFoundError: Unable to extract play info; 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

Looks like site format changed again (?) and youtube-dl cannot download public tracks from mixcloud anymore. I searched for similar bugs (#22447, #22378) but they have different tracebacks and error messages.

@mxmilkiib mxmilkiib mentioned this issue Oct 30, 2019
5 tasks
@jchook
Copy link

jchook commented Oct 30, 2019

Broken for me too, in version 2019.10.29 except I get a slightly different error:

ExtractorError('Failed to extract matching stream info')

➜ youtube-dl --verbose https://www.mixcloud.com/thefindmag/jenova-7-dusted-jazz-mix-incl-dday-one-bugseed-mononome-more/
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['--verbose', 'https://www.mixcloud.com/thefindmag/jenova-7-dusted-jazz-mix-incl-dday-one-bugseed-mononome-more/']
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2019.10.29
[debug] Python version 3.6.8 (CPython) - Linux-4.15.0-66-generic-x86_64-with-Ubuntu-18.04-bionic
[debug] exe versions: ffmpeg 3.4.6, ffprobe 3.4.6, phantomjs 2.1.1
[debug] Proxy map: {}
[mixcloud] thefindmag-jenova-7-dusted-jazz-mix-incl-dday-one-bugseed-mononome-more: Downloading webpage
ERROR: Failed to extract matching stream info; 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 "/home/jchook/.local/lib/python3.6/site-packages/youtube_dl/YoutubeDL.py", line 796, in extract_info
    ie_result = ie.extract(url)
  File "/home/jchook/.local/lib/python3.6/site-packages/youtube_dl/extractor/common.py", line 530, in extract
    ie_result = self._real_extract(url)
  File "/home/jchook/.local/lib/python3.6/site-packages/youtube_dl/extractor/mixcloud.py", line 96, in _real_extract
    raise ExtractorError('Failed to extract matching stream info')
youtube_dl.utils.ExtractorError: Failed to extract matching stream info; 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.

@greentornado
Copy link

greentornado commented Oct 31, 2019

broken for me too. version 2019.10.29

youtube-dl -g http://www.mixcloud.com/gillespeterson/caribou-7-inch-vinyl-mix-chat/ --verbose
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['-g', 'http://www.mixcloud.com/gillespeterson/caribou-7-inch-vinyl-mix-chat/', '--verbose']
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2019.08.13
[debug] Python version 3.6.5 (CPython) - Darwin-18.7.0-x86_64-i386-64bit
[debug] exe versions: ffmpeg 4.2.1, ffprobe 4.2.1, phantomjs 2.1.1, rtmpdump 2.4
[debug] Proxy map: {}
ERROR: Failed to extract matching stream info; 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 "/Users/Hai/.pyenv/versions/3.6.5/lib/python3.6/site-packages/youtube_dl/YoutubeDL.py", line 796, in extract_info
ie_result = ie.extract(url)
File "/Users/Hai/.pyenv/versions/3.6.5/lib/python3.6/site-packages/youtube_dl/extractor/common.py", line 530, in extract
ie_result = self._real_extract(url)
File "/Users/Hai/.pyenv/versions/3.6.5/lib/python3.6/site-packages/youtube_dl/extractor/mixcloud.py", line 96, in _real_extract
raise ExtractorError('Failed to extract matching stream info')
youtube_dl.utils.ExtractorError: Failed to extract matching stream info; 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.

@remitamine
Copy link
Collaborator

remitamine commented Nov 1, 2019

yes. because a fix has been pushed and will be available in the next version.

@jchook
Copy link

jchook commented Nov 1, 2019

Awesome thank you @remitamine!

@ytdl-org ytdl-org locked and limited conversation to collaborators Nov 4, 2019
@ytdl-org ytdl-org deleted a comment from trantrung22 Nov 4, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants