holochain / holoscape

A complete end-user deployment of a Holochain conductor with UI for administration and a run-time for hApp UIs
63 stars 8 forks source link

Invalid SigningKey Blob Format #52

Closed marcusnewton closed 4 years ago

marcusnewton commented 4 years ago

For all version of Holoscape I get this error when unlocking keystore.

Error while trying to boot from config: ConfigError("Could not decrypt \'primary_keybundle:sign_key\': ErrorGeneric(\"Invalid SigningKey Blob Format: v0 != v1\")")

holochain process terminated with exit code 0
Connoropolous commented 4 years ago

Hi @marcusnewton ... I know it's been a while, but just curious, you got over this issue right?

marcusnewton commented 4 years ago

@Connoropolous if I recall correctly, I believe the problem had something to do with first installing the second application in the list (which I think was the Chat app), rather than the first application (Hylo communities).

The Hylo communities app seemed to set up the keystore correctly when it was run before the other apps.

Connoropolous commented 4 years ago

Interesting. In general, I would think that the problem was having a version (v0) of the Keystore encryption algorithm, and a new version of Holochain needing the new one. Requiring you to clear old key files, and start fresh. With Holoscape, the config files can be accessed from here:

Screen Shot 2020-02-25 at 4 51 30 PM

Leaving this as breadcrumbs for future strugglers, in the meantime, I'm thinking we can close this issue?

marcusnewton commented 4 years ago

That would make sense. Closing