Previously the st.plotly_chart call was wrapped in 'except Exception: pass' which silently swallowed all rendering errors. The user would see no chart and no error message. Now: - Exception message is shown via st.error() - Diagnostics JSON is shown when debug is enabled (EXPLORER_DEBUG_TRAJECTORIES=1 or UI checkbox), even when trace_count > 0 This reveals the actual root cause when the chart fails to render.main
parent
baee50f3a5
commit
72d1c20340
Loading…
Reference in new issue