error when graph is executing. #4878
Replies: 6 comments 1 reply
-
I got the same issue trying load testing my langgraph api |
Beta Was this translation helpful? Give feedback.
-
Hi everyone, I’m running into exactly the same
|
Beta Was this translation helpful? Give feedback.
-
+1 |
Beta Was this translation helpful? Give feedback.
-
hey,guys. Did you resolve this problem? I also got the error. |
Beta Was this translation helpful? Give feedback.
-
what context are you running this in? i am running behind FastAPI. |
Beta Was this translation helpful? Give feedback.
-
+1 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
This is an occasional situation where an error is reported when calling the large model to generate the final answer
Exception in callback FuturesDict.on_done(PregelExecuta... subgraphs=[]))(<Task finishe...的用户。'}], ...}>)
handle: <Handle FuturesDict.on_done(PregelExecuta... subgraphs=[]))(<Task finishe...的用户。'}], ...}>)>
Traceback (most recent call last):
File "/usr/local/python3/lib/python3.12/asyncio/events.py", line 88, in _run
self._context.run(self._callback, *self._args)
File "/apps/.local/lib/python3.12/site-packages/langgraph/pregel/runner.py", line 103, in on_done
self.callback()(task, _exception(fut)) # type: ignore[misc]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: 'NoneType' object is not callable
Beta Was this translation helpful? Give feedback.
All reactions