Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

uvicorn ERROR: [Errno 98] Address already in use

#find the process using the port
lsof -i :8000
#and kill it
kill -9 process_id
Comment

PREVIOUS NEXT
Code Example
Shell :: zsh: command not found: gatsby 
Shell :: Could not build wheels for pygalmesh which use PEP 517 and cannot be installed directly 
Shell :: nginx control process exited with error code 
Shell :: vuejs sass Syntax Error: TypeError: this.getOptions is not a function 
Shell :: install rclone 
Shell :: How to add username and password in github 
Shell :: check ubuntu version 
Shell :: python pip install r requirements txt 
Shell :: change master to main 
Shell :: is not digitally signed. You cannot run this script on the current system. 
Shell :: cocoapods not installed flutter mac 
Shell :: laravel rollback last migration 
Shell :: notion ubuntu 
Shell :: install pprint python 
Shell :: show linux distro 
Shell :: bash find process using port 
Shell :: how to install tor browser in ubuntu 
Shell :: error pip install psycopg2-binary ld: library not found for -lssl 
Shell :: magento 2 check version command line 
Shell :: wsl ubuntu reboot 
Shell :: spotify download ubuntu 
Shell :: ngrok run in background and get link 
Shell :: pip reinstall 
Shell :: pycharm ubuntu install 
Shell :: uncompress tar.xz linux 
Shell :: find out which procses is using port linux 
Shell :: import org.apache.cordova.Whitelist; 
Shell :: ubuntu root login ssh 
Shell :: find folder in centos 8 
Shell :: test environment jest-environment-jsdom cannot be found 
ADD CONTENT
Topic
Content
Source link
Name
2+7 =