Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add reconnection logic #2

Open
roata opened this issue Nov 8, 2019 · 0 comments
Open

Add reconnection logic #2

roata opened this issue Nov 8, 2019 · 0 comments

Comments

@roata
Copy link
Member

roata commented Nov 8, 2019

Traceback (most recent call last):
  File "/home/gps/bridge-yandex/venv-briya/lib/python3.7/site-packages/urllib3/connectionpool.py", line 672, in urlopen                                             
    chunked=chunked,                                                        
  File "/home/gps/bridge-yandex/venv-briya/lib/python3.7/site-packages/urllib3/connectionpool.py", line 421, in _make_request                                       
    six.raise_from(e, None)           
  File "<string>", line 3, in raise_from                              
  File "/home/gps/bridge-yandex/venv-briya/lib/python3.7/site-packages/urllib3/connectionpool.py", line 416, in _make_request                                       
    httplib_response = conn.getresponse()                                                                                                                           
  File "/usr/lib/python3.7/http/client.py", line 1321, in getresponse                                                                                               
    response.begin()                                           
  File "/usr/lib/python3.7/http/client.py", line 296, in begin                                                                                                      
    version, status, reason = self._read_status()           
  File "/usr/lib/python3.7/http/client.py", line 257, in _read_status                                                                                               
    line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  File "/usr/lib/python3.7/socket.py", line 589, in readinto                                                                                                        
    return self._sock.recv_into(b)     
ConnectionResetError: [Errno 104] Connection reset by peer          
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant