Freshrss: add Feed error

Created on 12 Mar 2018  路  10Comments  路  Source: FreshRSS/FreshRSS

Fresh Rss does not accept all the feed links, and i get this error:
A feed could not be found at https://Myfeed; the status code is 200 and content-type is `` [https://Myfeed]
I tried to force the feed but the problem persists
and i have also this error:
cURL error 28: Operation timed out after [Number]
where could the problem be ??

Feed problem Vote to close

All 10 comments

To help you debug that, you should provide:

  • the feed url
  • your config
  • you log

Thank you

feed url: http://nvd.nist.gov/download/nvd-rss.xml
error: cURL error 28: Operation timed out after 15673 milliseconds with 16075 out of 276396 bytes received [http://nvd.nist.gov/download/nvd-rss.xml]

feed url2: https://www.securityfocus.com/rss/vulnerabilities.xml
Log: A feed could not be found at https://www.securityfocus.com/rss/vulnerabilities.xml; the status code is 200 and content-type is `` [https://www.securityfocus.com/rss/vulnerabilities.xml]

config i am using a proxy (in config.default.php)
installation verification all is Green
thx in advance

For info, the first feed is valid W3C and SimplePie, the second feed is not valid W3C but valid SimplePie.

1) The feed is permanently redirected to HTTPS. Try with https://nvd.nist.gov/download/nvd-rss.xml instead. The error is a timeout, meaning that either the feed was temporarily slow (as it seems to work fine for me right now), or your connection from your server was too slow. You can try again. If the problem persists, it is possible to increase FreshRSS timeout (15 seconds by default).
In ./data/config.php on the following model:
https://github.com/FreshRSS/FreshRSS/blob/32e9d3a5a17edd33ed19158bf567c857fb4fea78/config.default.php#L85-L86

2) Guessing from https://www.securityfocus.com/rss/index.shtml dated today, it seems like they have made some changes to their RSS feeds, and you might have tried at a wrong time (during which a bad HTTP Content-Type was sent). It works for me (despite a few remaining warnings).

Edit: the article was not dated, and not dated from today, my bad.

I encreased the timeout but the problem isn't resolved yet and i still have the same problem for the second link, where do you think the prolem is ?? configuration, bandwidth or something else?? thank you

an other question that i had in mind, how can i have the same output (view) for all the users, what should i configure ?? thank you

Could you please tell us your FreshRSS version, operating system, PHP version?

For your feeds, please report the output of the following command, run from the same server than your FreshRSS:

time curl -v -m 20 'https://nvd.nist.gov/download/nvd-rss.xml'

time curl -v -m 20 'https://www.securityfocus.com/rss/vulnerabilities.xml'

For the output view:

  • For existing user, you can edit ./data/users/*/config.php using e.g. sed. See view_mode.
  • For future users, you can either edit like at previous step, or edit ./config-user.default.php (please note that this file will be overridden during a FreshRSS upgrade.
  • i am running FreshRss version 1.10.1 on a Centos v7 server with php version 7.0.27;

  • in the output of the commands i do have a curl : (7) Network unreachable for both links (may be it's a network problem??) :

cURL error 7: Failed to connect to XXXX:XXXX:XXXX:XXX::XXXX: Network is unreachable [https://nvd.nist.gov/download/nvd-rss.xml]

  • For the "view_mode" what are the options available apart from "normal"

Thank you again

If the cURL command does not work, then it cannot work in FreshRSS. Please post the full output of the errors.
You can try to compare your outputs with another machine. It could be that your IP or IP range has been blocked, or another network issue.
For the views, as visible from the Web UI, there is "normal", "reader", "global".

No activity, for the past 2 years. We might close this.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

uncovery picture uncovery  路  4Comments

Glaived picture Glaived  路  5Comments

Tealk picture Tealk  路  5Comments

Paxistatis picture Paxistatis  路  3Comments

mbnoimi picture mbnoimi  路  4Comments