miniflux / v2

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

javamagazine won't work #1389

Open mishka81 opened 2 years ago

mishka81 commented 2 years ago

Can't add https://blogs.oracle.com/javamagazine/rss in my reader : image

Do you know is there is some kind of filtering on their side ? It works in Feedly ...

I have Miniflux 2.0.34

fguillot commented 2 years ago

This website has some bot protection and it's blocking Miniflux. Try to change the user agent to something else, for example curl/7.74.0 (works for me). You might also need to increase the default HTTP client timeout.

mishka81 commented 2 years ago

Thanks, I confirm it works overriding the user agent.

I have truncated content now, and getting the original content results in a HTTP 500 error with this log :

I have this log : [ERROR] [HTTP:Internal Server Error] /entry/download/4029 => This website is temporarily unreachable (original error: "read tcp 192.168.64.3:48872->104.68.70.84:443: read: connection timed out")

Any trick for this ?

Note : i increased the HTTP timeout to 240 seconds

Does the user agent override is also taken into account ?