hero_proc UI shows 0 services despite 20 running #59

Closed
opened 2026-03-20 01:17:20 +00:00 by mik-tf · 1 comment
Owner

Problem

hero_proc_ui dashboard shows Actions 0, Services 0, Jobs 0 — all counters are dash/zero. But hero_proc list CLI correctly shows 20 running services.

Root cause

The service.list RPC method returns only 1 service while the CLI's list command returns all 20. The UI uses the RPC API, so it sees nothing.

Likely a mismatch between how the CLI queries hero_proc vs how the RPC handler returns data.

Steps to reproduce

  1. Run hero_zero Docker container
  2. hero_proc list → 20 services shown
  3. Open http://localhost:9090/hero_proc_ui → Services: 0

Expected

UI should show the same 20 services as the CLI.

## Problem hero_proc_ui dashboard shows Actions 0, Services 0, Jobs 0 — all counters are dash/zero. But `hero_proc list` CLI correctly shows 20 running services. ## Root cause The `service.list` RPC method returns only 1 service while the CLI's `list` command returns all 20. The UI uses the RPC API, so it sees nothing. Likely a mismatch between how the CLI queries hero_proc vs how the RPC handler returns data. ## Steps to reproduce 1. Run hero_zero Docker container 2. `hero_proc list` → 20 services shown 3. Open http://localhost:9090/hero_proc_ui → Services: 0 ## Expected UI should show the same 20 services as the CLI.
Author
Owner

Fixed: removed hardcoded context: "core" filter from hero_proc_ui dashboard.js. RPC now returns 62 services. Squash-merged to development.

Signed-off-by: mik-tf

Fixed: removed hardcoded `context: "core"` filter from hero_proc_ui dashboard.js. RPC now returns 62 services. Squash-merged to development. Signed-off-by: mik-tf
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
lhumina_code/home#59
No description provided.