Opened 7 weeks ago
Closed 7 weeks ago
#7984 closed defect (bug) (fixed)
planet.wordpress.org/feed is broken
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Planet (planet.wordpress.org) | Keywords: | |
Cc: |
Description
See https://planet.wordpress.org/feed/.
<?xml version="1.0"?> <rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"> <channel> <title><TMPL_VAR name ESCAPE="HTML"></title> <link><TMPL_VAR link ESCAPE="HTML"></link> <language>en</language> <description><TMPL_VAR name> - <TMPL_VAR link ESCAPE="HTML"></description> <TMPL_LOOP Items> <item> <title><TMPL_VAR channel_name><TMPL_IF title>: <TMPL_VAR title ESCAPE="HTML"></TMPL_IF></title> <guid><TMPL_VAR id ESCAPE="HTML"></guid> <link><TMPL_VAR link ESCAPE="HTML"></link> <TMPL_IF content> <description><TMPL_VAR content ESCAPE="HTML"></description> </TMPL_IF> <pubDate><TMPL_VAR date_822></pubDate> <TMPL_IF author> <dc:creator><TMPL_VAR author></dc:creator> </TMPL_IF> </item> </TMPL_LOOP> </channel> </rss>
This is resulting in the News widget in WordPress dashboards showing the following error:
RSS Error: https://planet.wordpress.org/feed/ is invalid XML, likely due to invalid characters. XML error: > required at line 6, column 24
Change History (4)
#3
in reply to:
↑ description
@
7 weeks ago
While upgrading the web host OSes, had to update and migrate the Planet RSS Feed Aggregator to a python3 compatible version. It is using a new templating engine, and I didn't update the opml/rss20 templates.
Updated and regenerated the files. Should be fixed now.
Note: See
TracTickets for help on using
tickets.