-
Notifications
You must be signed in to change notification settings - Fork 0
Troubleshooting
gs-ai edited this page Mar 18, 2026
·
2 revisions
- Confirm server is running on port
8000. - Open
http://localhost:8000/ace_t_spectrum_3d.htmldirectly. - Relaunch with
bash run_graph_viewer.sh.
- 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.
- Confirm sources are enabled in
config/ingest_sources.yaml. - Confirm graph build completed successfully.
- Check generated
graph/data/sources.jsoncontent.
- 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.
- Update vulnerable package versions in both
requirements.txtand lock file. - Re-run checks and ensure no insecure exception or URL substring handling remains.