I am running Flask in Pycharm. Suddenly I can no longer run the framework properly! I get a bunch of error messages that ends with:
socket.error: [Errno 48] Address already in use
It seems like the socket Flask is using:
"http://127.0.0.1:5000/"
And it is somehow not available anymore because the last runtime was not shut down properly. I can probably restart my computer and it will probably be a solution, but I don't want to do that if it happens regularly. How do I shut it down?