-
Notifications
You must be signed in to change notification settings - Fork 151
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
{"headers": {}, "status": 0, "text": "Stream Closed"} #109
Comments
Facing same error , that is reoccurring on gallery access for Android devices. Would be great to have some feedback on the issue. |
Facing the same issue, System: |
Did you get the solution for this issue ? |
I wanted to bring to your attention that this package is no longer being maintained. However, I have created a new package that you can check out for your needs: react-native-aws3-manager Additionally, I'd like to share a code snippet that might be helpful for those encountering upload issues. This approach retries the handleUploadImage function within a try-catch block:
|
@johnny-washswat @asfaqehussain the issue persists. Looks like there is a CORS or header issue and maybe AWS has introduced some new fine-grained security rules to upload blob into s3. So, maybe that is the reason why the package keeps breaking. Also, for me, it happens when I'm trying to upload a couple of blob images/docs consecutively. To tackle it I have put the function inside the try{}catch{} block and once it failed showing a confirmation to the user to upload the file/image again. That's the hack for now that I'm using not super convenient though. 🤔 |
Resolved for me. |
Really, sounds weird but great if that solves the issue, I'll try and give you the update. |
@asfaqehussain this is still there if I switched my internet. Did you test on Debug APK or Prod? |
In debug |
i am also facing same issue any updates ? |
@MuhammadFaisal12q I got it resolved by changing the ACL permissions. |
|
This Works for me !!
|
I am having an issue with android only when I try to upload image
{"headers": {}, "status": 0, "text": "Stream Closed"}
The text was updated successfully, but these errors were encountered: