Feature Requests & Bug Reports

Submit a Request
Bug Resolved #4 · Mar 10 · aamtini
La Liga matches not updated since March 1st
Spanish league (La Liga) matches have not been synced/updated since March 1st. The sync pipeline may have missed recent matchdays. Reported by user aamtini.
Resolution: Not a bug. La Liga is fully synced (383 events). The gap was the natural schedule break between Round 27 (finished Mar 9) and Round 28 (starts Mar 13).
Bug Resolved #3 · Mar 10 · aamtini
Team filter returns empty string for Spanish league
When filtering by teams in La Liga (Spanish league), the API returns an empty string instead of the expected results. Reported by user aamtini.
Resolution: Fixed: team country field was never populated during sync. Updated sync_events to extract country from API data, backfilled all 419 teams. Also added ?team= filter to /api/events/ endpoint.