Feeds from tumblr.com gives 403 #3806
|
For example https://foxes-in-love.tumblr.com/rss Curl works: $ curl -I https://foxes-in-love.tumblr.com/rss When I try to subscribe with News i Nextcloud I get 403: HTTP 403 Client Error: https://foxes-in-love.tumblr.com/rss Nextcloud 34.0.0.12 / News 28.6.0 |
Replies: 1 comment 1 reply
|
Are you subscribed to multiple tumbler feeds? If so how many? It seems like they are not blocking news in general I was able to subscribe to that example feed from my server. Therefore my guess is that you have multiple feeds you are subscribed to and they have a rate limit. We do not have a direct solution for that. The only thing you could try is to activat the alternative update mode, check the admin settings for news. I think it is also in our docs. That will change how feeds are fetched based on content updates but might not help here. Would be cool if you try and see over the next days and give feedback. It is clear that news is missing a feature to delay updates from the same source (like tumbler) but there is currently no plan to add that. |
Are you subscribed to multiple tumbler feeds?
If so how many?
It seems like they are not blocking news in general I was able to subscribe to that example feed from my server. Therefore my guess is that you have multiple feeds you are subscribed to and they have a rate limit.
We do not have a direct solution for that. The only thing you could try is to activat the alternative update mode, check the admin settings for news. I think it is also in our docs.
That will change how feeds are fetched based on content updates but might not help here.
Would be cool if you try and see over the next days and give feedback.
It is clear that news is missing a feature to delay updates from the same sourc…