unexpected end of stream
See original GitHub issuehere my info
info
React Native Environment Info:
System:
OS: Windows 10
CPU: (4) x64 Intel(R) Core(TM) i7-6500U CPU @ 2.50GHz
Memory: 3.32 GB / 11.89 GB
Binaries:
Yarn: 1.12.3 - C:\Program Files (x86)\Yarn\bin\yarn.CMD
npm: 6.9.0 - ~\AppData\Roaming\npm\npm.CMD
IDEs:
Android Studio: Version 3.2.0.0 AI-181.5540.7.32.5056338
"react": "16.8.3",
"react-native": "0.59.9",
"rn-fetch-blob": "^0.10.13", && "rn-fetch-blob": "^0.10.15",
I using fetch Post
method . and I checked with CURL
and received result and it worked. before upgrading everythings work well
This has only starting happening after upgrading RN.(54 to 59)
Issue Analytics
- State:
- Created 4 years ago
- Reactions:2
- Comments:12
Top Results From Across the Web
java.io.IOException: unexpected end of stream on ...
Its a server error. It means somehow execution returns to your client without the server sending actual response header. If you have control ......
Read more >java.io.IOException: unexpected end of stream on · Issue # ...
HTTP FAILED: java.io.IOException: unexpected end of stream on GET request getting the above exception randomly for every GET request.
Read more >What does “unexpected end of stream” exception ...
It means that it detected the end of a stream before it should have ended. There are many reasons for this. For example,...
Read more >unexpected end of stream on com.android.okhttp.Address ...
Hi,. Why do I keep getting below error when trying to use simple PostAsync()? For example, below code is used to update the...
Read more >Presto Query error : unexpected end of stream while using ...
Hi,. I am facing another problem while running presto query on compressed files (.bz2). The queries are failing with error : "unexpected end...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Add android permission at run time
WRITE_EXTERNAL_STORAGE
@luco I checked my code, and added write and read storage permission and the problem is gone.