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

DOesn't work when downloading 256k with soundcloud login, returns HTTP 400 #226

Open
AYarter opened this issue Sep 16, 2021 · 0 comments
Open

Comments

@AYarter
Copy link

AYarter commented Sep 16, 2021

Hello:

When trying to download a 256k stream I get a 400 error with a known good password.

[adam@alexandria ~]$ youtube-dlc https://soundcloud.com/wandw/the-chainsmokers-ft-daya-dont-let-me-down-ww-remix-1 -u "adam-newhope" --verbose
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['https://soundcloud.com/wandw/the-chainsmokers-ft-daya-dont-let-me-down-ww-remix-1', '-u', 'PRIVATE', '--verbose']
Type account password and press [Return]:
[debug] Loading archive file None
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dlc version 2020.11.11-2
[debug] Python version 3.6.8 (CPython) - Linux-3.10.0-1160.15.2.el7.x86_64-x86_64-with-centos-7.9.2009-Core
[debug] exe versions: ffmpeg N-50657-ge4fdeb3fce-static, ffprobe N-50657-ge4fdeb3fce-static
[debug] Proxy map: {}
[soundcloud] Downloading JSON metadata
ERROR: Unable to download JSON metadata: HTTP Error 400: Bad Request (caused by<HTTPError 400: 'Bad Request'>); please report this issue on https://github.com/blackjack4494/yt-dlc . Make sure you are using the latest version; see https:// github.com/blackjack4494/yt-dlc on how to update. Be sure to call youtube-dlc with the --verbose flag and include its complete output.
File "/usr/local/lib/python3.6/site-packages/youtube_dlc/extractor/common.py",line 632, in _request_webpage
return self._downloader.urlopen(url_or_request)
File "/usr/local/lib/python3.6/site-packages/youtube_dlc/YoutubeDL.py", line 2316, in urlopen
return self._opener.open(req, timeout=self._socket_timeout)
File "/usr/lib64/python3.6/urllib/request.py", line 532, in open
response = meth(req, response)
File "/usr/lib64/python3.6/urllib/request.py", line 642, in http_response
'http', request, response, code, msg, hdrs)
File "/usr/lib64/python3.6/urllib/request.py", line 570, in error
return self._call_chain(*args)
File "/usr/lib64/python3.6/urllib/request.py", line 504, in _call_chain
result = func(*args)
File "/usr/lib64/python3.6/urllib/request.py", line 650, in http_error_default
raise HTTPError(req.full_url, code, msg, hdrs, fp)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant