Blog name: Stuart Clark - Experimenting with Druxt
Drupal-Planet tagged feed URL: https://stuar.tc/planet-drupal.xml

Comments

Deciphered created an issue. See original summary.

apaderno’s picture

Status: Active » Needs review
apaderno’s picture

Status: Needs review » Needs work

I added the feed (https://www.drupal.org/aggregator/sources/2010), but when I click on update items, I get the following error.

The feed from Stuart Clark - Experimenting with Druxt seems to be broken, because of error "Attribute without value" on line 4.

It doesn't then aggregate articles from the feed.

apaderno’s picture

The error is shown by aggregator_parse_feed() when xml_parse() fails to parse the feed.

I could not say what the error means, as I don't see any missing attributes.

<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
    <channel>
        <title>Stuart Clark - Experimenting with Druxt</title>
        <link>https://stuar.tc/planet-drupal.xml</link>
        <description>Stuart Clark's Planet Drupal feed.</description>
        <lastBuildDate>Tue, 26 Apr 2022 02:55:46 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/nuxt-community/feed-module</generator>
        <item>

I know there are reports about errors caused by feeds created on Github, on this queue.

Deciphered’s picture

Thanks, I'll investigate further.

Deciphered’s picture

Status: Needs work » Needs review

I’ve updated the feeds to include the atom:link, should resolve the issue

apaderno’s picture

Assigned: Unassigned » apaderno
Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.