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
Exception happened during processing of request from ('ip', 57762)
Traceback (most recent call last):
File "/usr/lib/python3.4/socketserver.py", line 305, in _handle_request_noblock
self.process_request(request, client_address)
File "/usr/lib/python3.4/socketserver.py", line 331, in process_request
self.finish_request(request, client_address)
File "/usr/lib/python3.4/socketserver.py", line 344, in finish_request
self.RequestHandlerClass(request, client_address, self)
File "/usr/lib/python3.4/socketserver.py", line 673, in __init__
self.handle()
File "/usr/lib/python3.4/wsgiref/simple_server.py", line 126, in handle
if not self.parse_request(): # An error code has been sent, just exit
File "/usr/lib/python3.4/http/server.py", line 321, in parse_request
_class=self.MessageClass)
File "/usr/lib/python3.4/http/client.py", line 261, in parse_headers
line = fp.readline(_MAXLINE + 1)
File "/usr/lib/python3.4/socket.py", line 374, in readinto
return self._sock.recv_into(b)
KeyboardInterrupt
Solution: to interrupt the application using keyboard. This allows it to continue working.
The text was updated successfully, but these errors were encountered:
Solution: to interrupt the application using keyboard. This allows it to continue working.
The text was updated successfully, but these errors were encountered: