Tuesday, December 10, 2019

Re: Sometime it's happening this error on server on django application

This look like the peer (the client whom the connecting to server) connection is abnormally interrupted. 
The possibilities are very broad. This could be happening by client software, driver or hardware. 
Also, this could causing by client's physical internet connection from LAN cable to ISP. 

Saygılarımla,
Sencer HAMARAT



On Wed, Dec 11, 2019 at 8:52 AM Rupam Hazra <rupamhazra@gmail.com> wrote:

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.

--
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/CACp8TZisYvWpn7HW7arC5_Bze4ppyUBFdSKyB-YavObwD71%3D1w%40mail.gmail.com.

No comments:

Post a Comment