Error retrieving update information

Asked by Seb J

Hi,

When I check for updates in my application I get an error: "An error occurred in retrieving update information. Please try again later." The console also adds: "(continued): An error occurred while parsing the update feed."

My appcast is actually in my Dropbox public folder: http://dl.dropbox.com/u/1928425/Aide.xml . My application is version 0.4.3 . I have put SUPublicDSAKeyFile and SUFeedURL in my Info.plist and added the values for both.

Any ideas or help would be appreciated!

Thanks!

Question information

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

You close the item element but never actually open it.

Revision history for this message
Seb J (magicseb) said :
#2

Thanks, I don't have an error now, but now my application insists that there is no newer version. Even when I change it's Info.plist back to 0.3 instead of 0.4

Revision history for this message
Andy Matuschak (andymatuschak) said :
#3

You have to specify the version of each update in the appcast. See an example feed: http://andymatuschak.org/files/sparkletestcast.xml

Revision history for this message
Seb J (magicseb) said :
#4

I'm pretty sure I specified the version of the update, I've been using that testcast as a guide.

Revision history for this message
Andy Matuschak (andymatuschak) said :
#5

Sparkle reads the version from the sparkle:version attribute you can see demonstrated in the testcast.

Revision history for this message
Seb J (magicseb) said :
#6

I ran a "find" on the testcast and I can't see a "sparkle:version"

Revision history for this message
Best Andy Matuschak (andymatuschak) said :
#7

Oh, goodness, you're right. Sorry, the test cast was using a legacy method of specifying version. Refresh, and you'll see it updated.

Revision history for this message
Seb J (magicseb) said :
#8

Yay! Ok! Thanks!

Revision history for this message
Seb J (magicseb) said :
#9

Thanks Andy Matuschak, that solved my question.

Revision history for this message
Seb J (magicseb) said :
#10

I added in sparkle:version and now it works!! Thanks a lot! Checks, downloads, installs and relaunches successfully! :)