-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Contact Details
No response
What happened?
A bug happened! (i have google installed) as i am using it now.
Version
v0.4.1
What operating system are you using?
Windows
Relevant log output
RuntimeError: Couldn't start Chrome webdriver. Make sure you have Google Chrome installed
File "C:\%USERNAME%s\%USERNAME%\AppData\Local\Programs\Python\Python311\Lib\site-packages\chatgpt_gui\gui\widgets\conversation_view.py", line 145, in send_message
app().client.send_message(message, self.conversation) # type: ignore
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\%USERNAME%s\%USERNAME%\AppData\Local\Programs\Python\Python311\Lib\site-packages\chatgpt_gui\network\client\chatgpt.py", line 347, in send_message
if not (models := self.get_models()):
^^^^^^^^^^^^^^^^^
File "C:\%USERNAME%s\%USERNAME%\AppData\Local\Programs\Python\Python311\Lib\site-packages\chatgpt_gui\network\client\chatgpt.py", line 309, in get_models
return self._get('backend-api/models').json.get('models')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\%USERNAME%s\%USERNAME%\AppData\Local\Programs\Python\Python311\Lib\site-packages\chatgpt_gui\network\client\chatgpt.py", line 266, in _get
self.refresh_auth()
File "C:\%USERNAME%s\%USERNAME%\AppData\Local\Programs\Python\Python311\Lib\site-packages\chatgpt_gui\network\client\chatgpt.py", line 422, in refresh_auth
self.authenticator.cloudflare_clearance()
File "C:\%USERNAME%s\%USERNAME%\AppData\Local\Programs\Python\Python311\Lib\site-packages\chatgpt_gui\network\client\auth.py", line 400, in cloudflare_clearance
raise RuntimeError('Couldn\'t start Chrome webdriver. Make sure you have Google Chrome installed.') from e
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working