You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
.
input "python -m CGIHTTPServer 8000" and then got noting but socket.error: [Errno 98] Address already in use
The text was updated successfully, but these errors were encountered: