Viewing 1 replies (of 1 total)
  • Plugin Author SecondLineThemes

    (@secondlinethemes)

    Hi @eddietheaxe,

    That’s odd, looks like there’s something wrong with the encoding of your RSS feed. Any chance you could reach out to Libsyn and check if they can see an encoding issue on their side?

    Otherwise, you can try editing the plugin’s files –
    Find /app/Helper/Importer.php line 144:
    $this->feedXML = simplexml_load_string($result );
    Replace with:
    $this->feedXML = simplexml_load_string( utf8_encode( $result ) );

    We’ll make some further tests and see if there’s a need to push an update to the plugin.

Viewing 1 replies (of 1 total)
  • The topic ‘Error! Your feed does not contain any episodes.’ is closed to new replies.