Antennapod is reporting an error with the comments https://hackerpublicradio.org/comments.rss #68

Open
opened 2024-12-14 08:06:47 +00:00 by ken_fallon · 0 comments
Owner

Error "At line 36. column33: not well-formed
(invalid token)"

Reported by Archer72

https://hackerpublicradio.org/comments.rss

( https://hackerpublicradio.org/comments_rss.php redirects to comments.rss )

# grep comments.rss .htaccess
RewriteRule "^comments_rss.php$" "/comments.rss" [R]

The '&' is not been escaped.

$ wget --quiet https://hackerpublicradio.org/comments_rss.php -O - | xmllint - 
-:36: parser error : xmlParseEntityRef: no name
    <title>Majid says: Mintcast & Thunderbird</title>
Error "At line 36. column33: not well-formed (invalid token)" Reported by Archer72 https://hackerpublicradio.org/comments.rss ( https://hackerpublicradio.org/comments_rss.php redirects to comments.rss ) ``` # grep comments.rss .htaccess RewriteRule "^comments_rss.php$" "/comments.rss" [R] ``` The '&' is not been escaped. ``` $ wget --quiet https://hackerpublicradio.org/comments_rss.php -O - | xmllint - -:36: parser error : xmlParseEntityRef: no name <title>Majid says: Mintcast & Thunderbird</title> ```
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: HPR/hpr_hub#68
No description provided.