Skip to content

Instantly share code, notes, and snippets.

@asadlive84
Last active October 1, 2019 14:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save asadlive84/f410b80a9abd496167c93c040aefd83e to your computer and use it in GitHub Desktop.
Save asadlive84/f410b80a9abd496167c93c040aefd83e to your computer and use it in GitHub Desktop.
Flask: python socket.error: [Errno 98] Address already in use [closed]
sudo lsof -t -i tcp:8000 | xargs kill -9
https://stackoverflow.com/questions/17780291/python-socket-error-errno-98-address-already-in-use
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment