-
-
Notifications
You must be signed in to change notification settings - Fork 10
Description
Describe the bug
I want to see the list of players who are playing on the server, but I get an empty value, even though the number of players is not zero (and this information is displayed correctly). I tried to figure out the problem myself and got the following:
Bytes: b'D\x01\x00\x00\x00\x00\x00\x00\xfc\xae\xf3D' (reading bytes from the __connect_and_send_challenge method of the Source protocol)
Result: [Player(name=‘’, score=0, duration=1949.46826171875, deaths=None, money=None)] (output of the source.get_players() function)
In other words, the only thing that is displayed correctly is the time spent on the server. All other information is not specified.
How can this be fixed? Tested on the game Icarus, self-hosting on windows
To Reproduce
Steps to reproduce the behavior:
- Run Icarus server
- Try to see Players list
Expected behavior
Want to see Players List (like on the image below)
Desktop (please complete the following information):
- OS: Windows 10 Pro
