You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to run and give a task to Chrome-GPT, I received this error
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='selenium-chrome', port=4444): Max retries exceeded with url: /wd/hub/session (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x1199345d0>: Failed to establish a new connection: [Errno 8] nodename nor servname provided, or not known'))
The text was updated successfully, but these errors were encountered:
I reverted my fork back to before the docker changes and upgraded selenium and now it works again, here's the fork if you're curious: https://github.com/BaseInfinity/SeleniumGPT
I reverted my fork back to before the docker changes and upgraded selenium and now it works again, here's the fork if you're curious: https://github.com/BaseInfinity/SeleniumGPT
need to Rolled back changes to eb7cbce
so I think maybe newest commits import this bug.
When I try to run and give a task to Chrome-GPT, I received this error
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='selenium-chrome', port=4444): Max retries exceeded with url: /wd/hub/session (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x1199345d0>: Failed to establish a new connection: [Errno 8] nodename nor servname provided, or not known'))
The text was updated successfully, but these errors were encountered: