Skip to content

fix: OctoPrint button in Obico does not open remote UI #14

Description

@reneleban

Problem

The "OctoPrint" button in Obico's control panel (opens the printer's web UI via tunnel) does not work. Clicking it shows no UI or an error.

Context

  • SentryBridge identifies as an OctoPrint agent (moonraker_obico identity)
  • The http.tunnelv2 handler forwards /api/* requests (implemented in v1.1.0)
  • The button likely tries to load the full OctoPrint UI — this flow is not covered

To Investigate

  • What exactly does Obico send when the button is clicked? (analyze WebSocket message)
  • Does Obico expect a full OctoPrint HTML UI or is a redirect to the SentryBridge UI sufficient?
  • Is a simple redirect to http://<bridge-host>:<PORT>/ enough?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions