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
Traceback (most recent call last): File "C:\Users\MasterS\AppData\Roaming\Python\Python39\site-packages\gevent\pywsgi.py", line 999, in handle_one_response self.run_application() File "C:\Users\MasterS\AppData\Roaming\Python\Python39\site-packages\geventwebsocket\handler.py", line 75, in run_application self.run_websocket() File "C:\Users\MasterS\AppData\Roaming\Python\Python39\site-packages\geventwebsocket\handler.py", line 52, in run_websocket list(self.application(self.environ, lambda s, h, e=None: [])) File "C:\Users\MasterS\AppData\Roaming\Python\Python39\site-packages\flask\app.py", line 2088, in __call__ return self.wsgi_app(environ, start_response) File "C:\Users\MasterS\AppData\Roaming\Python\Python39\site-packages\flask_sockets.py", line 40, in __call__ handler, values = adapter.match() File "C:\Users\MasterS\AppData\Roaming\Python\Python39\site-packages\werkzeug\routing.py", line 2030, in match raise WebsocketMismatch() werkzeug.routing.WebsocketMismatch: 400 Bad Request: The browser (or proxy) sent a request that this server could not understand. 2021-05-28T20:45:50Z {'REMOTE_ADDR': '192.168.0.14', 'REMOTE_PORT': '43050', 'HTTP_HOST': '192.168.0.4:5000', (hidden keys: 26)} failed with WebsocketMismatch
The text was updated successfully, but these errors were encountered:
Please use a version < 2 until this issue is fixed. Will close this issue once the root issue gets fixed.
You can also consider using the Node server instead.
User reported getting the following issue:
Traceback (most recent call last): File "C:\Users\MasterS\AppData\Roaming\Python\Python39\site-packages\gevent\pywsgi.py", line 999, in handle_one_response self.run_application() File "C:\Users\MasterS\AppData\Roaming\Python\Python39\site-packages\geventwebsocket\handler.py", line 75, in run_application self.run_websocket() File "C:\Users\MasterS\AppData\Roaming\Python\Python39\site-packages\geventwebsocket\handler.py", line 52, in run_websocket list(self.application(self.environ, lambda s, h, e=None: [])) File "C:\Users\MasterS\AppData\Roaming\Python\Python39\site-packages\flask\app.py", line 2088, in __call__ return self.wsgi_app(environ, start_response) File "C:\Users\MasterS\AppData\Roaming\Python\Python39\site-packages\flask_sockets.py", line 40, in __call__ handler, values = adapter.match() File "C:\Users\MasterS\AppData\Roaming\Python\Python39\site-packages\werkzeug\routing.py", line 2030, in match raise WebsocketMismatch() werkzeug.routing.WebsocketMismatch: 400 Bad Request: The browser (or proxy) sent a request that this server could not understand. 2021-05-28T20:45:50Z {'REMOTE_ADDR': '192.168.0.14', 'REMOTE_PORT': '43050', 'HTTP_HOST': '192.168.0.4:5000', (hidden keys: 26)} failed with WebsocketMismatch
The text was updated successfully, but these errors were encountered: