-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: store not initialized #16
Comments
Could you run with GOPASS_DEDUG_LOG set to some filename and provide the content (minus anything confidential)? |
|
|
Indeed, if I replace the |
Thanks for confirming. Let's keep this open until I can (read: have time to) reproduce and confirm if the current main branch is (still) affected. |
It is. I cloned the repo and built the project myself just this afternoon and had the same problem. |
Fixes gopasspw#16 RELEASE_NOTES=n/a Signed-off-by: Dominik Schulz <dominik.schulz@gauner.org>
Summary
When I run
gopass-jsonapi configure
, I get the following error message:Failed to initialize gopass API: store not initialized. run gopass init first
. But my gopass store is fully initialized and working.Steps To Reproduce
Run
gopass-jsonapi configure
Expected behavior
I expect it to set up the JSON API.
Environment
Linux arch 5.11.15-arch1-2 #1 SMP PREEMPT Sat, 17 Apr 2021 00:22:30 +0000 x86_64 GNU/Linux
Additional context
My gopass configuration can be found in my dotfiles.
The text was updated successfully, but these errors were encountered: