vprof icon indicating copy to clipboard operation
vprof copied to clipboard

Exception happened during processing of request from ('10.255.0.2', 55477)

Open temchannat opened this issue 6 years ago • 4 comments

I have a problem this error message after running my app for several minutes. Exception happened during processing of request from ('10.255.0.2', 55477) I am wondering where is the IP 10.255.0.2 come from? Here is the full error message:

Exception happened during processing of request from ('10.255.0.2', 55475)
Traceback (most recent call last):
  File "/usr/local/lib/python3.7/socketserver.py", line 650, in process_request_thread
    self.finish_request(request, client_address)
  File "/usr/local/lib/python3.7/socketserver.py", line 360, in finish_request
    self.RequestHandlerClass(request, client_address, self)
  File "/usr/local/lib/python3.7/socketserver.py", line 720, in __init__
    self.handle()
  File "/usr/local/lib/python3.7/site-packages/django/core/servers/basehttp.py", line 171, in handle
    self.handle_one_request()
  File "/usr/local/lib/python3.7/site-packages/django/core/servers/basehttp.py", line 179, 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)
ConnectionResetError: [Errno 104] Connection reset by peer

temchannat avatar Oct 01 '19 03:10 temchannat

having same problem..have you got any solution for this?

Masud-Hussain809 avatar Jan 19 '21 09:01 Masud-Hussain809

same problem

ahmedabdessamad avatar Jan 27 '21 11:01 ahmedabdessamad

same

ivan886 avatar Apr 02 '21 13:04 ivan886

same

meisa233 avatar Jan 06 '23 06:01 meisa233