barneygale/MCRcon

in_id, in_type = struct.unpack("<ii", in_payload[:8]) struct.error: unpack requires a buffer of 8 bytes

Closed this issue · 3 comments

ffuyu commented
in_id, in_type = struct.unpack("

how did you solve that?

Hey, it’s been years and I don’t really remember. You could refer to demo.py though as it seems you need to pass sock as the first argument and then the command.

Thank you, @f11y11