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
When testing the bulk data client with the SMART Bulk Data Server, I receive the following error from the CLI: Error [ERR_STREAM_PREMATURE_CLOSE]: Premature close.
All other parameters used are the defaults in config/defaults.js
See the screenshot below:
For reference, I am using Node.js version 18.12.0. I do not receive this error on Node.js version 16. I believe this issue may be related to the got dependency upgrade to version 11.8.6. I commented on this open Github issue to bring awareness of this issue to the got team.
The text was updated successfully, but these errors were encountered:
Thanks @sarahmcdougall, I doubt we are dealing with got issue in this case. I pushed some changes that should hopefully fix this issue. The NodeJS version shouldn't matter. Can you verify if it works for you?
When testing the bulk data client with the SMART Bulk Data Server, I receive the following error from the CLI:
Error [ERR_STREAM_PREMATURE_CLOSE]: Premature close
.To reproduce, use the following parameters:
fhirUrl
: https://bulk-data.smarthealthit.org/eyJlcnIiOiIiLCJwYWdlIjoxMDAwMCwiZHVyIjoxMCwidGx0IjoxNSwibSI6MSwic3R1IjozLCJkZWwiOjB9/fhirgroup
: 048d4683-703a-4311-963d-48e515a6372bconfig/defaults.js
See the screenshot below:
For reference, I am using Node.js version 18.12.0. I do not receive this error on Node.js version 16. I believe this issue may be related to the
got
dependency upgrade to version 11.8.6. I commented on this open Github issue to bring awareness of this issue to thegot
team.The text was updated successfully, but these errors were encountered: