Opened 18 months ago
Closed 18 months ago
#7102 closed defect (bug) (duplicate)
RSS error on https://make.wordpress.org/latest/ page.
Reported by: | sumitsingh | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Make (Get Involved) / P2 | Keywords: | has-screenshots |
Cc: |
Description
Hi,
I have visited this page and I can see the API error type in the "Five for the Future" section. for more information you can see mentioned screenshot.
thank you
Attachments (2)
Change History (5)
#1
@
18 months ago
- Component changed from WordPress.org Site to Make (Get Involved) / P2
This is because openrss.org doesn't like WordPress UA's, that RSS block should be removed and replaced with something else I guess.
$ curl -is https://openrss.org/github.com/wordpress/five-for-the-future/issues -H 'User-Agent: WordPress' | grep ^HTTP HTTP/1.1 500 Internal Server Error $ curl -is https://openrss.org/github.com/wordpress/five-for-the-future/issues -H 'User-Agent: Example' | grep ^HTTP HTTP/1.1 200 OK
#2
@
18 months ago
Hey,
I have created this plugin to get the latest GitHub Issue. anyone can try in staging and any WP site. just let me know if it is working fine or not, please.
you can install the plugin and call created shortcode [five-for-the-future]. More information you can see the plugin description.
Thank you
Note: See
TracTickets for help on using
tickets.
RSS Error: A feed could not be found at
https://openrss.org/github.com/wordpress/five-for-the-future/issues
; the status code is500
and content-type istext/plain; charset=utf-8