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

[BUG]: java.lang.IllegalStateException Media Player not in a prepared state #5640

Open
seanlip opened this issue Jan 5, 2025 · 2 comments
Open
Labels
bug End user-perceivable behaviors which are not desirable. Impact: Low Low perceived user impact (e.g. edge cases). Work: Medium The means to find the solution is clear, but it isn't at good-first-issue level yet.

Comments

@seanlip
Copy link
Member

seanlip commented Jan 5, 2025

Describe the bug

This bug is occurring on Crashlytics with the release of 0.14-beta. Logs are as follows:

  Fatal Exception: java.lang.IllegalStateException: Media Player not in a prepared state
       at if.a.a(SourceFile:168)
       at hx.o.a(SourceFile:145)
       at hm.ai.b(SourceFile:488)
       at hn.c.onClick(SourceFile:11)
       at android.view.View.performClick(View.java:6726)
       at android.view.View$PerformClick.run(View.java:25434)
       at android.os.Handler.handleCallback(Handler.java:790)
       at android.os.Handler.dispatchMessage(Handler.java:99)
       at android.os.Looper.loop(Looper.java:164)
       at android.app.ActivityThread.main(ActivityThread.java:6524)
       at java.lang.reflect.Method.invoke(Method.java)
       at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:451)
       at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:888)

Steps To Reproduce

Not sure, this occurred on crashlytics.

Expected Behavior

The crash should not occur.

Screenshots/Videos

No response

What device/emulator are you using?

Spark 2

Which Android version is your device/emulator running?

Android 8.1.0

Which version of the Oppia Android app are you using?

0.14-beta-17f2ef3044

Additional Context

Occurred 7 times with 7 users in the past week.

@seanlip seanlip added bug End user-perceivable behaviors which are not desirable. triage needed and removed triage needed labels Jan 5, 2025
@adhiamboperes adhiamboperes added Impact: Low Low perceived user impact (e.g. edge cases). Work: Medium The means to find the solution is clear, but it isn't at good-first-issue level yet. labels Jan 6, 2025
@samruddhi-Rahegaonkar
Copy link

@seanlip I would like to work on this issue

@adhiamboperes
Copy link
Collaborator

Hi @samruddhi-Rahegaonkar, please share with us a genaral summary of how you identified this bug? What is the issue, how can we reproduce it? Also, please refer to our getting started guide.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug End user-perceivable behaviors which are not desirable. Impact: Low Low perceived user impact (e.g. edge cases). Work: Medium The means to find the solution is clear, but it isn't at good-first-issue level yet.
Development

No branches or pull requests

3 participants