terry3041 / pyChatGPT

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

in send_message response = self.driver.find_elements( IndexError: list index out of range #55

Closed Straxit0 closed 1 year ago

Straxit0 commented 1 year ago

I don't understand this issue : i tried to do a new auth_type like #42 And i tried to update pyChatGPT like said in #52 But it doesn't fixed the issue

File "location of pyChatGPT ", line 395, in send_message response = self.driver.find_elements( IndexError: list index out of range

Do someone has an idea of how to solve this please ? Thaks guys ^^

MidTano commented 1 year ago

i fix this ;) wait update

Straxit0 commented 1 year ago

i fix this ;) wait update

Thank you very much ^^

terry3041 commented 1 year ago

Should be fixed in v0.3.9.5.