Fixes the sole Round-3 wart: annotating one object from two views now yields
ONE anchor (the single-view fallback is superseded in place by the
triangulation, same id) instead of a sibling pair. Adds DELETE /api/anchors/{id}
(unlinks annotations, 404 on unknown) + a deletable anchor list in the
correction panel. db gains get/update/delete_anchor + get_annotations(event_id).
CR-3 filed (additive). Suite 101 -> 103; frontend build clean; delete UI
verified live (state + DOM + 3D scene stay consistent).
Also: docs/ideas.md (future extensions), plan/ISSUES.md (seeded with the
gemini-2.5-flash retirement, FIXED), plan/status/phase4.md.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1.5 KiB
1.5 KiB
Field Issues
Problems found when the pipeline meets real footage (or real APIs), logged here instead of being rushed into fixes mid-field-test (per plan/10-integration.md item 4). Coordinator triages; polish/fixes land in a later phase.
Format (newest at the bottom):
### ISSUE-<n> — <area> — <date> — <one-line title>
- **Symptom:** what was observed (exact error / measurement)
- **Root cause:** why (if known; else "unknown — needs investigation")
- **Fix / workaround:** what was done, or "OPEN"
- **Evidence:** command output, test name, or measurement proving symptom/fix
- **Status:** OPEN | FIXED | WONTFIX
ISSUE-1 — events (AI classifier) — 2026-07-16 — gemini-2.5-flash 404 for new API keys
- Symptom:
eventswith a validGEMINI_API_KEYreturned404 NOT_FOUND … models/gemini-2.5-flash is no longer available to new users; 0/3 candidates classified (degraded to candidates-only). - Root cause: Google retired
gemini-2.5-flashfor newly-provisioned API keys; the model id was hardcoded inGeminiClassifier. - Fix / workaround: made the Gemini model env-overridable (
FESTIVAL4D_GEMINI_MODEL), defaultgemini-3.1-flash-lite(verified to accept inline video + JSON-schema structured output). Coordinator hotfix, commit8dca2f5. - Evidence: post-fix run
classified=3 candidates_only=0; labelslight_show/bass_dropwith coherent descriptions; suite 101 passed. - Status: FIXED