mpv-acestream
mpv-acestream copied to clipboard
Failing to open albeit engine running
me@manjaro> mpv acestream://a30c60fe37ef98a276b0daafcdc0527f534142c5
[mpv_acestream] AceStream protocol detected.
Failed to open http://127.0.0.1:6878/ace/getstream?id=a30c60fe37ef98a276b0daafcdc0527f534142c5.
[ytdl_hook]
[ytdl_hook] youtube-dl failed: not found or not enough permissions
Failed to open http://127.0.0.1:6878/ace/getstream?id=a30c60fe37ef98a276b0daafcdc0527f534142c5.
Anyone know what's going wrong
Downloaded youtube-dl from AUR and now getting
me@manjaro [2]> mpv acestream://10a85cd65dc8ba3eefa31d6ffef640e44d21e50d [mpv_acestream] AceStream protocol detected. [ffmpeg] http: HTTP error 500 Internal Server Error Failed to open http://127.0.0.1:6878/ace/getstream?id=10a85cd65dc8ba3eefa31d6ffef640e44d21e50d. [ytdl_hook] ERROR: Unable to download webpage: HTTP Error 500: Internal Server Error (caused by <HTTPError 500: 'Internal Server Error'>); please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see https://yt-dl.org/update on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output. [ytdl_hook] youtube-dl failed: unexpected error occurred [ffmpeg] http: HTTP error 500 Internal Server Error Failed to open http://127.0.0.1:6878/ace/getstream?id=10a85cd65dc8ba3eefa31d6ffef640e44d21e50d.
With a different channel, getting
me@manjaro [124]> mpv acestream://a30c60fe37ef98a276b0daafcdc0527f534142c5 [mpv_acestream] AceStream protocol detected. _(long delay)_ Failed to open http://127.0.0.1:6878/ace/getstream?id=a30c60fe37ef98a276b0daafcdc0527f534142c5.
I think the difference is in the broadcasting of the channel, with the latter not broadcasting
Investigating youtube-dl issue:
me@manjaro [2]> youtube-dl --verbose acestream://10a85cd65dc8ba3eefa31d6ffef640e44d21e50d [debug] System config: [] [debug] User config: [] [debug] Custom config: [] [debug] Command-line args: ['--verbose', 'acestream://10a85cd65dc8ba3eefa31d6ffef640e44d21e50d'] [debug] Encodings: locale UTF-8, fs utf-8, out utf-8, pref UTF-8 [debug] youtube-dl version 2021.03.25 [debug] Python version 3.9.2 (CPython) - Linux-5.12.0-1-MANJARO-x86_64-with-glibc2.33 [debug] exe versions: ffmpeg 4.3.2, ffprobe 4.3.2, rtmpdump 2.4 [debug] Proxy map: {} [generic] 10a85cd65dc8ba3eefa31d6ffef640e44d21e50d: Requesting header WARNING: Could not send HEAD request to acestream://10a85cd65dc8ba3eefa31d6ffef640e44d21e50d: <urlopen error unknown url type: acestream> [generic] 10a85cd65dc8ba3eefa31d6ffef640e44d21e50d: Downloading webpage ERROR: Unable to download webpage: <urlopen error unknown url type: acestream> (caused by URLError('unknown url type: acestream')) File "/usr/lib/python3.9/site-packages/youtube_dl/extractor/common.py", line 634, in _request_webpage return self._downloader.urlopen(url_or_request) File "/usr/lib/python3.9/site-packages/youtube_dl/YoutubeDL.py", line 2279, in urlopen return self._opener.open(req, timeout=self._socket_timeout) File "/usr/lib/python3.9/urllib/request.py", line 517, in open response = self._open(req, data) File "/usr/lib/python3.9/urllib/request.py", line 539, in _open return self._call_chain(self.handle_open, 'unknown', File "/usr/lib/python3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/usr/lib/python3.9/urllib/request.py", line 1417, in unknown_open raise URLError('unknown url type: %s' % type)