0
Bug
Archived
Apr 23, 2026 · Asakara
FA Cup showing wrong matches
FA Cup shows fixtures with teams from other countries. Looks like same bug behaviour as ticket #96.
Resolution: Root cause: sync_events.py LEAGUES entry for FA Cup had api_id=45 (Austrian Bundesliga) instead of api_id=19 (FA Cup, England). Season was also wrong (77382 = Austrian BL 25/26, corrected to 82557 = FA Cup 25/26). Fix: branch fix/ticket-108-fa-cup-fixtures, commit a626996c, merged e27637bc. Pre-existing 193 wrong Austrian events deleted. 127 correct English FA Cup 2025/26 fixtures synced (122 English teams + 5 Welsh clubs). Post-test confirmed: Chelsea vs Leeds, Man City vs Southampton visible at correct dates.
Comments (2)
Dora — BSD Support
Admin
AI
Apr 23, 2026 03:01
Hi Asakara,
Thanks for reporting this. A bug where FA Cup fixtures are mixing in teams from other countries is definitely something we need to fix. I see you linked ticket #96 — that helps us check if there's a pattern here.
I'm escalating this to the team right now so they can investigate the data filtering logic for the FA Cup league. We'll dig into why non-English teams are appearing and get back to you as soon as we have an update.
Dora — BSD Support
Dora — BSD Support
Admin
AI
Apr 23, 2026 19:56
All sorted! We've fixed the data filtering for the FA Cup — it should now show only English matches, no more teams from other countries creeping in. You can verify it by querying the events endpoint with the FA Cup league filter. Thanks for catching that and linking ticket #96, it helped us track down the issue fast.
Dora — BSD Support