最好上傳 log 檔案
"2022-11-27T08:26:28Z {'REMOTE_ADDR': '192.168.16.1', 'REMOTE_PORT': '39988', 'HTTP_HOST': 'xx.xxx.xxx.xxx:5055', (hidden keys: 32)} failed with WebsocketMismatch
"
werkzeug.routing.exceptions.WebsocketMismatch: 400 Bad Request: The browser (or proxy) sent a request that this server could not understand.
raise WebsocketMismatch() from None
File \"/usr/local/lib/python3.11/site-packages/werkzeug/routing/map.py\", line 622, in match
handler, values = adapter.match()
File \"/usr/local/lib/python3.11/site-packages/flask_sockets.py\", line 40, in call
return self.wsgi_app(environ, start_response)
File \"/usr/local/lib/python3.11/site-packages/flask/app.py\", line 2548, in call
問題描述
在這裏詳細説明你遇到了什麽問題
用docker build 最新版本能運行但,只要一進[任務監控中心] 就會出以下error 在docker log 下
最好上傳 log 檔案 "2022-11-27T08:26:28Z {'REMOTE_ADDR': '192.168.16.1', 'REMOTE_PORT': '39988', 'HTTP_HOST': 'xx.xxx.xxx.xxx:5055', (hidden keys: 32)} failed with WebsocketMismatch " werkzeug.routing.exceptions.WebsocketMismatch: 400 Bad Request: The browser (or proxy) sent a request that this server could not understand. raise WebsocketMismatch() from None File \"/usr/local/lib/python3.11/site-packages/werkzeug/routing/map.py\", line 622, in match handler, values = adapter.match() File \"/usr/local/lib/python3.11/site-packages/flask_sockets.py\", line 40, in call return self.wsgi_app(environ, start_response) File \"/usr/local/lib/python3.11/site-packages/flask/app.py\", line 2548, in call