You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have program running perfectly with txWS and Python2.7 via SSL channel. Recently the program upgraded to Python 3.6 and pip-installed a new copy of Twisted and txWS. Sending message to server works fine. But the other direction goes something wrong: The error message is
"failed: Could not decode a text frame as UTF-8." in Chrome when the payload size is over 100 bytes. Is there any suggestion?
The text was updated successfully, but these errors were encountered:
I have program running perfectly with txWS and Python2.7 via SSL channel. Recently the program upgraded to Python 3.6 and pip-installed a new copy of Twisted and txWS. Sending message to server works fine. But the other direction goes something wrong: The error message is
"failed: Could not decode a text frame as UTF-8." in Chrome when the payload size is over 100 bytes. Is there any suggestion?
The text was updated successfully, but these errors were encountered: