Closed towolf closed 7 years ago
looks like "send": "\r", from benq.json is not parsed correctly? does json really support escaped ascii?
I converted the Unicode coming from json.loads
to string. Then it works.
If someone wants to contribute a fix for this, it looks like we'll need to deal with Python 2 and 3 support... I just moved so I won't be able to get to it for a while.
When I inserted
.encode('ascii')
it started working.