Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
soundcloud not working at all #24980
Comments
|
Is this still a problem? I'm having no problems downloading the soundcloud link you provided, or youtube videos. |
|
yes. i reinstalled youtube-dl, still the same problem. another try: youtube-dl -v https://soundcloud.com/the-trilogy-tapes/ttt-nts-060420-with-waswaas |
|
Well it looks like the error is due to your openSSL version. Which version are you running? Run this in your terminal:
|
|
OpenSSL 1.1.1d 10 Sep 2019 however if I try I get
|
|
Same problem. I don't think it is openssl version. Something to do with the TSL protocol version. |
|
To be clear, downloading from SoundCloud worked fine for me just a few weeks ago. Could it be that something has changed on their end since then? This looks similar to the situation with .luac files constantly needing to be updated for VLC to play certain links. |
|
@singulararmchair are you able to run youtube-dl using python3? Though if @LegoChicken has the same issue with the same SSL version then yes seems unlikely to be that. |
|
I don't think so. How would I attempt that? (or verify if it is the case?) |
|
There's probably a few ways to change your default python version on mac, but I don't have one so I'm not sure. However what I do is to download the github repository using the 'clone or download' button on the main page, then
And it should say Python version 3 instead of 2 in the debug log. |
|
I just tried that, still getting an error
also tried with
|
|
Still not working. Tried same as @singulararmchair : youtube-dl -v https://soundcloud.com/the-trilogy-tapes/ttt-nts-060420-with-waswaas |
|
Fixed by upgrading to OS X 10.13.6. Was overdue anyway. |
Verbose log
youtube-dl -v https://soundcloud.com/crackmagazine/crack-mix-351-sui-zhen
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: [u'-v', u'https://soundcloud.com/crackmagazine/crack-mix-351-sui-zhen']
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2020.03.24
[debug] Python version 2.7.10 (CPython) - Darwin-14.5.0-x86_64-i386-64bit
[debug] exe versions: ffmpeg N-86910-g797c232-tessus
[debug] Proxy map: {}
[soundcloud] crackmagazine/crack-mix-351-sui-zhen: Downloading info JSON
ERROR: Unable to download JSON metadata: <urlopen error [SSL: TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 alert protocol version (_ssl.c:590)> (caused by URLError(SSLError(1, u'[SSL: TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 alert protocol version (_ssl.c:590)'),))
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 627, in _request_webpage
return self._downloader.urlopen(url_or_request)
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 2238, in urlopen
return self._opener.open(req, timeout=self._socket_timeout)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 431, in open
response = self._open(req, data)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 449, in _open
'_open', req)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 409, in _call_chain
result = func(*args)
File "/usr/local/bin/youtube-dl/youtube_dl/utils.py", line 2728, in https_open
req, **kwargs)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 1197, in do_open
raise URLError(err)
Description
Every Soundcloud link I've tried gives me the same error. Bandcamp links also do this. Youtube videos work fine (just successfully downloaded a random vid).