Hello!
I use the Betfair API with my own Python engine to get the race status as a trigger, so GOINGBEHIND etc is my trigger to place a bet.
I've had some trouble since yesterday where all races were stuck at DORMANT no matter what was going on, including while the market should have been in-play (OFF) etc.
This morning all the race status is showing is "NO_LIVE_DATA_AVAILABLE" which is weird; I've cross-checked my market ID's and raceID's and even built a standalone debug script to prove its not my handling of it!
2026-04-01 09:39:24 UTC locked marketId=1.256051607 Scores_raceId=35432485.1320 marketStartTime='2026-04-01T13:20:00.000Z'
2026-04-01 09:39:24 UTC raceId='35432485.1320' raceStatus=None responseCode='NO_LIVE_DATA_AVAILABLE' marketId=1.256051607
Given there is no-one saying anything about it, is it my account that has got screwed up somehow - or is this a generic thing?
I've seen on the Betfair Developer website that some of the docs were updated 4 days ago *gulp* but can't find anything definitive relating to listRaceDetails having changed.
Any pointers gratefully received! Everything else looks to be fine.
Many thanks,
Jon
Race Status - listRaceDetails Changes since 31/03 ?
- jamesedwards
- Posts: 6082
- Joined: Wed Nov 21, 2018 6:16 pm
Didn't notice anything yesterday, but today all horse race statuses in Guardian are blank. Greyhounds are still working normally.
You do not have the required permissions to view the files attached to this post.
I'm seeing some odd stuff in my code. This only loads GB\IRE markets and these have all closed and settled this morning. Never see these until normal race settlement usually, unless a meeting has been called off. Something odd going on
You do not have the required permissions to view the files attached to this post.
-
Facedcomic
- Posts: 7
- Joined: Wed Apr 15, 2009 4:53 pm
For me it started yesterday afternoon and I thought it was me until today. I'm only horse racing. Just returning no values today across the board.
Thanks everyone - I'm happy its not me now!Facedcomic wrote: ↑Wed Apr 01, 2026 2:44 pmFor me it started yesterday afternoon and I thought it was me until today. I'm only horse racing. Just returning no values today across the board.
-
Facedcomic
- Posts: 7
- Joined: Wed Apr 15, 2009 4:53 pm
Returning DORMANT values across the board. Promising.
You do not have the required permissions to view the files attached to this post.
I'm seeing similar reports, so it may not be an issue with your account. If your market IDs and race IDs are correct and everything worked before, it's possible there's a temporary problem or backend change affecting listRaceDetails. I'd keep an eye on the developer forum and status updates, and hopefully Betfair can confirm whether this is a service issue or an API change.jrvoice wrote: ↑Wed Apr 01, 2026 10:39 amHello!
I use the Betfair API with my own Python engine to get the race status as a trigger, so GOINGBEHIND etc is my trigger to place a bet.
I've had some trouble since yesterday where all races were stuck at DORMANT no matter what was going on, including while the market should have been in-play (OFF) etc.
This morning all the race status is showing is "NO_LIVE_DATA_AVAILABLE" which is weird; I've cross-checked my market ID's and raceID's and even built a standalone debug script to prove its not my handling of it!
2026-04-01 09:39:24 UTC locked marketId=1.256051607 Scores_raceId=35432485.1320 marketStartTime='2026-04-01T13:20:00.000Z'
2026-04-01 09:39:24 UTC raceId='35432485.1320' raceStatus=None responseCode='NO_LIVE_DATA_AVAILABLE' marketId=1.256051607
Given there is no-one saying anything about it, is it my account that has got screwed up somehow - or is this a generic thing?
I've seen on the Betfair Developer website that some of the docs were updated 4 days ago *gulp* but can't find anything definitive relating to listRaceDetails having changed.
Any pointers gratefully received! Everything else looks to be fine.
Many thanks,
Jon
