wix / react-native-navigation

A complete native navigation solution for React Native
https://wix.github.io/react-native-navigation/
MIT License
13.04k stars 2.67k forks source link

java.io.IOException: unexpected end of stream on com.android.okhttp.Address@5a695c1 #7524

Open ManishKumarPandia opened 2 years ago

ManishKumarPandia commented 2 years ago

Application got crash with following information

ImageLoader.kt line 124 com.reactnativenavigation.utils.ImageLoader$Companion.remoteUrl

image

N3TC4T commented 2 years ago

Seems you are using an external uri for your topBar button icon, please provide the settings you are using for setting the topBar.

I believe loading image from external resource is only supports http, guyc shouldn't this also check for https ?

Update: this should also work with https

https://github.com/wix/react-native-navigation/blob/5f9750a76e9be35271353b3f883260276f88bfcc/lib/android/app/src/main/java/com/reactnativenavigation/utils/ImageLoader.kt#L118

mavine4512 commented 2 years ago

This issue is coming from node_modules

( react-native-navigation/lib/android/app/src/main/java/com/reactnativenavigation/utils/ImageLoader.kt)

Screenshot 2 node issue