We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
Response please..
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: