After installing v7.05 and restarting I noticed we had a bunch of duplicate tournaments go online that weren't there in v7.04.
They were apparently created by the TournamentsEdit > Name API call I use in the callback, which I assumed would just rename the tournament, not create an entirely new tournament, but that's what's happening.
I'm taking the tournaments offline when they finish (when TournamentFinish event hits in callback), using TournamentsEdit to change the name by adding a number on the end, then restarting. This was to avoid tournaments that run multiple times per day having their results appended into the same results file.
TournamentsEdit API Dupes Tourney
-
- Site Admin
- Posts: 5963
- Joined: Wed Mar 19, 2008 8:47 pm
Re: TournamentsEdit API Dupes Tourney
Yeah, I'm seeing the bug when I use the API.
-
- Site Admin
- Posts: 5963
- Joined: Wed Mar 19, 2008 8:47 pm
Re: TournamentsEdit API Dupes Tourney
Now fixed in 7.06