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
Describe the bug
When I try to download an image, it crashes the app. The image is never downloaded.
To Reproduce
Steps to reproduce the behavior:
Go to any image subreddit
Click on an image and press download button
App crashes and there is a notification saying downloading but it never downloads anything.
Expected behavior
Image should be downloaded successfully
Screenshots
VID_20250527_170637.mp4
Smartphone (please complete the following information):
Device: POCO X6 Pro 5G
OS: HyperOS 2.0
Version: 7.5.0.2
Additional context
java.lang.IllegalArgumentException: Invalid URI:
at
android.provider.DocumentsContract.getTreeDocumentld(Docume
ntsContract.java:1289)
at
androidx.documentfile.provider.DocumentFile.fromTreeUri(Docum
entFile.java:138)
at
ml.docilealligator.infinityforreddit.services.DownloadMediaService
.downloadMedia(DownloadMediaService.java:725)
at
ml.docilealligator.infinityforreddit.services.DownloadMediaService
.lambda$onStartJob$0(DownloadMediaService.java:602)
at
ml.docilealligator.infinityforreddit.services.DownloadMediaService
$r8$lambda$-br5bD-riW8Sw8aJNSNaGwuW41E(Unknown
Source:0)
at
ml.docilealligator.infinityforreddit.services.DownloadMediaService $SExternalSyntheticLambda10.run(D8$$SyntheticClass:0)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExe
cutor.java:1145)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolEx
ecutor.java:644)
at java.lang.Thread.run(Thread.java:1012)
The text was updated successfully, but these errors were encountered:
Describe the bug
When I try to download an image, it crashes the app. The image is never downloaded.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Image should be downloaded successfully
Screenshots
VID_20250527_170637.mp4
Smartphone (please complete the following information):
Additional context
$SExternalSyntheticLambda10.run(D8$ $SyntheticClass:0)
java.lang.IllegalArgumentException: Invalid URI:
at
android.provider.DocumentsContract.getTreeDocumentld(Docume
ntsContract.java:1289)
at
androidx.documentfile.provider.DocumentFile.fromTreeUri(Docum
entFile.java:138)
at
ml.docilealligator.infinityforreddit.services.DownloadMediaService
.downloadMedia(DownloadMediaService.java:725)
at
ml.docilealligator.infinityforreddit.services.DownloadMediaService
.lambda$onStartJob$0(DownloadMediaService.java:602)
at
ml.docilealligator.infinityforreddit.services.DownloadMediaService
$r8$lambda$-br5bD-riW8Sw8aJNSNaGwuW41E(Unknown
Source:0)
at
ml.docilealligator.infinityforreddit.services.DownloadMediaService
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExe
cutor.java:1145)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolEx
ecutor.java:644)
at java.lang.Thread.run(Thread.java:1012)
The text was updated successfully, but these errors were encountered: