-
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.
Answered by
zorgiepoo
Jan 23, 2024
Replies: 1 comment 1 reply
-
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.
1 reply
Answer selected by
jmshgs
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.