-
Notifications
You must be signed in to change notification settings - Fork 151
Open
Labels
Description
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