Python [Errno 98] Address already in use

前端 未结 9 2674
一个人的身影
一个人的身影 2020-11-27 10:35

In my Python socket program, I sometimes need to interrupt it with Ctrl-C. When I do this, it does close the connection using socket.close().

9条回答
  •  青春惊慌失措
    2020-11-27 10:47

    Got the same error :
    Steps followed :
    1 - used $ ps -fA | grep python
    2 - Killed all the process
    3 - Closed terminal
    4 - relaunced and launched the application ( mkchromecast).
    5 - did not get this error message.

    Got another issue. following up on that .

提交回复
热议问题