terry3041 / pyChatGPT

An unofficial Python wrapper for OpenAI's ChatGPT API
GNU General Public License v3.0
1.35k stars 252 forks source link

selenium.common.exceptions.WebDriverException: Message: unknown error: cannot connect to chrome at 127.0.0.1 #97

Open natandiasm opened 1 year ago

natandiasm commented 1 year ago

When I run the code it breaks and says that it was not possible to connect to chrome, but chrome is installed and is in the right place on my linux, could someone help me?

terry3041 commented 1 year ago

Try to provide error log or else I cannot debug for you.

lf2foce commented 1 year ago

I got the same error using Colab. I think, because of Selenium. image

*edit: worked normal in my local machine but not on Colab.

Thanks

prakash-deepsphere commented 1 year ago

image

Getting this error in colab notebook. Please help me to resolve this issue.