Skip to content

Instantly share code, notes, and snippets.

@mitchellhuang
Created April 18, 2012 02:52
Show Gist options
  • Save mitchellhuang/2410768 to your computer and use it in GitHub Desktop.
Save mitchellhuang/2410768 to your computer and use it in GitHub Desktop.
Notice: Sending packet of type "A2S_INFO_Packet"... in /site/lib/steam/sockets/SteamSocket.php on line 134
Notice: Received reply of type "RCONGoldSrcResponse" in /site/lib/steam/sockets/SourceSocket.php on line 80
Notice: Sending packet of type "A2S_INFO_Packet"... in /site/lib/steam/sockets/SteamSocket.php on line 134
Notice: Received reply of type "RCONGoldSrcResponse" in /site/lib/steam/sockets/SourceSocket.php on line 80
Fatal error: Uncaught exception 'SteamCondenserException' with message 'Response of type RCONGoldSrcResponse cannot be handled by this method.' in /site/lib/steam/servers/GameServer.php:313
Stack trace:
#0 /site/lib/steam/servers/GameServer.php(473): GameServer->handleResponseForRequest(1)
#1 /site/lib/steam/servers/GameServer.php(250): GameServer->updateServerInfo()
#2 /site/getInfo.php(10): GameServer->initialize()
#3 {main}
thrown in /site/lib/steam/servers/GameServer.php on line 313
@mitchellhuang
Copy link
Author

If you're finding this from google, check to see if your server blocked the IP you are trying to send RCON from.
That fixed my problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment