denise
0
Q:

uvicorn ERROR: [Errno 98] Address already in use

kill -9 $(ps -A | grep python | awk '{print $1}')
1
#find the process using the port
lsof -i :8000
#and kill it
kill -9 process_id
0
kill -9 $(ps -A | grep python | awk '{print $1}')
0

New to Communities?

Join the community