We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If keosd fails to acquire the wallet lock it will print a failure message but just linger forever until ctrl-C. It should just exit in this case.
$ programs/keosd/keosd info 2022-11-24T02:04:41.639 keosd wallet_plugin.cpp:33 plugin_initialize ] initializing wallet plugin warn 2022-11-24T02:04:41.639 keosd wallet_plugin.cpp:51 plugin_initialize ] 3120000 wallet_exception: Wallet exception Failed to lock access to wallet directory; is another keosd running? {} keosd wallet_manager.cpp:304 initialize_lock Failed to initialize
Seen on main, unknown if it affects 3.x
The text was updated successfully, but these errors were encountered:
Merge pull request #754 from AntelopeIO/gh-513_rel3.1
ecc5c4e
[3.1] keosd - Exit program if keosd fails to aquire wallet lock (GH #513)
Merge pull request #756 from AntelopeIO/gh-513_rel3.2
9c7b0b7
[3.1 -> 3.2] keosd - Exit program if keosd fails to aquire wallet lock (GH #513)
Merge pull request #763 from AntelopeIO/gh-513_main
d42b860
[3.2 -> main] keosd - Exit program if keosd fails to aquire wallet lock (GH #513)
greg7mdp
Successfully merging a pull request may close this issue.
If keosd fails to acquire the wallet lock it will print a failure message but just linger forever until ctrl-C. It should just exit in this case.
Seen on main, unknown if it affects 3.x
The text was updated successfully, but these errors were encountered: