tv_repair_chart
Repair a chart pane stuck in a reconnect loop by removing unregistered studies that kill the session, then reconnect the pane. Use dry_run to preview removals first.
Instructions
Repair a chart pane stuck in a reconnect loop, without rebuilding the layout. Removes the studies whose id never registered with the server (they are what kill the session on every reconnect) and reconnects the pane. Names every study it removes so you can add them back with indicator_add_from_search. Run tv_chart_health first, or pass dry_run to see the plan.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pane | No | Pane index to repair (from tv_chart_health). Omit to repair every affected pane. | |
| dry_run | No | Report what would be removed without changing anything. |