Error while checkpoint #477
Unanswered
Mrunmay8558
asked this question in
Q&A
Replies: 2 comments 4 replies
-
Please share code. |
Beta Was this translation helpful? Give feedback.
4 replies
-
Yeah its resolved now
Thank you for the reply
…On Wed, 9 Apr 2025 at 12:46 PM, Shivam Asati ***@***.***> wrote:
did you resolved it ?
—
Reply to this email directly, view it on GitHub
<#477 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BAYGCHBJVEPA2EF5FKSFQPL2YTCNRAVCNFSM6AAAAABOHAH3JKVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTENZXGQZDQNA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***
com>
|
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
-
Hello,
I'm encountering a TypeError when running my code:
TypeError: channels[k].fromCheckpoint is not a function
at emptyChannels (file:///D:/Full%20Stack/React/aiast/backend/node_modules/@langchain/langgraph/dist/channels/base.js:32:42)
at PregelLoop.initialize (file:///D:/Full%20Stack/React/aiast/backend/node_modules/@langchain/langgraph/dist/pregel/loop.js:198:26)
at async CompiledStateGraph._streamIterator (file:///D:/Full%20Stack/React/aiast/backend/node_modules/@langchain/langgraph/dist/pregel/index.js:458:20)
It looks like the fromCheckpoint function is not defined for channels[k]. This issue arises when executing the new.js file. Could anyone provide insights into why this function might be missing or how to resolve this problem?
Thanks for your help!
Beta Was this translation helpful? Give feedback.
All reactions