RSS broken?
was working yesterday. Can't refresh and a re-add says "that page has no feeds"
This topic was created by Nematode .
Sorry to hear you're having problems with the feeds.
Which URL are you having problems with, and with which program?
The "standard" headlines/homepage one is working quite fine from my end:
$ for t in rss atom; do curl -vso/dev/null "https://www.theregister.co.uk/headlines.$t" 2>&1 | grep -e HTTP/1.1 -e Content- ; done
> GET /headlines.rss HTTP/1.1
< HTTP/1.1 200 OK
< Content-Type: application/rss+xml
< Content-Length: 35993
> GET /headlines.atom HTTP/1.1
< HTTP/1.1 200 OK
< Content-Type: application/atom+xml
< Content-Length: 47604
If you have more info & steps to reproduce, please have a look at https://www.theregister.co.uk/Page/problem.html and contact us with those info. Hopefully we'll get it sorted easily.