Skip to content
Advertisement

Tag: fastapi

Address already in use – FastAPI

I keep getting [Errno 98] Address already in use But the address is not in use. I tried to change the ip and port but It isn’t budging. uvicorn main:app –reload also tried uvicorn main:app –host=172.0.0.2 –port=5000 then it gives [Errno 99] error while attempting to bind on address (‘172.0.0.2’, 5000): cannot assign requested address I tried running a flask

Advertisement