Hello,
I have started using habitat studio locally on my windows 10 laptop. Did the hab setup correctly and able to enter the studio. I have created a local habitat plan replicating one of the examples available online. When I try to load it using the following command:
hab svc load origin/pkgname
I always get the following error:`
XXX
XXX [Err: 4] secret key mismatch
XXX
Enabled debug logs:
[2019-09-25T07:22:56Z DEBUG habitat_common::ui] UI { shell: Shell { input: InputStream { isatty: true }, out: OutputStream { coloring: Auto, isatty: true }, err: OutputStream { coloring: Auto, isatty: true } } }
[2019-09-25T07:22:56Z DEBUG hab] clap cli args: [“C:\hab\pkgs\core\hab-studio\0.83.0\20190712234514\bin\hab\hab.exe”, “svc”, “load”, “core/sqlserver”]
[2019-09-25T07:22:56Z DEBUG hab] remaining cli args:
[2019-09-25T07:22:56Z DEBUG hab::config] No CLI config found, loading defaults
[2019-09-25T07:22:56Z DEBUG tokio_reactor] adding I/O source: 0
[2019-09-25T07:22:56Z DEBUG tokio_reactor::background] starting background reactor
[2019-09-25T07:22:56Z DEBUG tokio_reactor::registration] scheduling Write for: 0
[2019-09-25T07:22:56Z DEBUG tokio_reactor::registration] scheduling Read for: 0
[2019-09-25T07:22:56Z DEBUG tokio_reactor::registration] scheduling Read for: 0
[2019-09-25T07:22:56Z DEBUG tokio_reactor] dropping I/O source: 0
XXX
XXX [Err: 4] secret key mismatch
XXX
I have even tried loading one of the publicly available packages but end up in same error.
Couple of things that I have already tried:
tried hab setup again
removed hab folder from user profile and it gets re-created