0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

processをkillした日(flaskでAddress already in useというerrorが出た)

Last updated at Posted at 2019-12-13

起動しようとするとerrorが出た。
指定のprocessが既に使われているようだ。

OSError: [Errno 98] Address already in use

process を探して
ps -fA | grep python

任意のものを葬る

kill xxxx(任意)

参考

http://yusuke-ujitoko.hatenablog.com/entry/2018/07/14/144227
https://qiita.com/shuntaro_tamura/items/4016868bda604baeac3c

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?