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("
mncrftfrcnm commented
how did you solve that?
ffuyu commented
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.
mncrftfrcnm commented
Thank you, @f11y11