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
Bug
I am using react-native-image-cache which utilizes this library. I am running in some errors on android when trying to load an image. I get the error from this call (FileSystem.fetch) with the following arguments:
Maximum retries exceeded: Failed to connect to localhost/127.0.0.1:3000
This error is android only and also only occurs with the given parameters. When using another image and hence other parameters it's just working fine. I don't know if I'm missing anything but it seems like a bug. Working for the following parameters:
react-native: 0.72.4
react-native-file-access: 3.0.4
Platform: Android
Bug
I am using react-native-image-cache which utilizes this library. I am running in some errors on android when trying to load an image. I get the error from this call (FileSystem.fetch) with the following arguments:
The error message i get is
This error is android only and also only occurs with the given parameters. When using another image and hence other parameters it's just working fine. I don't know if I'm missing anything but it seems like a bug. Working for the following parameters:
The image does exist btw. and loads on iOS.
The text was updated successfully, but these errors were encountered: