theAbdoSabbagh / UnlimitedGPT

An unofficial Python wrapper for OpenAI's ChatGPT API
https://pypi.org/project/UnlimitedGPT/
GNU General Public License v3.0
346 stars 43 forks source link

Crash when using newest chrome version (116.0.5845.110) #38

Closed xdSora closed 1 year ago

xdSora commented 1 year ago

Running the api with the newest chrome version produces the following:

image

This has happened due to the recent update. Are there any plans to update the code to work with the new version?

xdSora commented 1 year ago

Thankfully, turns out to be a very simple fix:

pip install --upgrade undetected_chromedriver