viktor-shmigol commented on issue #227: URL: https://github.com/apache/cordova-plugin-media-capture/issues/227#issuecomment-892643299
I'm getting the same error while recording Audio. ``` java.lang.string java.io.file.getabsolutepath()' on a null object reference ``` I tried https://github.com/apache/cordova-plugin-media-capture/pull/215, it works without crashing. However, If I try to open it using https://github.com/pwlin/cordova-plugin-file-opener2 or even file.resolveLocalFilesystemUrl(fileUrl) I will get error: "NOT_FOUND". ionic3, cordova-android: 9.1.0 Pixel 4XL, Android 11 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
