Raised This Month: $51 Target: $400
 12% 

get5_stats_player (not responding)


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
amityteam
New Member
Join Date: May 2021
Old 05-30-2021 , 21:16   get5_stats_player (not responding)
Reply With Quote #1

Hello everyone,

Im using get5 plugin with MySQL server for my stats database.

Everything is working fine, except for my player table informations.

I have create all my tables on phpMy Admin following the steps indicated by the link:
https://github.com/splewis/get5/blob...port_stats.sql

Btw, here are my database.cfg configurations, wich is working fine, as Matches and Maps tables on MySQL are working fine.

"default"
{
"driver" "mysql"
"host" " (server IP) "
"database" "sql16551"
"user" "sql16551"
"pass" ""
"timeout" "10"
"port" "3306"
}

"storage-local"
{
"driver" "sqlite"
"database" "sourcemod-local"
}

"clientprefs"
{
"driver" "sqlite"
"host" "localhost"
"database" "clientprefs-sqlite"
"user" "root"
"pass" ""
//"timeout" "0"
//"port" "0"
}

"get5"
{
"driver" "mysql"
"host" " (server IP) "
"database" "sql16551"
"user" "sql16551"
"pass" ""
"timeout" "10"
"port" "3306"
}


Any ideas?
Thanks!
amityteam is offline
TomL.
Veteran Member
Join Date: Oct 2017
Location: Germany
Old 05-31-2021 , 07:27   Re: get5_stats_player (not responding)
Reply With Quote #2

Please add your error log.

Last edited by TomL.; 05-31-2021 at 07:27.
TomL. is offline
amityteam
New Member
Join Date: May 2021
Old 05-31-2021 , 09:07   Re: get5_stats_player (not responding)
Reply With Quote #3

Quote:
Originally Posted by TomL. View Post
Please add your error log.
Hello TomL
Actually there is no error log.

What happens is, my MySQL loads all Matches and Maps data, on each table, except for my get5_stats_player.
When i make a select command on it, the message is "MySQL return no registers".

I think the problem is with the Steamid64 variable.

Maybe i have problems with my match settings configurations.

I chose not to create a match config, following these instructions on Quick Start section (https://github.com/splewis/get5)

Quote:
If you don't want to create a match config, you can set get5_check_auths 0 in cfg/sourcemod/get5.cfg and then run the get5_creatematch command once all players are in the server.
As an extra note, after changing the settings in get5.cfg (like using get5_check_auths 0), no one can log into the server (including me) if I don't manually set "get5_creatematch" command from my server's console website.
I can't even enter the server and add this command to the CSGO console, if someone tries to enter the server without configuring this command on the site console, the CSGO return message is "There are no corresponding settings".

This "error" was not happening when i had only PUG plugin in opperation, everyone could join any time they want.

Last edited by amityteam; 05-31-2021 at 09:22.
amityteam is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 12:06.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode