Exception happened during processing of request from ('47.11.53.147', 47572)
Traceback (most recent call last):
File "/usr/local/lib/python3.7/socketserver.py", line 647, in process_request_thread
self.finish_request(request, client_address)
File "/usr/local/lib/python3.7/socketserver.py", line 357, in finish_request
self.RequestHandlerClass(request, client_address, self)
File "/usr/local/lib/python3.7/socketserver.py", line 717, in __init__
self.handle()
File "/var/www/html/ssil_env/lib/python3.7/site-packages/django/core/servers/basehttp.py", line 153, in handle
self.handle_one_request()
File "/var/www/html/ssil_env/lib/python3.7/site-packages/django/core/servers/basehttp.py", line 161, in handle_one_request
self.raw_requestline = self.rfile.readline(65537)
File "/usr/local/lib/python3.7/socket.py", line 589, in readinto
return self._sock.recv_into(b)
File "/usr/local/lib/python3.7/ssl.py", line 1049, in recv_into
return self.read(nbytes, buffer)
File "/usr/local/lib/python3.7/ssl.py", line 908, in read
return self._sslobj.read(len, buffer)
ConnectionResetError: [Errno 104] Connection reset by peer
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/4bc88110-6843-4f26-aa08-6f156fd162f0%40googlegroups.com.
No comments:
Post a Comment