V1.3.0 will not open on Mac 10.14.6 - Chia daemon fails to start because of keyring error?
See original GitHub issueWhat happened?
Upgraded to 1.3.0 from 1.2.11 and GUI never loads, just displays: “loading keyring status” Problem seems to be an error in getting password from the keyring?
Version
1.3.0
What platform are you using?
macOS
What ui mode are you using?
CLI
Relevant log output
simons-MacBook-Pro:~ simonperfitt$ chia version
1.3.0
simons-MacBook-Pro:~ simonperfitt$ chia start wallet
Daemon not started yet
Starting daemon
Traceback (most recent call last):
File "keyring/backends/macOS/__init__.py", line 49, in get_password
NameError: name 'api' is not defined
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "chia/cmds/chia.py", line 152, in <module>
File "chia/cmds/chia.py", line 148, in main
File "click/core.py", line 829, in __call__
File "click/core.py", line 782, in main
File "click/core.py", line 1259, in invoke
File "click/core.py", line 1066, in invoke
File "click/core.py", line 610, in invoke
File "click/decorators.py", line 21, in new_func
File "chia/cmds/chia.py", line 123, in run_daemon_cmd
File "chia/util/keychain.py", line 476, in is_keyring_locked
File "chia/util/keychain.py", line 644, in has_master_passphrase
File "chia/util/keyring_wrapper.py", line 190, in get_shared_instance
File "chia/util/keyring_wrapper.py", line 121, in __init__
File "chia/util/keyring_wrapper.py", line 131, in refresh_keyrings
File "chia/util/keyring_wrapper.py", line 173, in _get_initial_cached_passphrase
File "chia/util/keyring_wrapper.py", line 333, in get_master_passphrase_from_credential_store
File "keyring/backends/macOS/__init__.py", line 50, in get_password
NameError: name 'api' is not defined
[2550] Failed to execute script 'chia' due to unhandled exception!
Daemon not started yet
Failed to create the chia daemon
Issue Analytics
- State:
- Created 2 years ago
- Comments:15 (9 by maintainers)
Top Results From Across the Web
Launch Daemon is not able to access login keychain entries
Now I have converted this into a launch daemon and trying to execute it as a launch daemon then it is not able...
Read more >chia-blockchain Changelog - pyup.io
Fixed errors output when stopping the daemon on CLI ... You cannot install and run chia blockchain using the macOS packaged DMG on...
Read more >I'm getting a Keychain error message when signing in
Open Keychain Access from Applications > Utilities; Select your login keychain; Choose File > Lock Keychain “login”; Then choose File > Unlock Keychain...
Read more >How to disable the "unlock your keyring" popup? - Ask Ubuntu
Fire up "User Accounts", set "automatic login" to "off". At startup you will be asked your user/password only once; popups like "unlock keyring"...
Read more >keyring · PyPI
On Linux, the KWallet backend relies on dbus-python, which does not always ... macOS keychain supports macOS 11 (Big Sur) and later requires...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
There will be a specific release of 1.3.5 for 10.14 - a separate DMG. It’s not published yet on the download page, but will be soon.
You can get a copy of the 10.14 specific DMG from the github release page https://github.com/Chia-Network/chia-blockchain/releases/tag/1.3.5
Specific 10.14 release is available on the chia download page. Closing issue