Skip to content

Unable to access visualization page via browser #188

@darkSystemCode

Description

@darkSystemCode

I configured sensing-server according to the introductory tutorial. The console output was successful, but I could not access the page normally. The page prompted 404. According to the program, the page showing 404 means that the program ran successfully, but the access resource could not be found. Why is this happening?

Here are the logs from my run:

sensing-server --source esp32 --udp-port 5005 --http-port 3000 --ws-port 3001

  2026-03-08T08:24:51.972987Z  INFO sensing_server: WiFi-DensePose Sensing Server (Rust + Axum + RuVector)
  2026-03-08T08:24:51.973099Z  INFO sensing_server:   HTTP:      http://localhost:3000
  2026-03-08T08:24:51.973168Z  INFO sensing_server:   WebSocket: ws://localhost:3001/ws/sensing
  2026-03-08T08:24:51.973275Z  INFO sensing_server:   UDP:       0.0.0.0:5005 (ESP32 CSI)
  2026-03-08T08:24:51.973341Z  INFO sensing_server:   UI path:   ../../ui
  2026-03-08T08:24:51.973402Z  INFO sensing_server:   Source:    esp32
  2026-03-08T08:24:51.973467Z  INFO sensing_server: Data source: esp32
  2026-03-08T08:24:51.973521Z  INFO sensing_server: Vital sign detector sample rate: 10.0 Hz
  2026-03-08T08:24:51.973814Z  INFO sensing_server: Discovered 0 model files, 0 recording files
  2026-03-08T08:24:51.975114Z  INFO sensing_server: UDP listening on 0.0.0.0:5005 for ESP32 CSI frames
  2026-03-08T08:24:51.975153Z  INFO sensing_server: WebSocket server listening on 127.0.0.1:3001
  2026-03-08T08:24:51.975456Z  INFO sensing_server: HTTP server listening on 127.0.0.1:3000
  2026-03-08T08:24:51.975514Z  INFO sensing_server: Open http://localhost:3000/ui/index.html in your browser

Page feedback information:

  Request URL:
  http://localhost:3000/ui/index.html
  Request Method:
  GET
  Status Code:
  404 Not Found
  Remote Address:
  127.0.0.1:3000
  Referrer Policy:
  strict-origin-when-cross-origin

What should I do? Or where did I configure it wrong?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions