• I’m trying to embed a podcast from the Media Library using the shortcode, and a post ID, and get the following error when trying to play the podcast: “Network Issue
    Couldn’t load the audio files from the server. Maybe you don’t have connectivity to the internet or the host is not available.”

    I looked at the source code generated by the plugin, and the ‘audio’ object is basically empty. It looks like:

    "audio":[{
      "mimeType":null,
      "url":"",
      "size":null,
      "title":""
    }]

    The plugin version is 5.5.0, the WordPress version is 5.9.3

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Thread Starter starepod

    (@starepod)

    I realize now that I expected the plugin to work in a way that it was not intended to. Sorry, not really up on podcast technology.

    I dug through the code and was able to make the shortcode work with an attachment post ID by adding around eight short lines of code in one function.

    While I’m confident that you and your team could figure it out yourself if you wanted to, I’d be happy to share my solution, if only to get your input on a better one.

Viewing 1 replies (of 1 total)
  • The topic ‘Audio source URL empty’ is closed to new replies.