ERROR: FastAPI
ERROR: [Errno 48] Address already in use
$ uvicorn app.main:app --reload INFO: Will watch for changes in these directories: ['/Users/onesixx/my/git/noti-api'] ERROR: [Errno 48] Address already in use $ lsof -i:8000 COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME python3.8 62705 onesixx 4u IPv4 0xf54d9a0afd0892b 0t0 TCP localhost:irdmi (LISTEN) $ kill -9 62705