• Resolved jadijadi

    (@jadijadi)


    I’m blogging at jadi.net and my postcast feed is https://jadi.net/podcast . Everything used to work fine till a few weeks ago but the 2 last podcasts are having problems.

    When checking the feed at https://jadi.net/tag/podcast/feed/ the 2 last podcasta (057 and 056) are not having the enclosure tag in them but the next one 055 has it:

    <enclosure url="https://jadi.net/audio/jadi-net_radio-geek_055_judge-konin.mp3" length="18723432" type="audio/mpeg" />
    <enclosure url="https://jadi.net/audio/jadi-net_radio-geek_055_judge-konin.ogg" length="17981155" type="audio/ogg" />

    I have tried many things but still I can not make it work. The files are on the server and I can play them by pointing the browser directly to the mp3 links in the posts.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter jadijadi

    (@jadijadi)

    I’m using cloudflare ssl service. Is this related?

    Thread Starter jadijadi

    (@jadijadi)

    Fixed it. First I checked the problematic posts ID in wp_postmeta table:

    SELECT * FROM wp_postmeta WHERE post_id = 13901;

    There were 50+ _encloseme fields. This means one _encloseme is created each time I saved the post but the wp-cron is not processing them. After some troubleshooting, adding this linke to wp-config.php fixed the problem by starting the wp-cron.php on each site visit:

    define('DISABLE_WP_CRON', false);
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘wordpress is not adding 'enclosure' of mp3 files to feeds anymore’ is closed to new replies.