miniflux / v2

Minimalist and opinionated feed reader
https://miniflux.app
Apache License 2.0
6.99k stars 727 forks source link

Unable to Parse RSS Feed #2893

Closed psychosispy closed 1 month ago

psychosispy commented 1 month ago

Hello Miniflux Team,

I hope this message finds you well. I am experiencing an issue with the RSS feed parsing. It appears that the following RSS link is not being parsed correctly:

https://www.catsxp.com/zh-hans/rss

Could you please take a look at this issue? I appreciate any help you can provide.

Thank you for your attention to this matter!

fguillot commented 1 month ago

This website reply a 500 error. The problem is not related to Miniflux. You can test with curl:

➜  ~ curl -I https://www.catsxp.com/zh-hans/rss
HTTP/1.1 500 Internal Server Error
Server: nginx/1.27.2
Content-Type: text/html; charset=UTF-8
Connection: keep-alive
Cache-Control: no-cache, private
date: Fri, 18 Oct 2024 03:14:50 GMT
psychosispy commented 1 month ago

This website reply a 500 error. The problem is not related to Miniflux. You can test with curl:

➜  ~ curl -I https://www.catsxp.com/zh-hans/rss
HTTP/1.1 500 Internal Server Error
Server: nginx/1.27.2
Content-Type: text/html; charset=UTF-8
Connection: keep-alive
Cache-Control: no-cache, private
date: Fri, 18 Oct 2024 03:14:50 GMT

Hello, The website had a temporary outage but is now back online. Could you please test the RSS parsing issue again? The problem might be caused by incorrect parsing of the RSS feed. Thank you for your time and help!