Start a new topic

Selenium Connection Refused error

I am running selenium with crawlera and headless proxy docker container. When I run my script I am getting the following errors. I am not sure whats causing the issue and wanted to know if anyone had encountered the same. I can post my code which I am sure will be needed.
  • ConnectionRefusedError: [Errno 111] Connection refused
  • urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f5c075a2710>: Failed to establish a new connection: [Errno 111] Connection refused
  • urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='127.0.0.1', port=34033): Max retries exceeded with url: /session/8d7a836b1208556617ddda16f82bd3d5/url (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f5c075a2710>: Failed to establish a new connection: [Errno 111] Connection refused',))

Login to post a comment