Mixcloud "track is not playable" in VM

I’m trying to move my Mopidy/Rompr setup from a standalone device to a VM on my existing proxmox server but am running into issues that I believe are related to streaming/http but I can’t pin down the actual issue. The working setup is a laptop running debian 12, I’ve tried both arch and debian VMs but keep getting “track is not playable” errors. I’m installing mopidy-mixcloud via “sudo -u mopidy python3 -m pip install --break-system-packages mopidy-mixcloud” as I haven’t had luck with venv. Here is a relevant section of my logs:

Sep 14 23:48:44 sonope mopidy[462]: DEBUG    2023-09-14 23:48:44,376 [462:MpdSession-16 (_actor_loop)] mopidy_mpd.session
Sep 14 23:48:44 sonope mopidy[462]:   Request from [::ffff:127.0.0.1]:41136: playid "1"
Sep 14 23:48:44 sonope mopidy[462]: DEBUG    2023-09-14 23:48:44,378 [462:Audio-2 (_actor_loop)] mopidy.audio.gst
Sep 14 23:48:44 sonope mopidy[462]:   Changing state to GST_STATE_READY: result=GST_STATE_CHANGE_SUCCESS
Sep 14 23:48:44 sonope mopidy[462]: DEBUG    2023-09-14 23:48:44,389 [462:MainThread] mopidy.audio.gst
Sep 14 23:48:44 sonope mopidy[462]:   Got STATE_CHANGED bus message: old=GST_STATE_NULL new=GST_STATE_READY pending=GST_STATE_VOID_PENDING
Sep 14 23:48:44 sonope mopidy[462]: [mixcloud] pinewalkcollection_tape-3-of-6-michael-fierman-10th-anniversary-pavilion-fire-island-pines-august-1991: Downloading JSON metadata
Sep 14 23:48:45 sonope mopidy[462]: ERROR: pinewalkcollection_tape-3-of-6-michael-fierman-10th-anniversary-pavilion-fire-island-pines-august-1991: Failed to parse JSON  (caused by JSONDecodeError('Expecting value: line 1 column 1 (char 0)')); 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.
Sep 14 23:48:45 sonope mopidy[462]: INFO     2023-09-14 23:48:45,014 [462:MopidyMixcloud-3 (_actor_loop)] pykka
Sep 14 23:48:45 sonope mopidy[462]:   Exception returned from MopidyMixcloud (urn:uuid:4574e33a-6b6f-47cc-a545-d9eb927d85ad) to caller:
Sep 14 23:48:45 sonope mopidy[462]: Traceback (most recent call last):
Sep 14 23:48:45 sonope mopidy[462]:   File "/var/lib/mopidy/.local/lib/python3.11/site-packages/youtube_dl/extractor/common.py", line 906, in _parse_json
Sep 14 23:48:45 sonope mopidy[462]:     return json.loads(json_string)
Sep 14 23:48:45 sonope mopidy[462]:            ^^^^^^^^^^^^^^^^^^^^^^^
Sep 14 23:48:45 sonope mopidy[462]:   File "/usr/lib/python3.11/json/__init__.py", line 346, in loads
Sep 14 23:48:45 sonope mopidy[462]:     return _default_decoder.decode(s)
Sep 14 23:48:45 sonope mopidy[462]:            ^^^^^^^^^^^^^^^^^^^^^^^^^^
Sep 14 23:48:45 sonope mopidy[462]:   File "/usr/lib/python3.11/json/decoder.py", line 337, in decode
Sep 14 23:48:45 sonope mopidy[462]:     obj, end = self.raw_decode(s, idx=_w(s, 0).end())
Sep 14 23:48:45 sonope mopidy[462]:                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Sep 14 23:48:45 sonope mopidy[462]:   File "/usr/lib/python3.11/json/decoder.py", line 355, in raw_decode
Sep 14 23:48:45 sonope mopidy[462]:     raise JSONDecodeError("Expecting value", s, err.value) from None
Sep 14 23:48:45 sonope mopidy[462]: json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
Sep 14 23:48:45 sonope mopidy[462]: During handling of the above exception, another exception occurred:
Sep 14 23:48:45 sonope mopidy[462]: Traceback (most recent call last):
Sep 14 23:48:45 sonope mopidy[462]:   File "/var/lib/mopidy/.local/lib/python3.11/site-packages/youtube_dl/YoutubeDL.py", line 815, in wrapper
Sep 14 23:48:45 sonope mopidy[462]:     return func(self, *args, **kwargs)
Sep 14 23:48:45 sonope mopidy[462]:            ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Sep 14 23:48:45 sonope mopidy[462]:   File "/var/lib/mopidy/.local/lib/python3.11/site-packages/youtube_dl/YoutubeDL.py", line 836, in __extract_info
Sep 14 23:48:45 sonope mopidy[462]:     ie_result = ie.extract(url)
Sep 14 23:48:45 sonope mopidy[462]:                 ^^^^^^^^^^^^^^^
Sep 14 23:48:45 sonope mopidy[462]:   File "/var/lib/mopidy/.local/lib/python3.11/site-packages/youtube_dl/extractor/common.py", line 534, in extract
Sep 14 23:48:45 sonope mopidy[462]:     ie_result = self._real_extract(url)
Sep 14 23:48:45 sonope mopidy[462]:                 ^^^^^^^^^^^^^^^^^^^^^^^
Sep 14 23:48:45 sonope mopidy[462]:   File "/var/lib/mopidy/.local/lib/python3.11/site-packages/youtube_dl/extractor/mixcloud.py", line 86, in _real_extract
Sep 14 23:48:45 sonope mopidy[462]:     cloudcast = self._call_api('cloudcast', '''audioLength
Sep 14 23:48:45 sonope mopidy[462]:                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Sep 14 23:48:45 sonope mopidy[462]:   File "/var/lib/mopidy/.local/lib/python3.11/site-packages/youtube_dl/extractor/mixcloud.py", line 26, in _call_api
Sep 14 23:48:45 sonope mopidy[462]:     return self._download_json(
Sep 14 23:48:45 sonope mopidy[462]:            ^^^^^^^^^^^^^^^^^^^^
Sep 14 23:48:45 sonope mopidy[462]:   File "/var/lib/mopidy/.local/lib/python3.11/site-packages/youtube_dl/extractor/common.py", line 895, in _download_json
Sep 14 23:48:45 sonope mopidy[462]:     res = self._download_json_handle(
Sep 14 23:48:45 sonope mopidy[462]:           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Sep 14 23:48:45 sonope mopidy[462]:   File "/var/lib/mopidy/.local/lib/python3.11/site-packages/youtube_dl/extractor/common.py", line 881, in _download_json_handle
Sep 14 23:48:45 sonope mopidy[462]:     return self._parse_json(
Sep 14 23:48:45 sonope mopidy[462]:            ^^^^^^^^^^^^^^^^^
Sep 14 23:48:45 sonope mopidy[462]:   File "/var/lib/mopidy/.local/lib/python3.11/site-packages/youtube_dl/extractor/common.py", line 910, in _parse_json
Sep 14 23:48:45 sonope mopidy[462]:     raise ExtractorError(errmsg, cause=ve)
Sep 14 23:48:45 sonope mopidy[462]: youtube_dl.utils.ExtractorError: pinewalkcollection_tape-3-of-6-michael-fierman-10th-anniversary-pavilion-fire-island-pines-august-1991: Failed to parse JSON  (caused by JSONDecodeError('Expecting value: line 1 column 1 (char 0)')); 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.
Sep 14 23:48:45 sonope mopidy[462]: During handling of the above exception, another exception occurred:
Sep 14 23:48:45 sonope mopidy[462]: Traceback (most recent call last):
Sep 14 23:48:45 sonope mopidy[462]:   File "/var/lib/mopidy/.local/lib/python3.11/site-packages/mopidy_mixcloud/mixcloud_data.py", line 202, in get_stream_url
Sep 14 23:48:45 sonope mopidy[462]:     info=ydl.extract_info(mixcloud_prefix+track_uri,download=False)
Sep 14 23:48:45 sonope mopidy[462]:          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Sep 14 23:48:45 sonope mopidy[462]:   File "/var/lib/mopidy/.local/lib/python3.11/site-packages/youtube_dl/YoutubeDL.py", line 808, in extract_info
Sep 14 23:48:45 sonope mopidy[462]:     return self.__extract_info(url, ie, download, extra_info, process)
Sep 14 23:48:45 sonope mopidy[462]:            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Sep 14 23:48:45 sonope mopidy[462]:   File "/var/lib/mopidy/.local/lib/python3.11/site-packages/youtube_dl/YoutubeDL.py", line 824, in wrapper
Sep 14 23:48:45 sonope mopidy[462]:     self.report_error(compat_str(e), e.format_traceback())
Sep 14 23:48:45 sonope mopidy[462]:   File "/var/lib/mopidy/.local/lib/python3.11/site-packages/youtube_dl/YoutubeDL.py", line 628, in report_error
Sep 14 23:48:45 sonope mopidy[462]:     self.trouble(error_message, tb)
Sep 14 23:48:45 sonope mopidy[462]:   File "/var/lib/mopidy/.local/lib/python3.11/site-packages/youtube_dl/YoutubeDL.py", line 598, in trouble
Sep 14 23:48:45 sonope mopidy[462]:     raise DownloadError(message, exc_info)
Sep 14 23:48:45 sonope mopidy[462]: youtube_dl.utils.DownloadError: ERROR: pinewalkcollection_tape-3-of-6-michael-fierman-10th-anniversary-pavilion-fire-island-pines-august-1991: Failed to parse JSON  (caused by JSONDecodeError('Expecting value: line 1 column 1 (char 0)')); 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.
Sep 14 23:48:45 sonope mopidy[462]: During handling of the above exception, another exception occurred:
Sep 14 23:48:45 sonope mopidy[462]: Traceback (most recent call last):
Sep 14 23:48:45 sonope mopidy[462]:   File "/usr/lib/python3.11/site-packages/pykka/_actor.py", line 186, in _actor_loop
Sep 14 23:48:45 sonope mopidy[462]:     response = self._handle_receive(envelope.message)
Sep 14 23:48:45 sonope mopidy[462]:                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Sep 14 23:48:45 sonope mopidy[462]:   File "/usr/lib/python3.11/site-packages/pykka/_actor.py", line 286, in _handle_receive
Sep 14 23:48:45 sonope mopidy[462]:     return callee(*message.args, **message.kwargs)
Sep 14 23:48:45 sonope mopidy[462]:            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Sep 14 23:48:45 sonope mopidy[462]:   File "/usr/lib/python3.11/site-packages/mopidy/backend.py", line 331, in change_track
Sep 14 23:48:45 sonope mopidy[462]:     uri = self.translate_uri(track.uri)
Sep 14 23:48:45 sonope mopidy[462]:           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Sep 14 23:48:45 sonope mopidy[462]:   File "/var/lib/mopidy/.local/lib/python3.11/site-packages/mopidy_mixcloud/mopidy_mixcloud.py", line 201, in translate_uri
Sep 14 23:48:45 sonope mopidy[462]:     return get_stream_url(uri)
Sep 14 23:48:45 sonope mopidy[462]:            ^^^^^^^^^^^^^^^^^^^
Sep 14 23:48:45 sonope mopidy[462]:   File "/var/lib/mopidy/.local/lib/python3.11/site-packages/mopidy_mixcloud/mixcloud_data.py", line 204, in get_stream_url
Sep 14 23:48:45 sonope mopidy[462]:     logger.warning(de)
Sep 14 23:48:45 sonope mopidy[462]:     ^^^^^^
Sep 14 23:48:45 sonope mopidy[462]: NameError: name 'logger' is not defined
Sep 14 23:48:45 sonope mopidy[462]: ERROR    2023-09-14 23:48:45,021 [462:Core-11 (_actor_loop)] mopidy.core.playback
Sep 14 23:48:45 sonope mopidy[462]:   MopidyMixcloud backend caused an exception.
Sep 14 23:48:45 sonope mopidy[462]: Traceback (most recent call last):
Sep 14 23:48:45 sonope mopidy[462]:   File "/var/lib/mopidy/.local/lib/python3.11/site-packages/youtube_dl/extractor/common.py", line 906, in _parse_json
Sep 14 23:48:45 sonope mopidy[462]:     return json.loads(json_string)
Sep 14 23:48:45 sonope mopidy[462]:            ^^^^^^^^^^^^^^^^^^^^^^^
Sep 14 23:48:45 sonope mopidy[462]:   File "/usr/lib/python3.11/json/__init__.py", line 346, in loads
Sep 14 23:48:45 sonope mopidy[462]:     return _default_decoder.decode(s)
Sep 14 23:48:45 sonope mopidy[462]:            ^^^^^^^^^^^^^^^^^^^^^^^^^^
Sep 14 23:48:45 sonope mopidy[462]:   File "/usr/lib/python3.11/json/decoder.py", line 337, in decode
Sep 14 23:48:45 sonope mopidy[462]:     obj, end = self.raw_decode(s, idx=_w(s, 0).end())
Sep 14 23:48:45 sonope mopidy[462]:                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Sep 14 23:48:45 sonope mopidy[462]:   File "/usr/lib/python3.11/json/decoder.py", line 355, in raw_decode
Sep 14 23:48:45 sonope mopidy[462]:     raise JSONDecodeError("Expecting value", s, err.value) from None
Sep 14 23:48:45 sonope mopidy[462]: json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
Sep 14 23:48:45 sonope mopidy[462]: During handling of the above exception, another exception occurred:
Sep 14 23:48:45 sonope mopidy[462]: Traceback (most recent call last):
Sep 14 23:48:45 sonope mopidy[462]:   File "/var/lib/mopidy/.local/lib/python3.11/site-packages/youtube_dl/YoutubeDL.py", line 815, in wrapper
Sep 14 23:48:45 sonope mopidy[462]:     return func(self, *args, **kwargs)
Sep 14 23:48:45 sonope mopidy[462]:            ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Sep 14 23:48:45 sonope mopidy[462]:   File "/var/lib/mopidy/.local/lib/python3.11/site-packages/youtube_dl/YoutubeDL.py", line 836, in __extract_info
Sep 14 23:48:45 sonope mopidy[462]:     ie_result = ie.extract(url)
Sep 14 23:48:45 sonope mopidy[462]:                 ^^^^^^^^^^^^^^^
Sep 14 23:48:45 sonope mopidy[462]:   File "/var/lib/mopidy/.local/lib/python3.11/site-packages/youtube_dl/extractor/common.py", line 534, in extract
Sep 14 23:48:45 sonope mopidy[462]:     ie_result = self._real_extract(url)
Sep 14 23:48:45 sonope mopidy[462]:                 ^^^^^^^^^^^^^^^^^^^^^^^
Sep 14 23:48:45 sonope mopidy[462]:   File "/var/lib/mopidy/.local/lib/python3.11/site-packages/youtube_dl/extractor/mixcloud.py", line 86, in _real_extract
Sep 14 23:48:45 sonope mopidy[462]:     cloudcast = self._call_api('cloudcast', '''audioLength
Sep 14 23:48:45 sonope mopidy[462]:                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Sep 14 23:48:45 sonope mopidy[462]:   File "/var/lib/mopidy/.local/lib/python3.11/site-packages/youtube_dl/extractor/mixcloud.py", line 26, in _call_api
Sep 14 23:48:45 sonope mopidy[462]:     return self._download_json(
Sep 14 23:48:45 sonope mopidy[462]:            ^^^^^^^^^^^^^^^^^^^^
Sep 14 23:48:45 sonope mopidy[462]:   File "/var/lib/mopidy/.local/lib/python3.11/site-packages/youtube_dl/extractor/common.py", line 895, in _download_json
Sep 14 23:48:45 sonope mopidy[462]:     res = self._download_json_handle(
Sep 14 23:48:45 sonope mopidy[462]:           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Sep 14 23:48:45 sonope mopidy[462]:   File "/var/lib/mopidy/.local/lib/python3.11/site-packages/youtube_dl/extractor/common.py", line 881, in _download_json_handle
Sep 14 23:48:45 sonope mopidy[462]:     return self._parse_json(
Sep 14 23:48:45 sonope mopidy[462]:            ^^^^^^^^^^^^^^^^^
Sep 14 23:48:45 sonope mopidy[462]:   File "/var/lib/mopidy/.local/lib/python3.11/site-packages/youtube_dl/extractor/common.py", line 910, in _parse_json
Sep 14 23:48:45 sonope mopidy[462]:     raise ExtractorError(errmsg, cause=ve)
Sep 14 23:48:45 sonope mopidy[462]: youtube_dl.utils.ExtractorError: pinewalkcollection_tape-3-of-6-michael-fierman-10th-anniversary-pavilion-fire-island-pines-august-1991: Failed to parse JSON  (caused by JSONDecodeError('Expecting value: line 1 column 1 (char 0)')); 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.
Sep 14 23:48:45 sonope mopidy[462]: During handling of the above exception, another exception occurred:
Sep 14 23:48:45 sonope mopidy[462]: Traceback (most recent call last):
Sep 14 23:48:45 sonope mopidy[462]:   File "/var/lib/mopidy/.local/lib/python3.11/site-packages/mopidy_mixcloud/mixcloud_data.py", line 202, in get_stream_url
Sep 14 23:48:45 sonope mopidy[462]:     info=ydl.extract_info(mixcloud_prefix+track_uri,download=False)
Sep 14 23:48:45 sonope mopidy[462]:          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Sep 14 23:48:45 sonope mopidy[462]:   File "/var/lib/mopidy/.local/lib/python3.11/site-packages/youtube_dl/YoutubeDL.py", line 808, in extract_info
Sep 14 23:48:45 sonope mopidy[462]:     return self.__extract_info(url, ie, download, extra_info, process)
Sep 14 23:48:45 sonope mopidy[462]:            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Sep 14 23:48:45 sonope mopidy[462]:   File "/var/lib/mopidy/.local/lib/python3.11/site-packages/youtube_dl/YoutubeDL.py", line 824, in wrapper
Sep 14 23:48:45 sonope mopidy[462]:     self.report_error(compat_str(e), e.format_traceback())
Sep 14 23:48:45 sonope mopidy[462]:   File "/var/lib/mopidy/.local/lib/python3.11/site-packages/youtube_dl/YoutubeDL.py", line 628, in report_error
Sep 14 23:48:45 sonope mopidy[462]:     self.trouble(error_message, tb)
Sep 14 23:48:45 sonope mopidy[462]:   File "/var/lib/mopidy/.local/lib/python3.11/site-packages/youtube_dl/YoutubeDL.py", line 598, in trouble
Sep 14 23:48:45 sonope mopidy[462]:     raise DownloadError(message, exc_info)
Sep 14 23:48:45 sonope mopidy[462]: youtube_dl.utils.DownloadError: ERROR: pinewalkcollection_tape-3-of-6-michael-fierman-10th-anniversary-pavilion-fire-island-pines-august-1991: Failed to parse JSON  (caused by JSONDecodeError('Expecting value: line 1 column 1 (char 0)')); 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.
Sep 14 23:48:45 sonope mopidy[462]: During handling of the above exception, another exception occurred:
Sep 14 23:48:45 sonope mopidy[462]: Traceback (most recent call last):
Sep 14 23:48:45 sonope mopidy[462]:   File "/usr/lib/python3.11/site-packages/mopidy/core/playback.py", line 352, in _change
Sep 14 23:48:45 sonope mopidy[462]:     if not backend.playback.change_track(pending_tl_track.track).get():
Sep 14 23:48:45 sonope mopidy[462]:            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Sep 14 23:48:45 sonope mopidy[462]:   File "/usr/lib/python3.11/site-packages/pykka/_threading.py", line 55, in get
Sep 14 23:48:45 sonope mopidy[462]:     raise exc_value
Sep 14 23:48:45 sonope mopidy[462]:   File "/usr/lib/python3.11/site-packages/pykka/_actor.py", line 186, in _actor_loop
Sep 14 23:48:45 sonope mopidy[462]:     response = self._handle_receive(envelope.message)
Sep 14 23:48:45 sonope mopidy[462]:                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Sep 14 23:48:45 sonope mopidy[462]:   File "/usr/lib/python3.11/site-packages/pykka/_actor.py", line 286, in _handle_receive
Sep 14 23:48:45 sonope mopidy[462]:     return callee(*message.args, **message.kwargs)
Sep 14 23:48:45 sonope mopidy[462]:            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Sep 14 23:48:45 sonope mopidy[462]:   File "/usr/lib/python3.11/site-packages/mopidy/backend.py", line 331, in change_track
Sep 14 23:48:45 sonope mopidy[462]:     uri = self.translate_uri(track.uri)
Sep 14 23:48:45 sonope mopidy[462]:           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Sep 14 23:48:45 sonope mopidy[462]:   File "/var/lib/mopidy/.local/lib/python3.11/site-packages/mopidy_mixcloud/mopidy_mixcloud.py", line 201, in translate_uri
Sep 14 23:48:45 sonope mopidy[462]:     return get_stream_url(uri)
Sep 14 23:48:45 sonope mopidy[462]:            ^^^^^^^^^^^^^^^^^^^
Sep 14 23:48:45 sonope mopidy[462]:   File "/var/lib/mopidy/.local/lib/python3.11/site-packages/mopidy_mixcloud/mixcloud_data.py", line 204, in get_stream_url
Sep 14 23:48:45 sonope mopidy[462]:     logger.warning(de)
Sep 14 23:48:45 sonope mopidy[462]:     ^^^^^^
Sep 14 23:48:45 sonope mopidy[462]: NameError: name 'logger' is not defined
Sep 14 23:48:45 sonope mopidy[462]: WARNING  2023-09-14 23:48:45,022 [462:Core-11 (_actor_loop)] mopidy.core.tracklist
Sep 14 23:48:45 sonope mopidy[462]:   Track is not playable: mixcloud:track:/pinewalkcollection/tape-3-of-6-michael-fierman-10th-anniversary-pavilion-fire-island-pines-august-1991/

I’ve actually run into the same issue on my baremetal install so I think maybe the issue is with Mopidy-Mixcloud’s packaged yt-dl version

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.