View Single Post
Author Message
reid123455
Junior Member
Join Date: May 2015
Old 11-15-2019 , 11:57   keep getting error connecting on sourcebans
Reply With Quote #1

sb_debug_connection.php debug result:
Quote:
[+] SourceBans "Error Connecting()" Debug starting for server MyPublicWANIP:27015

[+] Trying to establish UDP connection
[+] UDP connection successfull!
[+] Trying to write to the socket
[+] Successfully requested server info. (That doesn't mean anything on an UDP stream.) Reading...
[+] Got an response! Server: My CS:GO hostname here

[+] Trying to establish TCP connection
[+] TCP connection successfull!
[+] Trying to write to TCP socket and authenticate via rcon
[+] Successfully sent authentication request. Reading...
[+] Got an response!
[+] Password correct!
Installation:
Quote:
Windows 10 Professional
Apache/2.4.38 (Win64)
php v7.1.26
MySQL Server 5.7.26
SorceBans 1.6.3
Database setting:
Code:
"Databases"
{
	"driver_default"		"mysql"
	
	"sourcebans"
	{
		"driver"			"default"
		"host"				"localhost"
		"database"			"sourcebans"
		"user"				"MYDBUSERNAME"
		"pass"				"MYDBPASSWORD"
		//"timeout"			"0"
		"port"			"3307" //3306 is for MySQL8
	}
}
Error log in sourcemod folder:
Quote:
Nope. No any errors show in log file, SourceBans plugins are working correctly
Server command line:
Quote:
srcds.exe -game csgo -console -port 27015 +game_type 0 +game_mode 0 -maxplayers_override 64 -usercon +sv_setsteamaccount my_token +map de_dust2 +log on
I did install SourceBans on MySQL8 before, but got some SQL syntax errors when I added servers on Admin Panel
By the way I have the same problem like this thread: Sb-callback error

Please help
If I miss some information or something, please let me know

Last edited by reid123455; 11-15-2019 at 12:09.
reid123455 is offline