K4ryuu / CS2_SimpleRanks

A CS2 server extension that allows you to create an unlimited number of ranks with customizable experience thresholds and rank colors. Players gain or lose experience during various in-game events, enabling them to advance or regress between ranks. The extension is fully configurable using 'configs.json' and utilizes MySQL to store data.
GNU General Public License v3.0
27 stars 1 forks source link

Error mysql [BUG] #2

Closed yabaldeu closed 8 months ago

yabaldeu commented 8 months ago

Error: Error while getting groupped points: This MySqlConnection is already in use. See https://fl.vu/mysql-conn-reuse Error: Error while getting or updating rank info: Can't call this method when MySqlDataReader is closed.

yabaldeu commented 8 months ago

The database itself did not want to automatically create a table. I had to do it manually. Writes data, but gives an error

K4ryuu commented 8 months ago

Greetings, I appreciate your time and feedback. The reported problems has been fixed now in the last patch: https://github.com/K4ryuu/CS2_SimpleRanks/commit/130cf2237f624f54333bf7c371c51b179fdcdca1

Have a great day! ❤️