Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

App crashes as soon as its opened #5

Open
EvaxTheFox opened this issue Apr 20, 2023 · 7 comments
Open

App crashes as soon as its opened #5

EvaxTheFox opened this issue Apr 20, 2023 · 7 comments
Assignees
Labels
bug Something isn't working

Comments

@EvaxTheFox
Copy link

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)

@acmo0
Copy link
Owner

acmo0 commented Apr 21, 2023

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

@acmo0 acmo0 self-assigned this Apr 21, 2023
@acmo0 acmo0 added the bug Something isn't working label Apr 21, 2023
@MystWalkerOfficial
Copy link

any updates? same issue here

@acmo0
Copy link
Owner

acmo0 commented Jul 26, 2023

Yes, I discovered that how the app is build makes it impossible to run on android 10 and above. I have to rebuilt the application almost from scratch which will take a while. If you have a linux computer I would recommend you to use the linux app which is on an other repo (which does the same thing) while I make all the changes to make the application working on Android 10 and above.

@sougoukk
Copy link

我修改了所有的crash也运行起来了。。但是无法嗅探视频。。。

@Sxmourai
Copy link

Sxmourai commented Jan 8, 2024

Same issue on Redmi Note 12

@acmo0
Copy link
Owner

acmo0 commented Jan 9, 2024

Actually I just start to code a new version of the application from scratch, the future version will work from android 8 to android 10 at least. However, I don't know when the developpement phase will be finished.

@acmo0
Copy link
Owner

acmo0 commented Jan 9, 2024

Even if the issue is due to a flag which is missing to start a PendingIntent, your android version should be android 10 or above so fixing the flag issue should not fix the main issue of the app.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

5 participants