fgimian / paramiko-expect

A Python expect-like extension for the Paramiko SSH library which also supports tailing logs.
MIT License
204 stars 78 forks source link

UnicodeDecodeError: 'utf-8' codec can't decode byte 0xff in position 75: invalid start byte #55

Closed rebelfish closed 1 year ago

rebelfish commented 4 years ago

is it possible to 'ignore' this error?

fgimian commented 4 years ago

Please provide more context. Please share your code and a full traceback.