You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
root@Regression-8:~# skale health sgx
Traceback (most recent call last):
File "node_cli/main.py", line 122, in <module>
File "click/core.py", line 1130, in __call__
File "click/core.py", line 1055, in main
File "click/core.py", line 1657, in invoke
File "click/core.py", line 1657, in invoke
File "click/core.py", line 1404, in invoke
File "click/core.py", line 760, in invoke
File "node_cli/cli/health.py", line 59, in sgx
File "node_cli/core/health.py", line 75, in get_sgx_info
KeyError: 'status_name'
Command failed with following errors:
--------------------------------------------------
'status_name'
--------------------------------------------------
You can find more info in /root/.skale/.skale-cli-log/debug-node-cli.log
Watchdog response to sgx health call has been changed, so
skale health sgx
command logic shoud be changed to match watchdog responseNode-cli:
2.5.0-beta.0
Old response:
{"data": {"status": 0, "status_name": "CONNECTED", "sgx_wallet_version": "1.9.0"}, "error": null}
New response:
{"data": {"status_zmq": true, "status_https": true, "sgx_wallet_version": "1.9.0"}, "error": null}
Error log:
Related issue: skalenetwork/skale-admin#1014
The text was updated successfully, but these errors were encountered: