Skip to content

Troubleshooting

gs-ai edited this page Mar 18, 2026 · 2 revisions

Troubleshooting

Viewer does not open

  • Confirm server is running on port 8000.
  • Open http://localhost:8000/ace_t_spectrum_3d.html directly.
  • Relaunch with bash run_graph_viewer.sh.

Graph appears stale

  • Rebuild by ensuring ACE_T_SKIP_BUILD=0.
  • Force rebuild with ACE_T_FORCE_BUILD=1 bash run_graph_viewer.sh.
  • Verify updated timestamps for graph/graph_3d_render.json.

Missing data sources in legend

  • Confirm sources are enabled in config/ingest_sources.yaml.
  • Confirm graph build completed successfully.
  • Check generated graph/data/sources.json content.

API errors from live threat endpoint

  • Check server logs for stack traces.
  • API intentionally returns generic 500 messages for security.
  • Validate request JSON has required fields: src_ip, dst_ip, protocol.

Dependency/scan alerts in PR

  • Update vulnerable package versions in both requirements.txt and lock file.
  • Re-run checks and ensure no insecure exception or URL substring handling remains.

Clone this wiki locally