Bug: MLB games have status "CANC" but not true, games not canceled |
| Posted: 18 Apr 2026 17:35 | |||
Posts: 1 Joined: 2026 | MLB games are showing incorrect status (via API https://www.thesportsdb.com/api/v2/json/schedule/league/4424/2026 ) like : { "idEvent": "2458152", "strEvent": "Chicago Cubs vs Milwaukee Brewers", "idLeague": "4424", "strLeague": "MLB", "strSport": "Baseball", "strHomeTeam": "Chicago Cubs", "strAwayTeam": "Milwaukee Brewers", "idHomeTeam": "135269", "idAwayTeam": "135274", "intRound": "24", "intHomeScore": null, "intAwayScore": null, "strTimestamp": "2026-09-03T23:40:00", "dateEvent": "2026-09-03", "dateEventLocal": null, "strTime": "23:40:00", "strTimeLocal": null, "strHomeTeamBadge": "https://r2.thesportsdb.com/images/media/team/badge/wxbe071521892391.png", "strAwayTeamBadge": "https://r2.thesportsdb.com/images/media/team/badge/08kh2a1595775193.png", "strVenue": "Wrigley Field", "strCountry": "United States", "strThumb": "https://r2.thesportsdb.com/images/media/event/thumb/aqrnrr1774125469.jpg", "strPoster": "", "strVideo": null, "strPostponed": "no", "strFilename": "MLB 2026-09-03 Chicago Cubs vs Milwaukee Brewers", "strStatus": "CANC" }, same for many other games returned by API - yet they are NOT canceled. Please advise/fix Thank you | ||
![]() | |||
| Posted: 18 Apr 2026 20:08 | |||
zag Posts: 3,946 Joined: 2020 | Yes I noticed this as well, Our main data source is currently having major issues with MLB and a few other baseball leagues. I'm looking into how we can override their data corruption on our site. EDIT: If anyone wants to fix anything manually just edit the event and set the locked status to "Locked" after so the source does not overwrite it later. | ||
![]() |