hulu / roku-dev-cli

A command-line developer tool for loading Roku builds
Apache License 2.0
26 stars 8 forks source link

handling telnet output as utf8 to avoid crashes in ascii searches #3

Closed strattonbrazil closed 6 years ago

strattonbrazil commented 6 years ago

Fixes a bug where the telnet output had non-ascii characters, which was causing a crash in the rfind() call. This path was handled in python 3, but can happen just as easily for python 2.