Horje
uvicorn ERROR: [Errno 98] Address already in use Code Example
uvicorn ERROR: [Errno 98] Address already in use
#find the process using the port
lsof -i :8000
#and kill it
kill -9 process_id




Shell

Related
bash get user input Code Example bash get user input Code Example
Failed at the sharp@0.16.2 install script Code Example Failed at the [email protected] install script Code Example
helmfile install ubuntu Code Example helmfile install ubuntu Code Example
ssh: connect to host github.com port 22: Connection refused Code Example ssh: connect to host github.com port 22: Connection refused Code Example
how assign permission to a folder and all contents in ubuntu|linux Code Example how assign permission to a folder and all contents in ubuntu|linux Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
7