probably another instance of uWSGI is running on the same address (127.0.0.1:9090). bind(): Address ...

probably another instance of uWSGI is running on the same address (127.0.0.1:9090). bind(): Address already in use

uwsgi启动次数过多,杀掉进程,重新运行即可

fuser -k 9090/tcp
posted @ 2020-10-10 16:08  一只小羊  阅读(923)  评论(0)    收藏  举报