jgonyea / grav-plugin-podcast

GravCMS plugin that creates podcast channel and podcast episode page templates along with a podcast RSS feed.
MIT License
18 stars 7 forks source link

HTML page generated instead of RSS feed #42

Closed ianharrier closed 2 years ago

ianharrier commented 2 years ago

Something similar to #35 might be happening again. Both my .rss URL and @hiperterminal's .rss URL seem to be generating the HTML page rather than the RSS feed.

In my case, I'm running:

I've tried reading through the source code for the podcast plugin, but I'm not great with modern PHP, so I'm not exactly sure what to look for to troubleshoot. Please let me know what I can do to help!

Thank you!

jgonyea commented 2 years ago

Thanks for the info!

I'll look at this shortly

jgonyea commented 2 years ago

I think the issue stems from the Feed plugin. For now, rollback the feed plugin to version 1.8.1 as the current workaround, @ianharrier

ianharrier commented 2 years ago

Thank you! I can confirm that rolling the Feed plugin back to 1.8.1 resolves the issue.

jgonyea commented 2 years ago

Glad it's working for you again. I'll try to find out if there's something I'm doing wrong with the podcast plugin with regards to the feed plugin.

jgonyea commented 2 years ago

This is now fixed in Podcast v3.0.3. Resave existing content will automatically fix the header to include the appropriate fields. New content will contain the fields automatically.

ianharrier commented 2 years ago

3.0.3 fixed the issue for me. Thank you, @jgonyea!