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

IllegalCharsetNameException on production #1688

Open
Nonda95 opened this issue Jul 8, 2024 · 1 comment
Open

IllegalCharsetNameException on production #1688

Nonda95 opened this issue Jul 8, 2024 · 1 comment
Labels
Bug report Indicates that issue has been marked as a possible bug

Comments

@Nonda95
Copy link

Nonda95 commented Jul 8, 2024

Describe the bug
We received a crash report on production, here's the stack trace:

Caused by java.nio.charset.IllegalCharsetNameException: TUG,9
       at java.nio.charset.Charset.checkName(Charset.java:314)
       at java.nio.charset.Charset.lookup2(Charset.java:516)
       at java.nio.charset.Charset.lookup(Charset.java:494)
       at java.nio.charset.Charset.forName(Charset.java:560)
       at com.adyen.threeds2.internal.Charsets.<clinit>(:31)
       at com.adyen.threeds2.internal.util.Base64.<clinit>(:36)
       at com.adyen.threeds2.internal.util.StringObfuscator.obfuscate(:30)
       at com.adyen.threeds2.internal.SdkIdentifier.CipherOutputStream(:49)
       at com.adyen.threeds2.internal.SdkIdentifier.refreshSdkAppId(:45)
       at com.adyen.threeds2.internal.AppUpgradeBroadcastReceiver.onReceive(:33)
       at android.app.ActivityThread.handleReceiver(ActivityThread.java:4894)
       at android.app.ActivityThread.-$$Nest$mhandleReceiver()
       at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2420)
       at android.os.Handler.dispatchMessage(Handler.java:106)
       at android.os.Looper.loopOnce(Looper.java:226)
       at android.os.Looper.loop(Looper.java:313)
       at android.app.ActivityThread.main(ActivityThread.java:8757)
       at java.lang.reflect.Method.invoke(Method.java)
       at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:571)
       at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)

To Reproduce
I wasn't able to reproduce it on the test environment

Smartphone (please complete the following information):

  • Device: Samsung Galaxy A13
  • OS: Android 13
  • SDK Version 5.4.0
@tkuntubayev
Copy link
Member

Hi @Nonda95
Thank you for the report! We'll review this soon and keep you updated once we find the cause

@jreij jreij added the Bug report Indicates that issue has been marked as a possible bug label Jul 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug report Indicates that issue has been marked as a possible bug
Projects
None yet
Development

No branches or pull requests

3 participants