duxbuse / ninthage-data-analytics

A better way for the project to ingest tournament results
GNU General Public License v3.0
1 stars 0 forks source link

WARHALL SENDING DATA TWICE #154

Open duxbuse opened 2 years ago

duxbuse commented 2 years ago

https://discord.com/channels/910334907736272906/915385291429269505/1010549368430014464

https://discord.com/channels/910334907736272906/915385291429269505/1010549476991189072

Two games that came in one after the other and both got the same validation issues, I have a suspicion that if both players finish the game then we can get the data twice, once from each player which is a big issue.

duxbuse commented 2 years ago

The root cause of this is players going to the end game, then going back adjusting the scores and ending the game again. This is causing multiple inputs to the bot.

However warhall are updating to also send a unique game id so that we can correlate duplicated games and overwrite the older data.

Will be about a month for that patch to become live