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
github-actionsbot
changed the title
Callback failed with TypeError: Cannot read properties of undefined (reading 'slice')
SNOW-964826: Callback failed with TypeError: Cannot read properties of undefined (reading 'slice')
Nov 8, 2023
Please answer these questions before submitting your issue.
In order to accurately debug the issue this information is required. Thanks!
What version of NodeJS driver are you using?
1.9.0
What operating system and processor architecture are you using?
OS X x86_64
What version of NodeJS are you using?
(
node --version
andnpm --version
)node 18
What are the component versions in the environment (
npm list
)?dependencies:
snowflake-sdk 1.9.0
└── axios 0.26.1
5.Server version:* E.g. 1.90.1
You may get the server version by running a query:
Upgraded from 1.7.0
The query failing is
SHOW LISTINGS IN DATA EXCHANGE ...
No error
What should have happened and what happened instead?
axios is giving back a response containing an array instead of string, and this conversion to rows fails
https://github.com/snowflakedb/snowflake-connector-nodejs/blame/645faebbfaad3a85da35943e613103d7a01cac99/lib/connection/result/chunk.js#L134
The text was updated successfully, but these errors were encountered: