richardyc / Chrome-GPT

An AutoGPT agent that controls Chrome on your desktop
GNU General Public License v3.0
1.66k stars 208 forks source link

raise MaxRetryError #37

Open zorenwin opened 12 months ago

zorenwin commented 12 months ago

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'))

xifeng0126 commented 11 months ago

I also meet this error. Do you have solved it?

BaseInfinity commented 11 months ago

I ran into this as well: https://github.com/richardyc/Chrome-GPT/issues/40

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

OldHunter0 commented 2 months ago

I ran into this as well: #40

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 eb7cbced so I think maybe newest commits import this bug.