appcast parse error

Asked by Scott Ribe

I'm staring at this until I'm going blind, and I just don't see what's wrong with this app cast (I'm seeing "An error occurred while parsing the update feed" in the console):

<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>fScanX Change Log</title>
    <link>http://www.elevated-dev.com/Products/fScanX/releases/appcast.xml</link>
    <description>Most recent changes with links to updates.</description>
    <language>en</language>
    <item>
     <title>Version 1.7.1</title>
     <sparkle:releaseNotesLink>http://www.elevated-dev.com/Products/fScanX/releases/1.7.1.html</sparkle:releaseNotesLink>
     <pubDate>Sun, 25 Sep 2011 21:22:09 -0400</pubDate>
     <enclosure url="http://www.elevated-dev.com/Products/fScanX/releases/fScanX_1.7.1.zip" length="1578072" type="application/octet-stream" sparkle:version="2011.09.24" sparkle:shortVersionString="1.7.1" sparkle:dsaSignature="MCwCFBki0/yROP/IgVufjamKYDU9kd4SAhQZEMB41JK88CwH4sBYUVmSDrJdSg==" />
    </item>
  </channel>
</rss>

Question information

Language:
English Edit question
Status:
Answered
For:
Sparkle Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Andy Matuschak (andymatuschak) said :
#1

This feed parses okay for me using the latest Github HEAD, so either your web server is adding some additional content (confusing the parser—try "curl http://myfeedurl" and check the output), or it's a bug we've fixed since 1.5b6.

Can you help with this problem?

Provide an answer of your own, or ask Scott Ribe for more information if necessary.

To post a message you must log in.