-
-
Notifications
You must be signed in to change notification settings - Fork 9
OP3 Prefix Not Found #30
Hello everyone, I have just set up a new podcast, the first episode has been posted and the RSS is here:
https://fblive.yourpodcast.agency/feed/podcast/football-live/
Whenever I try to Set Up on op3.dev, I get the OP3 Prefix not found message. It also says No Episodes.
The URL of the first episode is https://op3.dev/e/fblive.yourpodcast.agency/podcast-download/17/football-live-podcast-20-21-april-2024.mp3?ref=download
I have clearly done something wrong, can someone steer me in the right direction?
I am self-hosting the podcast using Wordpress and the Seriously Simple Podcasting plugin.
All reactions
Replies: 5 comments 3 replies
Hi there, it doesn't look like your first episode is actually in your rss feed yet
currently, https://fblive.yourpodcast.agency/feed/podcast/football-live/ has no episodes
imageif no episodes are in the feed, there is nothing for podcast players to play! : )
All reactions
That does make sense, but here is the RSS Feed as I see it:
`
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
xmlns:googleplay="http://www.google.com/schemas/play-podcasts/1.0"
xmlns:podcast="https://podcastindex.org/namespace/1.0"
>
<channel>
<title>The Football Live Podcast</title>
<atom:link href="[https://fblive.yourpodcast.agency/feed/podcast/football-live/](view-source:https://fblive.yourpodcast.agency/feed/podcast/football-live/)" rel="self" type="application/rss+xml"/>
<link>https://fblive.yourpodcast.agency/series/football-live/</link>
<description>Football Live is exclusive to Brila FM, providing top class, live coverage of the major leagues in Europe to the people of Nigeria. Our show is regularly listened to by audiences on several million in Nigeria but it is available globally for you to listen to live.</description>
<lastBuildDate>2024年4月25日 17:05:05 +0000</lastBuildDate>
<language>en-US</language>
<copyright>© Football Live</copyright>
<itunes:subtitle>The biggest football show on Earth!</itunes:subtitle>
<itunes:author>Football Live</itunes:author>
<itunes:summary>Football Live is exclusive to Brila FM, providing top class, live coverage of the major leagues in Europe to the people of Nigeria. Our show is regularly listened to by audiences on several million in Nigeria but it is available globally for you to listen to live.</itunes:summary>
<itunes:owner>
<itunes:name>Football Live</itunes:name>
<itunes:email>buono@buono.net</itunes:email>
</itunes:owner>
<itunes:explicit>false</itunes:explicit>
<itunes:image href="[http://fblive.yourpodcast.agency/wp-content/uploads/2024/04/channels4_profile_upscayled_4x.jpg](view-source:http://fblive.yourpodcast.agency/wp-content/uploads/2024/04/channels4_profile_upscayled_4x.jpg)"></itunes:image>
<image>
<url>http://fblive.yourpodcast.agency/wp-content/uploads/2024/04/channels4_profile_upscayled_4x.jpg</url>
<title>The Football Live Podcast</title>
<link>https://fblive.yourpodcast.agency/series/football-live/</link>
</image>
<itunes:category text="Sports">
<itunes:category text="Soccer"></itunes:category>
</itunes:category>
<googleplay:author><![CDATA[Football Live]]></googleplay:author>
<googleplay:email>buono@buono.net</googleplay:email> <googleplay:description>Football Live is exclusive to Brila FM, providing top class, live coverage of the major leagues in Europe to the people of Nigeria. Our show is regularly listened to by audiences on several million in Nigeria but it is available globally for you to listen to live.</googleplay:description>
<googleplay:explicit>No</googleplay:explicit>
<googleplay:image href="[http://fblive.yourpodcast.agency/wp-content/uploads/2024/04/channels4_profile_upscayled_4x.jpg](view-source:http://fblive.yourpodcast.agency/wp-content/uploads/2024/04/channels4_profile_upscayled_4x.jpg)"></googleplay:image>
<podcast:locked owner="buono@buono.net">yes</podcast:locked>
<podcast:guid>96d445a4-b27f-5524-b1fd-52ef55be2a5c</podcast:guid>
<!-- podcast_generator="SSP by Castos/3.2.0" Seriously Simple Podcasting plugin for WordPress (https://wordpress.org/plugins/seriously-simple-podcasting/) -->
<generator>https://wordpress.org/?v=6.5.2</generator>
<title>Football Live Podcast 20/21 April 2024</title>
https://fblive.yourpodcast.agency/podcast/football-live-podcast-20-21-april-2024/
2024年4月25日 16:57:27 +0000
https://fblive.yourpodcast.agency/?post_type=podcast&p=17
https://fblive.yourpodcast.agency/wp-content/uploads/2024/04/channels4_profile_upscayled_4x.jpg
<title>Football Live Podcast 20/21 April 2024</title>
false
no
9:13
No
no
`
Could be some caching going on??
All reactions
dunno, just hit it from another machine, and no items either
is it a cms thing, marked as private or something? ie try it in a private browser tab
All reactions
Different browser gave me the same results as you. I turned off nginx on the host, refreshed and now get the episode.
But still the OP3 error.
Thanks for your help so far.
All reactions
Ok, feed looks good
Now you may want to disable any "bot mode" or captcha challenges for the feed url itself, you want to make it as available as possible to the hundreds of podcast app/service pollers that will be hitting it.
Looks like requests from Cloudflare (where OP3 runs) are getting challenges:
status: 202,
headers: [
[ "cache-control", "no-store,no-cache,max-age=0" ],
[ "content-type", "text/html" ],
[ "date", "Thu, 25 Apr 2024 18:51:31 GMT" ],
[ "expires", "Thu, 01 Jan 1970 00:00:01 GMT" ],
[ "host-header", "8441280b0c35cbc1147f8ba998a563a7" ],
[ "set-cookie", "nevercache-b39818=Y;Max-Age=-1" ],
[ "sg-captcha", "challenge" ],
[ "transfer-encoding", "chunked" ],
[ "x-proxy-cache-info", "DT:1" ],
[ "x-robots-tag", "noindex" ]
],
All reactions
Thank you John! That seems to be applied at the host level. I will raise a ticket to look into that.
All reactions
The host has added op3.dev to the whitelist and the error is gone!
Thank you for your wonderful support, John!
All reactions
-
👍 1
hey that's great - welcome aboard
All reactions
-
👍 1