Source.Python icon indicating copy to clipboard operation
Source.Python copied to clipboard

messages - UnicodeDecodeError

Open Frag1337 opened this issue 3 years ago • 0 comments

Hey,

I was just checking my logs and found this in here:

Client "🖤🇺🇦МАША🇺🇦ðŸ–" connected (X.XXX.XXX.XXX:27005).
[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
    param1=buffer.read_string(),

UnicodeDecodeError: 'utf-8' codec can't decode bytes in position 28-30: unexpected end of data

Is this sp related or something else?

Frag1337 avatar Aug 16 '22 15:08 Frag1337