-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Confusing error message when migration via keys list
on macos
#10220
Comments
this just a note: The go-keychain does not catch the correct error code, which is -128 (screenshot) and defaults to a generic error. Proposed steps:
|
I would like to fix it, however it isn't clear for me how to produce the next point
Could you please give more detailed description of this step? |
sure! # checkout the 0.42 branch
git checkout release/v0.42.x
# build the binary
make build
# rename the binary to a more explicit name
mv ./build/simd ./build/v042node
# create some keys
./build/v042node keys add jack --keyring-backend os |
Fix implemented here Zondax/keyring#1 |
@raynaudoe does that mean we can close this issue or do we need to bump a dependency version? |
The fix will be complete if we change the dependency Line 11 in e380239
to use the Zondax fork instead |
@raynaudoe let's do it! Can you open a PR pls? |
ok!, here's the PR |
I think we should reopen this or open a new pr to remove the replace tag. the fork isn't maintained and there have been merges on the upstream |
@tac0turtle how should we proceed with this? the PR has been open since January :-( 99designs/keyring#119 |
we can close this and if it gets merged then we can update. If we dont remove it as a dep by then |
thanks! |
Summary of Bug
When running
simd keys list
, the command runs a migration if needed. If we deny keychain access, the error message could be improvedVersion
6e70d25, though it's probably caused by #9695
Steps to Reproduce
simd keys list
Expected: some error like "keychain access is denied, skipping key" or even no message like on 042.
Actual
:
For Admin Use
The text was updated successfully, but these errors were encountered: