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
I met the issue when i use this function to read a 300MB file on ios and when I read a 3MB it works well.
It works well on android when read 300MB file, too.
LOG 2afae907f0696430905e416aca57f2ce.MP4 chunk 157593600
LOG 2afae907f0696430905e416aca57f2ce.MP4 chunk 158515200
LOG oops [Error: Failed to convert data to 'base64' encoded string, this might due to the source data is not able to convert using this encoding. source= Failed to grow buffer]
WARN Failed to convert data to 'base64' encoded string, this might due to the source data is not able to convert using this encoding. source = Failed to grow buffer
WARN Failed to convert data to 'base64' encoded string, this might due to the source data is not able to convert using this encoding. source = Failed to grow buffer
NSString * message = [NSStringstringWithFormat:@"Failed to convert data to '%@' encoded string, this might due to the source data is not able to convert using this encoding. source = %@", encoding, [ex description]];
The text was updated successfully, but these errors were encountered:
Reproduce
I met the issue when i use this function to read a 300MB file on ios and when I read a 3MB it works well.
It works well on android when read 300MB file, too.
Error
log source
react-native-blob-util/ios/ReactNativeBlobUtilFS.mm
Line 271 in 618685f
The text was updated successfully, but these errors were encountered: