Dmnd98yt

termiuserrorpython

Jun 12th, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. Serving on ('127.0.0.1', 1234)
  2. Task exception was never retrieved
  3. future: <Task finished coro=<handle_echo() done, defined at /Users/diamondcreeper/PycharmProjects/ASynchat/Server.py:4> exception=UnicodeDecodeError('utf-8', b'\xff\xfa\x18\x00xterm\xff\xf0', 0, 1, 'invalid start byte')>
  4. Traceback (most recent call last):
  5. File "/Users/diamondcreeper/PycharmProjects/ASynchat/Server.py", line 6, in handle_echo
  6. message = data.decode()
  7. UnicodeDecodeError: 'utf-8' codec can't decode byte 0xff in position 0: invalid start byte
Add Comment
Please, Sign In to add comment