WordPress.org

Making WordPress.org

Opened 3 years ago

Closed 3 years ago

#3664 closed defect (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)

feedly-trac-unreachable.png (35.2 KB) - added by Offereins 3 years ago.
Feedly marks trac timeline feeds as unreachable

Download all attachments as: .zip

Change History (6)

@Offereins
3 years ago

Feedly marks trac timeline feeds as unreachable

#1 @Otto42
3 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 @westi
3 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 @Otto42
3 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 @dd32
3 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/

#5 @pento
3 years ago

  • Keywords pending-systems removed
  • Resolution set to fixed
  • Status changed from reopened to closed

Feedly is unblocked now. 🎉

Note: See TracTickets for help on using tickets.