Okay
  Public Ticket #2172572
i run my podcast on anchor - does the plugin work?
Closed

Comments

  • Johannes Nefischer started the conversation

    Hi i run my podcast on achor


    and would like to use your plugin 


    does it add new episodes automatically when i post them on anchor?


    thanks

  •  1,103
    Max replied

    You could use our theme to stream anchor podcast and also sync your anchor episodes directly with the theme. 

    Keep your podcast and RSS feed synchronized with your existing hosting


    But if you are refering to our MP3 Audio Player Pro (https://sonaar.io/free-mp3-music-player-plugin-for-wordpress/) unfortunately, that wont be possible.

    Thanks,


    Max from the Sonaar.io Crew

  • George Yasbic replied

    Hi there,
    I have copied the PHP code that you mentioned in your reply and it was working, however now it has stopped and returns this error:

    There was a problem spawning a call to the WP-Cron system on your site. This means WP-Cron events on your site may not work. The problem was:
    cURL error 35: error:14094410:SSL routines:ssl3_read_bytes:sslv3 alert handshake failure

    This is the code:

    // Anchor FM Auto Import
    // Set up the environment
    if ( ! defined('ABSPATH') ) {
        require_once( dirname( dirname( dirname( dirname( __FILE__ ) ) ) ) . '/wp-load.php' );
    }
    require_once( ABSPATH . 'wp-admin/includes/admin.php' );
    define( 'WP_LOAD_IMPORTERS', true );
    require_once IRON_MUSIC_DIR_PATH . 'includes/rss-importer/class-podcast-rss-import.php';
    // run function
    Sonaar_RSS_Import::run_import( 'https://anchor.fm/s/a3a5f84/podcast/rss', $import_category = 9, $import_attachments = true, $import_settings = false );


    Any idea how to fix this?

  •  1,103
    Max replied

    Hi,

    I think you are using an outdated curl version.

    From what I read, this error message seems to be caused by outdated server CURL/OpenSSL https://wordpress.org/support/topic/curl-error-35-error14077410ssl-routines/ Your server is trying to communicate using an old insecure protocol.

    Please check directly with your web hosting so they can update/fix that Curl issue for you.

    Thanks,


    Max from the Sonaar.io Crew