You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I guess the problem are the HTTP headers sent to the web server. I tried using '''openssl s_client -connect fcbayern.com:443'''.
The minimum of required HTTP headers to receive to feed seems to be:
Update the feed: occ news:updater:update-feed USER FEED_ID
"cURL error 28: Operation timed out after 60001 milliseconds with 0 bytes received ..."
System Information
News app version: 24.0.0
Nextcloud version: 27.1.4
Cron type: system cron
PHP version: 8.1.20
Database and version: mariadb 10.6.14
Browser and version: Firefox 120.0.1
OS and version: Gentoo
Contents of nextcloud/data/nextcloud.log
{"reqId":"DgV5dVH2RiYCdVRFfoAa","level":1,"time":"2023-12-02T07:40:34+00:00","remoteAddr":"","user":"--","app":"news","method":"","url":"--","message":"hitting https://fcbayern.com/de/api/rss/contentliste/news","userAgent":"--","version":"27.1.4.1","data":{"app":"news"}}
{"reqId":"DgV5dVH2RiYCdVRFfoAa","level":2,"time":"2023-12-02T07:41:34+00:00","remoteAddr":"","user":"--","app":"news","method":"","url":"--","message":"https://fcbayern.com/de/api/rss/contentliste/news readerror : cURL error 28: Operation timed out after 60002 milliseconds with 0 bytes received (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://fcbayern.com/de/api/rss/contentliste/news","userAgent":"--","version":"27.1.4.1","data":{"app":"news"}}
Contents of Browser Error Console
Didn't use browser.
The text was updated successfully, but these errors were encountered:
you can check this by using this website: https://webhook.site and adding the unique url as new feed.
Of course that url does not have any feed but you can see what the first request looks like on your system
IMPORTANT
Read and tick the following checkbox after you have created the issue or place an x inside the brackets ;)
Explain the Problem
What problem did you encounter?
Fetching the feed https://fcbayern.com/de/api/rss/contentliste/news times out.
I guess the problem are the HTTP headers sent to the web server. I tried using '''openssl s_client -connect fcbayern.com:443'''.
The minimum of required HTTP headers to receive to feed seems to be:
Even just swapping the two lines starting with "Accept" results in no results and a hanging connection:
What HTTP headers are used by the News app?
How can I debug that?
Steps to Reproduce
Explain what you did to encounter the issue
System Information
Contents of nextcloud/data/nextcloud.log
Contents of Browser Error Console
Didn't use browser.The text was updated successfully, but these errors were encountered: