ugorsahin/TalkingHeads

Error while running the program

Closed this issue · 7 comments

I am running into this error (using windows). It is because of the version of my Chrome not being compatible?

Your current driver version is 114. Please pass driver_version=114 to constructor, it should be fine.

I am getting the same error even if I pass in the driver_version=114 to the constructor of ChatGPT_Client.

  1. your credentials are visible on the image. I suggest removing the image.
  2. you can explicitly pass the chromedriver path, which may solve your issue.

I actually just sign in with Google when using ChatGPT, so that was just a dummy. Do I need to use my Google account details in this case then?

No, Google SSO is not yet supported.

Can you try headless=False, perhaps that can solve the problem.

Can you try headless=new, perhaps that can solve the problem.

Closed due to inactivity