Show setup not working / Feed not recognized for #64
|
Hi OP3 team, I'm trying to get my podcast set up on OP3, but the setup process isn't recognizing my feed and no show dashboard is being generated.
Details:
curl -I "https://op3.dev/e/media.githubusercontent.com/media/Kfir-G/kfir-g.github.io/refs/heads/main/docs/podcast/audio-files/episode1-jod35.mp3"
# Output: HTTP/2 302
However, searching for https://kfir-g.dev/podcast/feed.xml on Could you please help check if there's an ingestion error or an issue with how the feed is being parsed? Thanks! Kfir |
Replies: 2 comments
|
Your feed and the OP3 prefix itself look OK from the outside. I can fetch The likely mismatch is the setup page flow, not the enclosure URL. In OP3 source, the setup UI first calls Your current RSS does not include the Podcasting 2.0 namespace or a channel-level
So I would not start by changing the If that matches what you see after checking Podcast Index, please mark this as answered so the next direct-feed setup case is easier to recognize. |
|
In general - OP3 pages are created for shows that are meant to be public, to avoid listing "private" feeds. One way for OP3 to know that your show is public is to add it to either the Podcast Index or Apple Podcasts directory. Since you asked here, I've added it to the Podcast Index myself - now that feed will appear in search and your OP3 stats page will start generating in tonight's run. |
In general - OP3 pages are created for shows that are meant to be public, to avoid listing "private" feeds. One way for OP3 to know that your show is public is to add it to either the Podcast Index or Apple Podcasts directory.
Since you asked here, I've added it to the Podcast Index myself - now that feed will appear in search and your OP3 stats page will start generating in tonight's run.