Troubleshooting
Last updated
Was this helpful?
Start with the narrowest check that proves the failing layer.
dkg status
dkg logs
curl http://127.0.0.1:9200/api/statusTOKEN=$(dkg auth show)
curl -H "Authorization: Bearer $TOKEN" http://127.0.0.1:9200/api/agent/identity401 means no usable token. 403 means the caller is recognized but not allowed to perform that operation.
Verify the target Context Graph exists.
Verify the sub-graph exists before targeting it.
Query the Knowledge Asset before sharing.
Finalize (seal) the Knowledge Asset, then share it to SWM before publishing to VM (VM publish requires a finalized Knowledge Asset present in SWM).
Check wallet funding before on-chain finality.
MCP: restart the client after setup and inspect the tool list.
Hermes: confirm the gateway is running and API_SERVER_ENABLED=true.
OpenClaw: restart the gateway after setup if the adapter does not appear.
Last updated
Was this helpful?
Was this helpful?