socket.error: [Errno 98] Address already in use
ZeyangYu1007 opened this issue · 1 comments
ZeyangYu1007 commented
input "python -m CGIHTTPServer 8000" and then got noting but socket.error: [Errno 98] Address already in use
calebweinreb commented
This usually happens when you already have a server running under the same
port... Do you have any open terminal windows running a cgi server? You can
also avoid this by changing the port number from 8000 to something else
like 5000 or 5555
…On Tue, Mar 3, 2020 at 11:58 PM ZeyangYu1007 ***@***.***> wrote:
input "python -m CGIHTTPServer 8000" and then got noting but socket.error:
[Errno 98] Address already in use
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#21?email_source=notifications&email_token=ABO45MUZP42XM3XLH5JU4XDRFX3XVA5CNFSM4LA5MDAKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4ISIRCOQ>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABO45MRLVDFDUKZ4PSOZ5FLRFX3XVANCNFSM4LA5MDAA>
.