Page 1 of 1

TournamentsResults API

Posted: Thu Jul 25, 2024 2:03 pm
by segmentlime
Hello,

I am doing some work with the TournamentResults API. I am using a version greater than 7.09.

I am using the Number parameter to query specific game results.

The api was working for a particular number, but then stopped working for that number and returned the result

{"Result":"Error","Error":"Tourney number not found in cache"}

When i query using the date, and the name (a tournament i created just for testing) three game results are returned and i can see the first of these is the number returning the error. If i query using number for the other two, these return the specific game results.

What does this error mean? is the cache somehow not persistent?

Your support is appreciated.

Re: TournamentsResults API

Posted: Thu Jul 25, 2024 3:06 pm
by Kent Briggs
It's a memory cache (same as the hand history cache) so that only works during the current session. To pull logs after an offline/online restart you have to pull the whole file and then parse out the parts you want.