Connection reset by peer

Sbag
I am getting this error for last couple of time. Is there correlation between brwoser log in and algo running. If i do web log-in and log-out several time while my algo is running then will face connection problem in algo?

File "/usr/lib/python3.8/http/client.py", line 1348, in getresponse
response.begin()
File "/usr/lib/python3.8/http/client.py", line 316, in begin
version, status, reason = self._read_status()
File "/usr/lib/python3.8/http/client.py", line 277, in _read_status
line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
File "/usr/lib/python3.8/socket.py", line 669, in readinto
return self._sock.recv_into(b)
File "/usr/lib/python3.8/ssl.py", line 1241, in recv_into
return self.read(nbytes, buffer)
File "/usr/lib/python3.8/ssl.py", line 1099, in read
return self._sslobj.read(len, buffer)
ConnectionResetError: [Errno 104] Connection reset by peer

  • rakeshr
    If i do web log-in and log-out several time while my algo is running then will face connection problem in algo?
    Yes. Go through the login FAQs here.
    ConnectionResetError: [Errno 104] Connection reset by peer
    Which API call has thrown this error? Can you paste here the complete error stack trace?
Sign In or Register to comment.