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

mixcloud.com download error #2068

Closed
ZFF85 opened this issue Dec 31, 2013 · 7 comments
Closed

mixcloud.com download error #2068

ZFF85 opened this issue Dec 31, 2013 · 7 comments
Labels
bug

Comments

@ZFF85
Copy link

@ZFF85 ZFF85 commented Dec 31, 2013

The download from mixcloud does not work:

[mixcloud] coen-donders-jaarmix-2013: Downloading webpage
[mixcloud] coen-donders-jaarmix-2013: Downloading cloudcast info
[mixcloud] Trying with m4a extension
ERROR: Unable to extract track url; please report this issue on https://yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag and include its complete output. Make sure you are using the latest version; type youtube-dl -U to update.

@jaimeMF
Copy link
Collaborator

@jaimeMF jaimeMF commented Jan 1, 2014

Could you post the url that's failing an the output of running youtube-dl PUT_THE_URL_HERE --verbose?

@ZFF85
Copy link
Author

@ZFF85 ZFF85 commented Jan 1, 2014

of course:

[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['https://mixcloud.com/coen-donders/jaarmix-2013/', '--verbose']
[debug] Encodings: locale 'UTF-8', fs 'UTF-8', out 'UTF-8', pref: 'UTF-8'
[debug] youtube-dl version 2013.12.26
[debug] Python version 2.7.4 - Linux-3.2.0-24-generic-pae-i686-with-Ubuntu-13.04-raring
[debug] Proxy map: {}
[mixcloud] coen-donders-jaarmix-2013: Downloading webpage
[mixcloud] coen-donders-jaarmix-2013: Downloading cloudcast info
[mixcloud] Trying with m4a extension
ERROR: Unable to extract track url; please report this issue on https://yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag and include its complete output. Make sure you are using the latest version; type youtube-dl -U to update.
Traceback (most recent call last):
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 484, in extract_info
ie_result = ie.extract(url)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 149, in extract
return self._real_extract(url)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/mixcloud.py", line 64, in _real_extract
raise ExtractorError(u'Unable to extract track url')
ExtractorError: Unable to extract track url; please report this issue on https://yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag and include its complete output. Make sure you are using the latest version; type youtube-dl -U to update.

@jaimeMF jaimeMF closed this in 5ffecde Jan 1, 2014
@jaimeMF
Copy link
Collaborator

@jaimeMF jaimeMF commented Jan 1, 2014

Fixed, thanks for the report!

@szemy
Copy link

@szemy szemy commented Jan 26, 2015

For me it does not work:

ThinkPad-T500:~/Music$ youtube-dl --verbose http://www.mixcloud.com/duhosember/ateizmus/
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['--verbose', 'http://www.mixcloud.com/duhosember/ateizmus/']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2015.01.25
[debug] Python version 2.7.6 - Linux-3.13.0-43-generic-x86_64-with-Ubuntu-14.04-trusty
[debug] exe versions: avconv 9.16-6, avprobe 9.16-6, ffmpeg N-69017-gcba199b, ffprobe N-69017-gcba199b
[debug] Proxy map: {}
[mixcloud] duhosember-ateizmus: Downloading webpage
[mixcloud] duhosember-ateizmus: Checking URL 1/31 ...
[mixcloud] duhosember-ateizmus: Checking URL 2/31 ...
[mixcloud] duhosember-ateizmus: Checking URL 3/31 ...
[mixcloud] duhosember-ateizmus: Checking URL 4/31 ...
[mixcloud] duhosember-ateizmus: Checking URL 5/31 ...
[mixcloud] duhosember-ateizmus: Checking URL 6/31 ...
[mixcloud] duhosember-ateizmus: Checking URL 7/31 ...
[mixcloud] duhosember-ateizmus: Checking URL 8/31 ...
[mixcloud] duhosember-ateizmus: Checking URL 9/31 ...
[mixcloud] duhosember-ateizmus: Checking URL 10/31 ...
[mixcloud] duhosember-ateizmus: Checking URL 11/31 ...
[mixcloud] duhosember-ateizmus: Checking URL 12/31 ...
[mixcloud] duhosember-ateizmus: Checking URL 13/31 ...
[mixcloud] duhosember-ateizmus: Checking URL 14/31 ...
WARNING: unable to extract like count; please report this issue on http://yt-dl.org/bug
WARNING: unable to extract play count; please report this issue on http://yt-dl.org/bug
ERROR: Unable to extract upload date; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type youtube-dl -U to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
Traceback (most recent call last):
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 613, in extract_info
ie_result = ie.extract(url)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 266, in extract
return self._real_extract(url)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/mixcloud.py", line 96, in _real_extract
webpage, 'upload date'))
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 522, in _search_regex
raise RegexNotFoundError('Unable to extract %s' % _name)
RegexNotFoundError: Unable to extract upload date; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type youtube-dl -U to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.

@jaimeMF
Copy link
Collaborator

@jaimeMF jaimeMF commented Jan 26, 2015

@szemy see #4784. In general it's better to open a new issue, it's easier to keep track of them.

@szemy
Copy link

@szemy szemy commented Jan 26, 2015

Ok, sorry for that. Should I open a new one?

@jaimeMF
Copy link
Collaborator

@jaimeMF jaimeMF commented Jan 26, 2015

No, one is enough :). The problem is that comments in closed issues tend to be lost, if you open a duplicated issue there's no problem, we will just tell you.
You can subscribe to the issue to recieve a notification when it's fixed.

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
3 participants
You can’t perform that action at this time.