Open Issues Need Help
View All on GitHub 🐛 API 루트 엔드포인트에서 KeyError 발생 2 months ago
AI Summary: Debug and fix a `KeyError` occurring in the root endpoint (`/`) of a FastAPI backend for an online shopping price comparison AI agent. The error arises from referencing a nonexistent key in a dictionary within the `root()` function of `backend/main.py`. The fix involves identifying and correcting the incorrect key reference to return the appropriate data.
Complexity:
3/5
bug good first issue backend api high priority testing priority/medium status/triage first-time-contributor