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

Soundgasm.net compatibility appears to be broken #9567

Closed
ghost opened this issue May 21, 2016 · 2 comments
Closed

Soundgasm.net compatibility appears to be broken #9567

ghost opened this issue May 21, 2016 · 2 comments

Comments

@ghost
Copy link

@ghost ghost commented May 21, 2016

Please follow the guide below

  • You will be asked some questions and requested to provide some information, please read them carefully and answer honestly
  • Put an x into all the boxes [ ] relevant to your issue (like that [x])
  • Use Preview tab to see how your issue will actually look like

Make sure you are using the latest version: run youtube-dl --version and ensure your version is 2016.05.21.2. If it's not read this FAQ entry and update. Issues with outdated version will be rejected.

  • I've verified and I assure that I'm running youtube-dl 2016.05.21.2

Before submitting an issue make sure you have:

  • At least skimmed through README and most notably FAQ and BUGS sections
  • Searched the bugtracker for similar issues including closed ones

What is the purpose of your issue?

  • Bug report (encountered problems with youtube-dl)
  • Site support request (request for adding support for a new site)
  • Feature request (request for a new functionality)
  • Question
  • Other

The following sections concretize particular purposed issues, you can erase any section (the contents between triple ---) not applicable to your issue


If the purpose of this issue is a bug report, site support request or you are not completely sure provide the full verbose output as follows:

Add -v flag to your command line you run youtube-dl with, copy the whole output and insert it here. It should look similar to one below (replace it with your log inserted between triple ```):

$ youtube-dl -v <your command line>
[debug] System config: []
[debug] User config: []
[debug] Command-line args: [u'-v', u'http://www.youtube.com/watch?v=BaW_jenozKcj']
[debug] Encodings: locale cp1251, fs mbcs, out cp866, pref cp1251
[debug] youtube-dl version 2016.05.21.2
[debug] Python version 2.7.11 - Windows-2003Server-5.2.3790-SP2
[debug] exe versions: ffmpeg N-75573-g1d0487f, ffprobe N-75573-g1d0487f, rtmpdump 2.4
[debug] Proxy map: {}
...
<end of log>

[debug] System config: []
[debug] User config: []
[debug] Command-line args: [u'-v', u'https://soundgasm.net/u/ABunchOfRadishSpiri
t/M-ACRP-Phase-1-The-Tavern-The-Enigmatic-Blackguard-DD-HAPPPP-Berfday-AC']
[debug] Encodings: locale cp1252, fs mbcs, out cp437, pref cp1252
[debug] youtube-dl version 2016.05.21.2
[debug] Python version 2.7.10 - Windows-8-6.2.9200
[debug] exe versions: none
[debug] Proxy map: {}
[soundgasm] M-ACRP-Phase-1-The-Tavern-The-Enigmatic-Blackguard-DD-HAPPPP-Berfday
-AC: Downloading webpage
ERROR: Unable to download webpage: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILE
D] certificate verify failed (_ssl.c:590)> (caused by URLError(SSLError(1, u'[SS
L: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:590)'),))
File "youtube_dl\extractor\common.pyo", line 388, in _request_webpage
File "youtube_dl\YoutubeDL.pyo", line 1946, in urlopen
File "urllib2.pyo", line 431, in open
File "urllib2.pyo", line 449, in _open
File "urllib2.pyo", line 409, in _call_chain
File "youtube_dl\utils.pyo", line 939, in https_open
File "urllib2.pyo", line 1197, in do_open


Description of your issue, suggested solution and other information

Explanation of your issue in arbitrary form goes here. Please make sure the description is worded well enough to be understood. Provide as much context and examples as possible.
If work on your issue required an account credentials please provide them or explain how one can obtain them.

I recently noticed that downloading from soundgasm.net no longer works. It used to work fine, but some time between about 3 weeks ago and now it stopped working. It doesn't look like the URL format has changed at all, so I'm not sure what's going wrong here. I'm still able to retrieve the files if I use a file grabber addon for Firefox, but youtube-dl doesn't seem to be able to get it. Downloading files individually as well as full profiles appear to be broken. I noticed that the output is saying something about SSL, so I tried running with the --no-check-certificate argument but still without luck.

@dstftw
Copy link
Collaborator

@dstftw dstftw commented May 21, 2016

Post the output with --no-check-certificate -v.

@ghost ghost closed this May 21, 2016
@ghost
Copy link
Author

@ghost ghost commented May 21, 2016

I made a mistake. I don't know why, but it seems to have resolved itself. Sorry for wasting your time.

This issue was closed.
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
1 participant
You can’t perform that action at this time.