Free-Auto-GPT icon indicating copy to clipboard operation
Free-Auto-GPT copied to clipboard

Selenium remote web access, selection problem when ChatGPT Cookie

Open 3girls1cup opened this issue 1 year ago • 2 comments

⚠️INSTRUCTIONS: Can't run any of the models with ChatGPT Cookie
  • Enter ONE "x" inside the brackets [x] to choose the answer
  • [x] Example
  • [ ] Example2

Have you already searched for your ISSUE among the resolved ones?

  • [x] Yes, new issue
  • [ ] Yes, but the solution not work for me
  • [ ] No

What version of Python do you have?

  • [ ] Last, Python > 3.11
  • [x] Python = 3.10

What version of operating system do you have?

  • [x] 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
  • [x] 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 is not clickable at point (1098, 931). Other element would receive the click:

...
(Session info: chrome=113.0.5672.63)

3girls1cup avatar May 11 '23 14:05 3girls1cup