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.
MPV Problem #16824
MPV Problem #16824
Comments
|
http://tesla.burgaslan.bg:6600 does not play in browser. |
|
that is mpd server |
|
slaserx@office ~ $ mpc -h tesla.burgaslan.bg -p 6600 |
Playing: http://tesla.burgaslan.bg:6600
[ytdl_hook] ERROR: Unable to download webpage: OK MPD 0.19.0
[ytdl_hook] (caused by BadStatusLine('OK MPD 0.19.0\n',)); 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.
[ytdl_hook] youtube-dl failed, trying to play URL directly ...
Failed to open http://tesla.burgaslan.bg:6600.
VERBOSE
[generic] tesla.burgaslan: Downloading webpage
ERROR: Unable to download webpage: OK MPD 0.19.0
(caused by BadStatusLine('OK MPD 0.19.0\n',)); 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 "/usr/bin/youtube-dl/youtube_dl/extractor/common.py", line 598, in _request_webpage
return self._downloader.urlopen(url_or_request)
File "/usr/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 2211, in urlopen
return self._opener.open(req, timeout=self._socket_timeout)
File "/usr/lib/python2.7/urllib2.py", line 429, in open
response = self._open(req, data)
File "/usr/lib/python2.7/urllib2.py", line 447, in _open
'_open', req)
File "/usr/lib/python2.7/urllib2.py", line 407, in _call_chain
result = func(*args)
File "/usr/bin/youtube-dl/youtube_dl/utils.py", line 945, in http_open
req)
File "/usr/lib/python2.7/urllib2.py", line 1201, in do_open
r = h.getresponse(buffering=True)
File "/usr/lib/python2.7/httplib.py", line 1136, in getresponse
response.begin()
File "/usr/lib/python2.7/httplib.py", line 453, in begin
version, status, reason = self._read_status()
File "/usr/lib/python2.7/httplib.py", line 431, in _read_status
raise BadStatusLine(line)