Closed d2weber closed 4 months ago
I also noticed that the latest Episode available in Youtube Music is Rama with Glen De Cauwsemaecker
from 2024-05-19 and that What's New in Rust 1.72 and 1.73
from 2024-06-18 isn't available. This looks related given the similar time frame of when the issue started.
Though it looks like the switch to Cloudflare d466a9f17888c211b172637ac244549fd03cd7a6 was before the former 2933d9098c84878d8d7a077b0be73df7feeb9ff5 and before the next episode b01adb43ff3d62d4186bfce8dfffa1a71b7019d5 only the 404 page was added 4ce48cf45248daa7886d61d027ad04e89b6460e3 69a0528310451eedc4f79ab4fdc91477597edd97
Though I don't see a cloudflare-pages bot comment on the former episode's pr only on the next. So it looks like this matches the switch to cloudflare-pages.
Since a coulpe of weeks (maybe scince the website is hosted on Cloudflare) AntennaPod fails to sync saying:
This happens with https://rustacean-station.org/podcast.rss
If I however use the github hosted file (https://rustacean-station.github.io/rustacean-station.org/podcast.rss) it works just fine.
A comparison of the HTTP Headers revealed a difference that might be the culprit: on Cloudflare its
instead of
Maybe the charset header is requried by AntennaPod (because the charset tag is set within the rss file).
For completness I also append the (somewhat uniformative) AntennaPod logs: (Actually this might be a bug in xmlpull)