Open GhostInTheSteiner opened 2 years ago
I receive the following exception while using YouTube-DL's download archive:
For reference, this is the code being used:
https://github.com/GhostInTheSteiner/Composition-Compass/blob/35d57a1b558a0d5a9541da49534828af19568370/app/src/main/java/com/gits/compositioncompass/Downloader/YoutubeDownloader.kt#L126
It worked just fine on Android 9, but with the new storage limitations present in Android 12 YouTube-DL is no longer able to write the archive. My Android/data directory is empty:
Unless a bugfix is planned, are there any workarounds I could use?
Thanks in advance
You need to give the app file permissions or even all files access permission to write outside of the internal app storage.
I receive the following exception while using YouTube-DL's download archive:
For reference, this is the code being used:
https://github.com/GhostInTheSteiner/Composition-Compass/blob/35d57a1b558a0d5a9541da49534828af19568370/app/src/main/java/com/gits/compositioncompass/Downloader/YoutubeDownloader.kt#L126
It worked just fine on Android 9, but with the new storage limitations present in Android 12 YouTube-DL is no longer able to write the archive. My Android/data directory is empty:
Unless a bugfix is planned, are there any workarounds I could use?
Thanks in advance