mikeizbicki / cmc-csci040

Computing for the Web
37 stars 58 forks source link

issue #232

Closed nataliephillips closed 2 years ago

nataliephillips commented 2 years ago

I was typing something into my terminal, and I accidentally hit random keys. Now, when I run my hw05.py I get this error:


  File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/socketserver.py", line 452, in __init__
    self.server_bind()
  File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/http/server.py", line 138, in server_bind
    socketserver.TCPServer.server_bind(self)
  File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/socketserver.py", line 466, in server_bind
    self.socket.bind(self.server_address)
OSError: [Errno 48] Address already in use ```