You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the beta branch the Node-Agent-Live example, when running this example, receiving the below error: Text message received from client did not match any of the formats we expect.
Steps to reproduce
Clone the JS SDK, checkout beta branch
Perform local install and build, for example: npm install and npm run build
Run /examples/node-agent-live with your secret key
See error message: Text message received from client did not match any of the formats we expect.
Expected behavior
Should run without any error
Please tell us about your environment
Operating System/Version: MacOS
Language: NodeJS (v18.18.2)
Other information
I suspect it's due to misalignment of server/client API contract. It would be nice to add more details to the error message, such as which field is missing or not expected.
The text was updated successfully, but these errors were encountered:
What is the current behavior?
In the
beta
branch theNode-Agent-Live
example, when running this example, receiving the below error:Text message received from client did not match any of the formats we expect.
Steps to reproduce
npm install
andnpm run build
Text message received from client did not match any of the formats we expect.
Expected behavior
Should run without any error
Please tell us about your environment
Other information
I suspect it's due to misalignment of server/client API contract. It would be nice to add more details to the error message, such as which field is missing or not expected.
The text was updated successfully, but these errors were encountered: