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

CBS error - Unable to download XML #24193

Closed
cas4 opened this issue Feb 29, 2020 · 1 comment
Closed

CBS error - Unable to download XML #24193

cas4 opened this issue Feb 29, 2020 · 1 comment

Comments

@cas4
Copy link

@cas4 cas4 commented Feb 29, 2020

Checklist

  • I'm reporting a broken site support
  • I've verified that I'm running youtube-dl version 2020.02.16
  • 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.exe -o "(s01e06) The Impossible Box.mp4" -u <username> -p <password> --verbose http://www.cbs.com/shows/star-trek-picard/video/ILu3u0v0pecOu3csQp_2vpwvTomMwj17/star-trek-picard-the-impossible-box/
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['-o', '(s01e06) The Impossible Box.mp4', '-u', 'PRIVATE', '-p', 'PRIVATE', '--verbose', 'http://www.cbs.com/shows/star-trek-picard/video/ILu3u0v0pecOu3csQp_2vpwvTomMwj17/star-trek-picard-the-impossible-box/']
[debug] Encodings: locale cp1252, fs mbcs, out cp437, pref cp1252
[debug] youtube-dl version 2020.02.16
[debug] Python version 3.4.4 (CPython) - Windows-10-10.0.18362
[debug] exe versions: ffmpeg N-61620-ge555e1b, ffprobe git-2017-12-23-d02289c
[debug] Proxy map: {}
[CBS] ILu3u0v0pecOu3csQp_2vpwvTomMwj17: Downloading XML
ERROR: Unable to download XML: '' (caused by BadStatusLine("''",)); 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.
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpuz77jgzq\build\youtube_dl\extractor\common.py", line 627, in _request_webpage
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpuz77jgzq\build\youtube_dl\YoutubeDL.py", line 2237, in urlopen
  File "C:\Python\Python34\lib\urllib\request.py", line 464, in open
  File "C:\Python\Python34\lib\urllib\request.py", line 482, in _open
  File "C:\Python\Python34\lib\urllib\request.py", line 442, in _call_chain
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpuz77jgzq\build\youtube_dl\utils.py", line 2572, in http_open
  File "C:\Python\Python34\lib\urllib\request.py", line 1186, in do_open
  File "C:\Python\Python34\lib\http\client.py", line 1227, in getresponse
  File "C:\Python\Python34\lib\http\client.py", line 386, in begin
  File "C:\Python\Python34\lib\http\client.py", line 356, in _read_status

youtube-dl.exe -o "(s04e04) Windmill + Acetone + Celluloid + Firing Pin.mp4" --verbose http://www.cbs.com/shows/macgyver/video/uvcYbP_IR9CO42p_Y7FDBwi8v_zC5IWX/macgyver-windmill-acetone-celluloid-firing-pin/
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['-o', '(s04e04) Windmill + Acetone + Celluloid + Firing Pin.mp4', '--verbose', 'http://www.cbs.com/shows/macgyver/video/uvcYbP_IR9CO42p_Y7FDBwi8v_zC5IWX/macgyver-windmill-acetone-celluloid-firing-pin/']
[debug] Encodings: locale cp1252, fs mbcs, out cp437, pref cp1252
[debug] youtube-dl version 2020.02.16
[debug] Python version 3.4.4 (CPython) - Windows-10-10.0.18362
[debug] exe versions: ffmpeg N-61620-ge555e1b, ffprobe git-2017-12-23-d02289c
[debug] Proxy map: {}
[CBS] uvcYbP_IR9CO42p_Y7FDBwi8v_zC5IWX: Downloading XML
ERROR: Unable to download XML: '' (caused by BadStatusLine("''",)); 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.
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpuz77jgzq\build\youtube_dl\extractor\common.py", line 627, in _request_webpage
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpuz77jgzq\build\youtube_dl\YoutubeDL.py", line 2237, in urlopen
  File "C:\Python\Python34\lib\urllib\request.py", line 464, in open
  File "C:\Python\Python34\lib\urllib\request.py", line 482, in _open
  File "C:\Python\Python34\lib\urllib\request.py", line 442, in _call_chain
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpuz77jgzq\build\youtube_dl\utils.py", line 2572, in http_open
  File "C:\Python\Python34\lib\urllib\request.py", line 1186, in do_open
  File "C:\Python\Python34\lib\http\client.py", line 1227, in getresponse
  File "C:\Python\Python34\lib\http\client.py", line 386, in begin
  File "C:\Python\Python34\lib\http\client.py", line 356, in _read_status

Description

Issue #24192 was incorrectly closed due to the comment "You must provide account credentials.". As noted in the logs above, account credentials were supplied for the Picard episode (actual credentials omitted for obvious reasons). The MacGyver episode does not require credentials. This error started occurring about a week ago.

@dstftw
Copy link
Collaborator

@dstftw dstftw commented Feb 29, 2020

Again: you must provide account credentials to developer.

caused by BadStatusLine("''",)

clearly indicated network issue on your side.

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