Connection pool is full, discarding connection with ThreadPoolExecutor and multiple headless browsers through Selenium and Python

后端 未结 2 1240
我寻月下人不归
我寻月下人不归 2021-01-20 03:58

I\'m writing some automation software using selenium==3.141.0, python 3.6.7, chromedriver 2.44.

Most of the the logic is ok to

2条回答
  •  无人及你
    2021-01-20 04:55

    please see your error

    ProtocolError('Connection aborted.', 
      RemoteDisconnected('Remote end closed connection without response',))
    
    'NewConnectionError(': 
       Failed to establish a new connection: [Errno 111] Connection refused',)':
    

    The error come because you are doing multiple connection too fast, it can be server down or server block your request.

提交回复
热议问题