FastAPI 解读 by Gascognya

FastAPI WebSocket 报错Unsupported

2020-10-22  本文已影响0人  Gascognya

chrome提示

WebSocket connection to 'ws://localhost:8000/ws' failed: Error during WebSocket handshake: Unexpected response code: 400

Uvicorn在新版本后[>= 0.12]有关,不会自动提供websocket实现。
尝试pip install uvicorn [standard],即可正常工作。

上一篇 下一篇

猜你喜欢

热点阅读