Buuntu / fastapi-react

🚀 Cookiecutter Template for FastAPI + React Projects. Using PostgreSQL, SQLAlchemy, and Docker
MIT License
2.19k stars 349 forks source link

ImportError: cannot import name 'WebSocketException' from 'starlette.exceptions' (/opt/homebrew/lib/python3.9/site-packages/starlette/exceptions.py) #199

Open GZ315200 opened 1 year ago

GZ315200 commented 1 year ago

i use command uvicorn main:app --reload and than i got this error

ImportError: cannot import name 'WebSocketException' from 'starlette.exceptions' (/opt/homebrew/lib/python3.9/site-packages/starlette/exceptions.py)
davisharry commented 1 year ago

I got this problem too. any solutions?

arianpasquali commented 1 month ago

Same here

starlette.version '0.37.2'