breautek commented on issue #395: URL: https://github.com/apache/cordova-plugin-media/issues/395#issuecomment-2315866246
> /storage/emulated/0/Android/data/com.bundle.id/files/assets/sound-abc123.mp3: open failed: ENOENT (No such file or directory) To clarify `com.bundle.id` is **YOUR** application right? `ENOENT` is typically an error signaling that the file does not exist. Android will however produce `ENOENT` errors on files that exists but does not have permission to access that file. If you're attempting to access another apps files that will no longer work over direct filesystem under Android's scoped storage system introduced in API 29. -- 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: issues-unsubscr...@cordova.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org For additional commands, e-mail: issues-h...@cordova.apache.org