WebSocketPayloadException with Tornado and websocket python connection -


what mean when sending compressed/binary data tornado client on websocket?

 file "/usr/lib64/python2.7/site-packages/websocket/_abnf.py", line 380, in extract     raise websocketpayloadexception("cannot decode: " + repr(frame.data)) websocket._exceptions.websocketpayloadexception: cannot decode: "x\x9c\xc5\xcd 

it means set binary=true option in self.write_message() call


Comments

Popular posts from this blog

python - TypeError: start must be a integer -

c# - DevExpress RepositoryItemComboBox BackColor property ignored -

django - Creating multiple model instances in DRF3 -