Open fantoms opened 8 years ago
The problem here is that the server sends the player response right away without requiring a challenge number. It will be fixed once https://github.com/serverstf/python-valve/commit/cdf5bd9b77dc7f2d4e8dc4fe3efe93bc871e6d32 is merged.
An error producing issue was observed after creating 3 brand new CS:GO servers. If host_players_show does not equal 2, responses using the following code are returning a BrokenMessageError exception:
Error string from BrokenMessageException:
Invalid value (68) for field 'response_type'
The issue was resolved remotely by setting a host cvar variable on the cs:go server cfg file to allow for "old format" player reporting:
host_players_show 2
To duplicate this error set
host_players_show 1
Valve reference: https://developer.valvesoftware.com/wiki/Server_queries#A2S_PLAYER