My Feeds Don't Exist

Hi,

OK Thought I was doing OK, but having problems now I’ve published the episode. The webplayer just hangs when you click play, the streaming arrows appear in the progress bar and nothing happens and when I click on the links for the feeds I get 404 not found on server. The Podlove dash is has errors with the feed validation. The files are hosted on Libsyn and they appear in my episode post OK but I can’t validate my feeds, does anyone have any ideas?

This is the out put from the Support tool BTW, sorry should have added this first time round

Website http://www.thetechshed.org
PHP Version 5.4.16
WordPress Version 4.3
Publisher Version 2.2.4
Web Player Version 2.0.17
Twig Version 1.18.1
open_basedir ok
curl Version 7.29.0
iconv available
simplexml ok
max_execution_time 30
upload_max_filesize 100M
memory_limit 256M
disable_classes
disable_functions
permalinks ok (/index.php/%year%/%monthnum%/%day%/%postname%/)
podlove_permalinks ok
podcast_settings ok
web_player ok
podlove_cache on
assets
mp3 audio/mpeg
ogg audio/ogg

0 errors
0 notices
Nice, Everything looks fine!

Regards

Olly

Interesting. It looks like a bug in the WordPress feed url generation.

The generated URL is http://www.thetechshed.org/feed/mp3/ but it should be http://www.thetechshed.org/index.php/feed/mp3/. Funnily enough, WordPress manages to generate correct URLs for its own blog feed.

I have to dig deeper to find out how to fix it. For now I can only recommend you to simplify your permalink structure. Removing /index.php will probably fix the issue.

Thanks Eric, I’ll give that a try.

Regards

Olly

Thanks Eric,

Changing the permalink structure worked, webplayer and RSS feeds are now all good.

Regards

Olly