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
{{ message }}
This repository has been archived by the owner on Mar 16, 2019. It is now read-only.
Hi ! Thank you for reporting an issue, but we would like to remind you, we have a trouble shooting page in our wiki.
You may want to take a look on that page or find issues tagged "trouble shooting" :p
Hi ! Thank you for reporting an issue, but we would like to remind you, we have a trouble shooting page in our wiki.
You may want to take a look on that page or find issues tagged "trouble shooting" :p
"react": "16.3.1",
"react-native": "0.55.2",
"react-native-fetch-blob": "0.10.8"
OOM stack:
com.RNFetchBlob.Response.RNFetchBlobFileResp$ProgressReportingSource.read (RNFetchBlobFileResp.java:81)
okio.Buffer.writeAll (Buffer.java:1005)
okio.RealBufferedSource.readByteArray (RealBufferedSource.java:107)
okhttp3.ResponseBody.bytes (ResponseBody.java:135)
com.RNFetchBlob.RNFetchBlobReq.done (RNFetchBlobReq.java:513)
com.RNFetchBlob.RNFetchBlobReq.access$100 (RNFetchBlobReq.java:60)
com.RNFetchBlob.RNFetchBlobReq$3.onResponse (RNFetchBlobReq.java:423)
okhttp3.RealCall$AsyncCall.execute (RealCall.java:135)
okhttp3.internal.NamedRunnable.run (NamedRunnable.java:32)
` this.downloadTask = RNFetchBlob.config({
fileCache: true,
path: this.getDownloadDir(urlObject) + this.getFileName(urlObject),
}).fetch("GET", urlObject.url, {});
};`
The text was updated successfully, but these errors were encountered: