rogeraabbccdd / Kento-Rankme

Rankme for CSGO
78 stars 46 forks source link

Invalid query Handle c29c80e2 (error: 4) #59

Closed fkMain closed 5 years ago

fkMain commented 6 years ago

Logs:

L 03/28/2018 - 17:49:32: [SM] Exception reported: Invalid query Handle c29c80e2 (error: 4) L 03/28/2018 - 17:49:32: [SM] Blaming: kento_rankme.smx L 03/28/2018 - 17:49:32: [SM] Call stack trace: L 03/28/2018 - 17:49:32: [SM] [0] SQL_FetchString L 03/28/2018 - 17:49:32: [SM] [1] Line 1401, C:\Users\LIB\Downloads\aaa\sourcemod-1.8.0-git6027-windows\addons\sourcemod\scripting\include\kento_rankme/cmds.inc::SQL_RankCallback

anaether commented 6 years ago

Invalid query handle are mostly thrown when a plugin cant proceed a sql query. The logs shows exactly what i sayed. SQL_FetchString cant be excecuted so with a really high probability you have an issue with your sql server.

rogeraabbccdd commented 5 years ago

Answered by @cRUSHER-HLG