In steam i got report of this error, the server is linux and its running latest source.python
2025-04-19 10:40:33 - sp.hooks.exceptions - EXCEPTION [Source.Python]
[SP] Caught an Exception:
Traceback (most recent call last):
File "..\addons\source-python\packages\source-python\messages\hooks.py", line 278, in _pre_message_end
data = impl.read(buffer_read)
File "..\addons\source-python\packages\source-python\messages\impl.py", line 113, in read
return cls.read_bitbuffer(buffer)
~~~~~~~~~~~~~~~~~~^^^^^^^^
File "..\addons\source-python\packages\source-python\messages\impl.py", line 159, in read_bitbuffer
message=buffer.read_string(),
~~~~~~~~~~~~~~~~~~^^
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xd0 in position 106: invalid continuation byte
I am not sure if it is related to #452