miniflux / v2

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

Feed xml reachable from browser but times out in miniflux #1751

Open JoeJoeTV opened 1 year ago

JoeJoeTV commented 1 year ago

The feed https://www.minecraft.net/en-us/feeds/community-content/rss is reachable from a browser just fine and the build-in RSS reader of Vivaldi can also subscribe to this feed just fine. When I try to add the feed in miniflux, I just get Website unreachable, the request timed out after 20 seconds. I have also tried changing the User Agent a bit without luck.

When I just try to use curl without any parameters to get the URL, I get back:

<HTML><HEAD>
<TITLE>Access Denied</TITLE>
</HEAD><BODY>
<H1>Access Denied</H1>

You don't have permission to access "http&#58;&#47;&#47;www&#46;minecraft&#46;net&#47;en&#45;us&#47;feeds&#47;community&#45;content&#47;rss" on this server.<P>
Reference&#32;&#35;18&#46;8f7d1302&#46;1679005774&#46;e1d8935
</BODY>
</HTML>
guest20 commented 1 year ago

I see the same thing:

Maybe you can try the "set cookie" option on the feed?

JoeJoeTV commented 1 year ago

I just tried copying the user-agent and cookie headers and adding them when trying to subscribe with miniflux with no luck, still the same issue.