kiss icon indicating copy to clipboard operation
kiss copied to clipboard

TypeError: sequence item 0: expected str instance, bytes found

Open ryanhz opened this issue 6 years ago • 1 comments

k.write(b'Hello, world!') Traceback (most recent call last): File "", line 1, in File "/usr/local/lib/python3.6/site-packages/kiss/classes.py", line 197, in write kiss.FEND TypeError: sequence item 0: expected str instance, bytes found

classes.py:193 should be frame_kiss = b''.join([

typo?

ryanhz avatar Dec 24 '17 22:12 ryanhz

fixed by #25 and minimally by #28

masenf avatar Aug 30 '21 18:08 masenf