-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running yarn start:ios
throws stream.arrayBuffer is not a function
error
#223
Comments
Error from console for reference LOG Running "reactnative" with {"rootTag":1,"initialProps":{"concurrentRoot":false}}
ERROR {"$metadata": {"attempts": 1, "totalRetryDelay": 0}, "message": "stream.arrayBuffer is not a function (it is undefined)
Deserialization error: to see the raw response, inspect the hidden field {error}.$response on this object.", "name": "TypeError", "stack": "TypeError: stream.arrayBuffer is not a function (it is undefined)
Deserialization error: to see the raw response, inspect the hidden field {error}.$response on this object.
at ?anon_0_ (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&app=org.reactjs.native.example.reactnative:147810:55)
at next (native)
at asyncGeneratorStep (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&app=org.reactjs.native.example.reactnative:5593:19) |
The issue seems to be introduced in https://github.com/aws/aws-sdk-js-v3/releases/tag/v3.686.0 |
4 tasks
Possibly related to aws/aws-sdk-js-v3#6733 |
Probably introduced by smithy-lang/smithy-typescript#1179 which was released in |
This was referenced Jan 2, 2025
Fixed by lockfile update in #227 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Running
yarn start:ios
throwsstream.arrayBuffer is not a function
errorSteps to reproduce
Follow instructions for running SDK call in iOS
Observed behavior
SDK call throws
stream.arrayBuffer is not a function
errorScreenshot
Expected behavior
SDK call to be successful
Screenshot
Additional context
Likely introduced in lockfile update 1218870
The text was updated successfully, but these errors were encountered: