nvdv / vprof

Visual profiler for Python
BSD 2-Clause "Simplified" License
3.95k stars 154 forks source link

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

Open temchannat opened 4 years ago

temchannat commented 4 years ago

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
Masud-Hussain809 commented 3 years ago

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

ahmedabdessamad commented 3 years ago

same problem

ivan886 commented 3 years ago

same

meisa233 commented 1 year ago

same