-
SummaryWhen running my app, this error pops up. This is strange because the app is using Sparkle 2 and doesn't have an EdDSA key associated with it. ![]() Versionthis is using sparkle 2.5.2 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Make sure you copy/pasted the SUPublicEDKey correctly. That error is logged when the input is not proper base64 encoding (which I think is the case here) or when the decoded length after base64 conversion is wrong. Run generate_keys to get the previously generated public key again. |
Beta Was this translation helpful? Give feedback.
-
Forgive resurrecting this thread, but I have a question about the same alert. What are the other conditions that cause it to appear? By any chance will at open if one asks for a channel that doesn't yet exist in any released versions in the appcast? I was about to investigate why I'm seeing this alert, and one thing I did was add support for a beta channel. Although I also brought all my source into a new repo and maybe the SUFeedURL is wrong. In my case I don't think it's SUPublicEDKey which I believe I didn't change. Once I discover why I'm seeing this same alert, I'll post the answer here. Anyone chiming in before then is appreciated though. |
Beta Was this translation helpful? Give feedback.
Make sure you copy/pasted the SUPublicEDKey correctly. That error is logged when the input is not proper base64 encoding (which I think is the case here) or when the decoded length after base64 conversion is wrong.
Run generate_keys to get the previously generated public key again.