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
So with latest version of main, I am unable to get Docker running on my setup, most likely because I am on a M1 setup and the chromedriver fails to be found for my setup.
So then I figured I'd try to run it manually outside of Docker like I am used to and was unable to:
File "/Users/stefanayala/Library/Caches/pypoetry/virtualenvs/chrome-gpt-eEQoRrTE-py3.11/lib/python3.11/site-packages/urllib3/util/retry.py", line 592, in increment
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 0x11344e910>: Failed to establish a new connection: [Errno 8] nodename nor servname provided, or not known'))
Looks like it has trouble connecting to the grid
So then I went wanted to go back to last known working changes:
So with latest version of main, I am unable to get Docker running on my setup, most likely because I am on a M1 setup and the chromedriver fails to be found for my setup.
So then I figured I'd try to run it manually outside of Docker like I am used to and was unable to:
Looks like it has trouble connecting to the grid
So then I went wanted to go back to last known working changes:
poetry remove selenium
poetry add selenium
This installed the newer version of Selenium which allowed me to run ChromeGPT with latest version of Chrome (yay!).
Maybe someone else can validate that they are able to get this project running outside of Docker with latest version of main?
The text was updated successfully, but these errors were encountered: