mirror of
https://github.com/langchain-ai/create-agent-chat-app.git
synced 2026-07-19 15:13:44 -04:00
[GH-ISSUE #13] TypeError: Could not convert argument of type symbol to string. #4
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jiarongkoh on GitHub (Mar 17, 2025).
Original GitHub issue: https://github.com/langchain-ai/create-agent-chat-app/issues/13
I was getting started with this repo and I was thrown the following error when i ran
npm run dev.Steps to reproduce:
npm run devMessage/error:
@bracesproul commented on GitHub (Mar 17, 2025):
@jiarongkoh did this occur after making a request, or just from starting the server?
Also are you running on Windows/Mac/Linux?
@bracesproul commented on GitHub (Mar 17, 2025):
I just ran a test (see trace here) and it worked without throwing that error (running on MacOS)
If you could provide more details that would be great. Thanks
@jiarongkoh commented on GitHub (Mar 18, 2025):
@bracesproul it happened after starting the server, and when Langsmith is opened automatically.
I'm running MacOS Sonoma 14.7, M2 chip
@ibbybuilds commented on GitHub (Mar 26, 2025):
@jiarongkoh Did you find any solution I am facing similar issue on windows.
@bracesproul Any update?
@bracesproul commented on GitHub (Mar 26, 2025):
@jiarongkoh @mibrahim2001 I believe this is due to the node version you're running. if you switch to
20.9.0does it still happen?@ibbybuilds commented on GitHub (Mar 26, 2025):
@bracesproul I am currently on
v20.15.1, am I supposed to downgrade it? Shouldn't the thing (that is causing this error) be patched in the version that is greater than20.9.0?@ibbybuilds commented on GitHub (Mar 26, 2025):
It works all fine when using node version
20.9.0, thank you @bracesproul. Can you share more details on what causes the error in the later versions?@bracesproul commented on GitHub (Apr 1, 2025):
@mibrahim2001 not exactly sure what the issue is. some node versions are simply not supported by our API at this time.
TypeError: Could not convert argument of type symbol to string.to [GH-ISSUE #13] TypeError: Could not convert argument of type symbol to string.