Skip to content

Feed error #5

@hansb

Description

@hansb

Hi,

The script keeps giving me an error:

[23:09:01] RSS Malformed Feed: Tag not closed: ""
[23:09:01] RSS Error: Unable to parse feed properly, parser returned error. "http://www.andromada.net/index.php?action=.xml;type=rss2"

I validated the feed, it's fine.

I tried replacing the following line:
incr tmp_num [regexp -all -- "<$tag_name(|.[^>]+)>" [string range $xml_data
$last_tag_end_last $tag_end_last]]

with:
incr tmp_num [regexp -all -- "<$tag_name([\s\t\n\r]+([^/>]*)?)?>" [string
range $xml_data $last_tag_end_last $tag_end_last]]

and

incr tmp_num [regexp -all -- "<$tag_name(| [^>]+)>" [string range $xml_data $last_tag_end_last $tag_end_last]]

But i still can't get it working, do you have a solution for me?

Regards,
Lucas

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions