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

java.util.UnknownFormatConversionException - Conversion = '$' #5637

Open
seanlip opened this issue Jan 3, 2025 · 0 comments
Open

java.util.UnknownFormatConversionException - Conversion = '$' #5637

seanlip opened this issue Jan 3, 2025 · 0 comments
Labels
bug End user-perceivable behaviors which are not desirable. triage needed

Comments

@seanlip
Copy link
Member

seanlip commented Jan 3, 2025

Describe the bug

There is a new crash recorded in 0.14-beta-17f2ef3044. It has 11 crash events affecting 11 users. Here is the log:

 Caused by java.util.UnknownFormatConversionException: Conversion = '$'
       at java.util.Formatter$FormatSpecifier.conversion(Formatter.java:2781)
       at java.util.Formatter$FormatSpecifier.<init>(Formatter.java:2811)
       at java.util.Formatter$FormatSpecifierParser.<init>(Formatter.java:2624)
       at java.util.Formatter.parse(Formatter.java:2557)
       at java.util.Formatter.format(Formatter.java:2504)
       at java.util.Formatter.format(Formatter.java:2458)
       at java.lang.String.format(String.java:2814)
       at iW.E.b(SourceFile:79)
       at iW.E.a(SourceFile:73)
       at hO.j.a(SourceFile:38)
       at org.oppia.android.app.help.faq.p.a(SourceFile:35)
       at org.oppia.android.app.help.faq.p.a(SourceFile:2044)
       at org.oppia.android.app.help.faq.q.R_(SourceFile:1019)
       at eU.A.a(SourceFile:74)
       at org.oppia.android.app.help.faq.p.a(SourceFile:18)
       at hm.bL.g(SourceFile:116)
       at androidx.databinding.ViewDataBinding.h(SourceFile:3472)
       at androidx.databinding.ViewDataBinding$OnStartListener.onStart(SourceFile:1685)
       at java.lang.reflect.Method.invoke(Method.java)
       at androidx.lifecycle.c.a(SourceFile:216)
       at androidx.lifecycle.b.a(SourceFile:194)
       at androidx.lifecycle.b.a(SourceFile:185)
       at androidx.lifecycle.ReflectiveGenericLifecycleObserver.a(SourceFile:37)
       at androidx.lifecycle.x.a(SourceFile:354)
       at androidx.lifecycle.w.b(SourceFile:265)
       at androidx.lifecycle.w.c(SourceFile:307)
       at androidx.lifecycle.w.c(SourceFile:148)
       at androidx.lifecycle.w.a(SourceFile:134)
       at androidx.fragment.app.y.ak(SourceFile:3026)
       at androidx.fragment.app.aE.r(SourceFile:589)
       at androidx.fragment.app.aE.n(SourceFile:300)
       at androidx.fragment.app.aH.h(SourceFile:112)
       at androidx.fragment.app.ae.a(SourceFile:1647)
       at androidx.fragment.app.ae.e(SourceFile:3128)
       at androidx.fragment.app.ae.w(SourceFile:3079)
       at androidx.fragment.app.X.j(SourceFile:262)
       at androidx.fragment.app.FragmentActivity.onStart(SourceFile:510)
       at androidx.appcompat.app.AppCompatActivity.onStart(SourceFile:246)
       at android.app.Instrumentation.callActivityOnStart(Instrumentation.java:1339)
       at android.app.Activity.performStart(Activity.java:7403)
       at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3266)
       at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3411)
       at android.app.ActivityThread.-wrap12()
       at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1994)
       at android.os.Handler.dispatchMessage(Handler.java:108)
       at android.os.Looper.loop(Looper.java:166)
       at android.app.ActivityThread.main(ActivityThread.java:7529)
       at java.lang.reflect.Method.invoke(Method.java)
       at com.android.internal.os.Zygote$MethodAndArgsCaller.run(Zygote.java:245)
       at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:921)
       

Steps To Reproduce

Not sure, this is filed based on a crashlytics report.

Expected Behavior

The error should not happen.

Screenshots/Videos

No response

What device/emulator are you using?

Huawei Y6 Prime 2018

Which Android version is your device/emulator running?

Android 8.0.0

Which version of the Oppia Android app are you using?

0.14-beta-17f2ef3044

Additional Context

No response

@seanlip seanlip added bug End user-perceivable behaviors which are not desirable. triage needed labels Jan 3, 2025
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. triage needed
Projects
None yet
Development

No branches or pull requests

1 participant