Opened 7 years ago
Closed 6 years ago
#3664 closed defect (bug) (fixed)
Trac timeline feed/rss unreachable
Reported by: | Offereins | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Trac | Keywords: | |
Cc: |
Description
This issue was discussed with @ocean90 at #WCEU 2018.
Previously, the RSS feeds of the trac timelines (core's as well as BuddyPress's) were my way of staying up to date of all changes in these projects. Although the feeds still work when visited in the browser, my feed reader Feedly marks them as unreachable since a few weeks. To my knowledge this could be due to a change in the latest Trac update(s).
Can this be fixed? Or should this be reported somewhere else?
Related #3526.
Attachments (1)
Change History (6)
#1
@
7 years ago
- Resolution set to worksforme
- Status changed from new to closed
The RSS feeds are working fine. If you're trying to load a really big feed, with lots of entries, then it will timeout. So, don't load a big timeline feed. But other than that, nothing has changed.
#2
@
7 years ago
- Resolution worksforme deleted
- Status changed from closed to reopened
This is broken @Otto42 - we are returning a 403 to the feedly UA:
curl -I -A 'Feedly/1.0' "https://core.trac.wordpress.org/timeline?changeset=on&max=50&authors=&daysback=90&format=rss" HTTP/1.1 403 Forbidden Server: nginx Date: Fri, 15 Jun 2018 15:39:21 GMT Content-Type: text/html Content-Length: 162 Connection: keep-alive
#3
@
7 years ago
Well, if it's only for their UA, then it is probably a question for Systems then. Did we block feedly for a specific reason? Are they hitting it too often? Etc.
#4
@
7 years ago
- Keywords pending-systems added
Feedly is indeed intentionally blocked, submitted a Systems ticket https://make.wordpress.org/systems/2018/06/20/feedly-rss-blocking/
Feedly marks trac timeline feeds as unreachable