As the clocks changed last night I realised that my timezone was set to GMT. In fixing this issue the Race Status API request has stopped sending "raceStatus" and all I'm getting is the "responseCode: 'NO_LIVE_DATA_AVAILABLE'".
It was working, then noticed it was only getting half the markets runners and the "raceStatus" had stopped working. So I'm not sure if I have done something or if there is a problem with the feed at Betfair's end?
Is anyone else having this problem? It was all working perfectly yesterday before the timezone change.
I have tried everything to get it working. I am receiving "win" and "place" "ex" prices, "runners" etc. basically everything is working apart from "raceStatus" and have exhausted all ideas (code fog!). Surely this wouldn't be getting anything back from the API if I had the timezone date format wrong?
If it is a problem at Betfair's end then I guess it will sort itself out, but if it is me then any help/suggestions would be greatly appreciated.
Thank you in advance.
PARAMS & CURLOPT_POSTFIELDS:
It was working, then noticed it was only getting half the markets runners and the "raceStatus" had stopped working. So I'm not sure if I have done something or if there is a problem with the feed at Betfair's end?
Is anyone else having this problem? It was all working perfectly yesterday before the timezone change.
I have tried everything to get it working. I am receiving "win" and "place" "ex" prices, "runners" etc. basically everything is working apart from "raceStatus" and have exhausted all ideas (code fog!). Surely this wouldn't be getting anything back from the API if I had the timezone date format wrong?
If it is a problem at Betfair's end then I guess it will sort itself out, but if it is me then any help/suggestions would be greatly appreciated.
Thank you in advance.
PARAMS & CURLOPT_POSTFIELDS:
Code:
$params = '{"raceIds":["$raceId"],"marketProjection": ["RUNNER_DESCRIPTION","EVENT"]}'; {"jsonrpc":"2.0", "method":"ScoresAPING/v1.0/listRaceDetails", "params":'.$params.', "id":1}
Comment