Making WordPress.org

Opened 7 weeks ago

Closed 7 weeks ago

#7984 closed defect (bug) (fixed)

planet.wordpress.org/feed is broken

Reported by: johnbillion's profile johnbillion Owned by: aidvu's profile aidvu
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)

#1 @dd32
7 weeks ago

  • Owner set to aidvu
  • Status changed from new to assigned

#3 in reply to: ↑ description @aidvu
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.

#4 @dd32
7 weeks ago

  • Resolution set to fixed
  • Status changed from assigned to closed
Note: See TracTickets for help on using tickets.