acmo0 / Android-Youtube-Downloader

This is an android video downloader which is availaible for many websites ( including Youtube, Facebook, Twitter, Twitch, TikTok). It's a yt-dlp and pytube adaptation for android 8 and more.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

App crashes as soon as its opened

EvaxTheFox opened this issue · comments

Hi so I have a problem, the app crashes as soon as it launches, here is the error: I am on Android 12
java.lang.IllegalArgumentException: com.acmo0.youtubedownloader: Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE be specified when creating a PendingIntent. Strongly consider using FLAG_IMMUTABLE, only use FLAG_MUTABLE if some functionality depends on the PendingIntent being mutable, e.g. if it needs to be used with inline replies or bubbles. at android.app.PendingIntent.checkFlags(PendingIntent.java:375) at android.app.PendingIntent.getBroadcastAsUser(PendingIntent.java:645) at android.app.PendingIntent.getBroadcast(PendingIntent.java:632) at androidx.work.impl.utils.ForceStopRunnable.getPendingIntent(ForceStopRunnable.java:273) at androidx.work.impl.utils.ForceStopRunnable.isForceStopped(ForceStopRunnable.java:151) at androidx.work.impl.utils.ForceStopRunnable.forceStopRunnable(ForceStopRunnable.java:171) at androidx.work.impl.utils.ForceStopRunnable.run(ForceStopRunnable.java:102) at androidx.work.impl.utils.SerialExecutor$Task.run(SerialExecutor.java:91) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1137) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:637) at java.lang.Thread.run(Thread.java:1012)

commented

Hello,
thank you for reporting this issue. I will try to fix this in the next few days.