. Advertisement .
..3..
. Advertisement .
..4..
I get the “oserror: [errno 98] address already in use” issue when trying to reopen Python socket program I have to wait what seems like a minute before I can connect again. Here is the detail of the error I got the error message:
[Errno 98] Address already in use
Please give me some advice to solve this problem.
The cause:
You are attempting to run services at the similar ports but another application has already runned. You don’t stop your service in the process stack, so the error happens.
Solution:
You don’t need to do anything, below is a line command and it can kill all running python processes.
For Linux-based operating systems:
Bash:
Fish: