You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
⚠️INSTRUCTIONS: Can't run any of the models with ChatGPT Cookie
Enter ONE "x" inside the brackets [x] to choose the answer
Example
Example2
Have you already searched for your ISSUE among the resolved ones?
Yes, new issue
Yes, but the solution not work for me
No
What version of Python do you have?
Last, Python > 3.11
Python = 3.10
What version of operating system do you have?
Windows
Linux/Ububtu
Mac/OSX
What type of installation did you perform?
pip3 install -r requirements.txt
python3 -m pip install -r requirements.txt
Anaconda
Container on VS
Desktop (please complete the following information):
Browser [e.g. chrome] : Brave
Version [e.g. 112] : Version 1.51.110 Chromium: 113.0.5672.77 (Build officiel) (64 bits) (doesn't it use an independant chromium browser ?)
Describe the bug
First of all, thanky for the great work you are doing here, much appreciated !
Here is the error I keep getting, seems like the selenium can't click on the right element... Did I do something wrong ? Followed all the instructions, the entered cookie is the right one. Tried to leave one window open connected to chat.openai.com (I'm only using the ChatGPT version), then closed, tried to use BabyAGI, AUTOGPT, none of the solution worked. What would be the problem, the container, the cookie ? Worth mentionning that I apparently have Python 3.10, could this be it ?
I'm lost... If someone could help me, would be great ! Thank you for your time and hope I don't bother with silly a silly problem...
Traceback (most recent call last):
File "/workspace/FreeAutoGPT/FreeLLM/pyChatGPT.py", line 449, in send_message
textbox.click()
File "/usr/local/lib/python3.10/site-packages/selenium/webdriver/remote/webelement.py", line 94, in click
self._execute(Command.CLICK_ELEMENT)
File "/usr/local/lib/python3.10/site-packages/selenium/webdriver/remote/webelement.py", line 403, in _execute
return self._parent.execute(command, params)
File "/usr/local/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 440, in execute
self.error_handler.check_response(response)
File "/usr/local/lib/python3.10/site-packages/selenium/webdriver/remote/errorhandler.py", line 245, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.ElementClickInterceptedException: Message: element click intercepted: Element <textarea tabindex="0" data-id="root" rows="1" placeholder="Send a message." class="m-0 w-full resize-none border-0 bg-transparent p-0 pr-7 focus:ring-0 focus-visible:ring-0 dark:bg-transparent pl-2 md:pl-0" style="max-height: 200px; height: 24px; overflow-y: hidden;"></textarea> is not clickable at point (1098, 931). Other element would receive the click:
...
(Session info: chrome=113.0.5672.63)
The text was updated successfully, but these errors were encountered:
Sorry, I didn't see that closed issue #50 was about the same issue, nontheless, you answered it saying the repo was updated to fix the problem. Should I try the solution you provided there ?
Have you already searched for your ISSUE among the resolved ones?
What version of Python do you have?
What version of operating system do you have?
What type of installation did you perform?
Desktop (please complete the following information):
Describe the bug
First of all, thanky for the great work you are doing here, much appreciated !
Here is the error I keep getting, seems like the selenium can't click on the right element... Did I do something wrong ? Followed all the instructions, the entered cookie is the right one. Tried to leave one window open connected to chat.openai.com (I'm only using the ChatGPT version), then closed, tried to use BabyAGI, AUTOGPT, none of the solution worked. What would be the problem, the container, the cookie ? Worth mentionning that I apparently have Python 3.10, could this be it ?
I'm lost... If someone could help me, would be great ! Thank you for your time and hope I don't bother with silly a silly problem...
Traceback (most recent call last):
File "/workspace/FreeAutoGPT/FreeLLM/pyChatGPT.py", line 449, in send_message
textbox.click()
File "/usr/local/lib/python3.10/site-packages/selenium/webdriver/remote/webelement.py", line 94, in click
self._execute(Command.CLICK_ELEMENT)
File "/usr/local/lib/python3.10/site-packages/selenium/webdriver/remote/webelement.py", line 403, in _execute
return self._parent.execute(command, params)
File "/usr/local/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 440, in execute
self.error_handler.check_response(response)
File "/usr/local/lib/python3.10/site-packages/selenium/webdriver/remote/errorhandler.py", line 245, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.ElementClickInterceptedException: Message: element click intercepted: Element <textarea tabindex="0" data-id="root" rows="1" placeholder="Send a message." class="m-0 w-full resize-none border-0 bg-transparent p-0 pr-7 focus:ring-0 focus-visible:ring-0 dark:bg-transparent pl-2 md:pl-0" style="max-height: 200px; height: 24px; overflow-y: hidden;"></textarea> is not clickable at point (1098, 931). Other element would receive the click:
(Session info: chrome=113.0.5672.63)
The text was updated successfully, but these errors were encountered: