Work of the BABY in error #85
Replies: 1 comment
-
PLS see in close ISSUE |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I notice that BABYAGI only lists tasks based on an objective. Have you managed to make it work on each task?
Entering new AgentExecutor chain...
Traceback (most recent call last):
File "... \Free-AUTO-GPT-with-NO-API-main\FreeLLM\pyChatGPT.py", line 417, in send_message
textbox = WebDriverWait(self.driver, 10).until(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "... \python\Lib\site-packages\selenium\webdriver\support\wait.py", line 95, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
Backtrace:
GetHandleVerifier [0x0095DCE3+50899]
(No symbol) [0x008EE111]
(No symbol) [0x007F5588]
(No symbol) [0x008208F9]
(No symbol) [0x00820AFB]
(No symbol) [0x0084F902]
(No symbol) [0x0083B944]
(No symbol) [0x0084E01C]
(No symbol) [0x0083B6F6]
(No symbol) [0x00817708]
(No symbol) [0x0081886D]
GetHandleVerifier [0x00BC3EAE+2566302]
GetHandleVerifier [0x00BF92B1+2784417]
GetHandleVerifier [0x00BF327C+2759788]
GetHandleVerifier [0x009F5740+672048]
(No symbol) [0x008F8872]
(No symbol) [0x008F41C8]
(No symbol) [0x008F42AB]
(No symbol) [0x008E71B7]
BaseThreadInitThunk [0x76A80099+25]
RtlGetAppContainerNamedObjectPath [0x77347B6E+286]
RtlGetAppContainerNamedObjectPath [0x77347B3E+238]
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "... \Free-AUTO-GPT-with-NO-API-main\BABYAGI.py", line 147, in
baby_agi({"objective": OBJECTIVE})
.
.
.
File ".... \Free-AUTO-GPT-with-NO-API-main\FreeLLM\pyChatGPT.py", line 421, in send_message
except SeleniumExceptions.ElementClickInterceptedException():
TypeError: catching classes that do not inherit from BaseException is not allowed
Beta Was this translation helpful? Give feedback.
All reactions