HSX_E_DEV_SESSION_NO_NODES
No matching nodes in project IR.
What this error means
The selected component UIDs were not found in the project IR.
When this error stops a command, hs-x exits with code 10. With --json, the failure is reported as a structured error whose code field is HSX_E_DEV_SESSION_NO_NODES — stable to match on in scripts and agents.
Likely causes
- Stale node ids passed via flag
- Project source has changed since the picker ran
How to fix it
- Re-run
hs-x devto refresh the IR and re-select
Still stuck? Re-run the command with --debug for the wire-level detail, or hs-x doctor to check accounts, link state, and connectivity in one pass.
Keep going