Answers for "uvicorn ERROR: [Errno 98] Address already in use"

0

uvicorn ERROR: [Errno 98] Address already in use

#find the process using the port
lsof -i :8000
#and kill it
kill -9 process_id
Posted by: Guest on November-19-2020

Code answers related to "uvicorn ERROR: [Errno 98] Address already in use"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language