PhlexPlexico
PhlexPlexico
Related question about this - the way I organized ten man's was making two teams (Pug Team One and Pug Team Two) and turned off `get5_check_auths 0`. Is there another...
Hmmm, I think solution 3 would be the best to go if you want to keep backwards compatibility. What I did (option 1) when organizing pugs through discord is I...
One other way of approaching this actually - send in an incomplete match structure to the game side, or just set the API key with the hostname, and get people...
So coming back a year later here, I think I have figured out a good approach to this that takes care of tables from being clogged up. It's a bit...
If you want to keep compatibility with people for drop-in replacements, I would recommend just creating a new table that has FK to team and steam ID. Keeps the database...
https://github.com/splewis/get5-web/issues/101 You need to adjust some database values as mentioned there.
You cannot delete teams that have been in matches. If you wish to delete a team you must: - Delete the PlayerStats that has the team associated with them. -...
Are you using Python 2.7? Did all the requirements install successfully?
Can you please post what is in the `get5.log` located under the logs directory? From the looks of it, there's no reference to `ysql` in this project. Is there by...
Also, in your `prod_config` do you have the driver typed as `ysql://...` by chance?