General information
App version: 0.7.0
App source: built from sources
Android Version: Android 9
Custom ROM: emulator
Same crash on actual devices with app 0.7.0 and 0.6.3.1 from F-Droid.
Expected result
What is expected?
An error message is displayed.
What does happen instead?
App crashes.
Logcat
org.shadowice.flocke.andotp.dev E/AndroidRuntime: FATAL EXCEPTION: main
Process: org.shadowice.flocke.andotp.dev, PID: 3414
java.lang.IllegalArgumentException: Last encoded character (before the paddings if any) is a valid base 32 alphabet but not a possible value. Expected the discarded bits to be zero.
at org.apache.commons.codec.binary.Base32.validateCharacter(Base32.java:577)
at org.apache.commons.codec.binary.Base32.decode(Base32.java:404)
at org.apache.commons.codec.binary.BaseNCodec.decode(BaseNCodec
Hello! Unfortunately, An error occurred while communicating with the analysis backend. Please try again later or contact support if the issue persists.
General information App version: 0.7.0 App source: built from sources Android Version: Android 9 Custom ROM: emulator Same crash on actual devices with app 0.7.0 and 0.6.3.1 from F-Droid.
Expected result
What is expected? An error message is displayed.
What does happen instead? App crashes.
Logcat org.shadowice.flocke.andotp.dev E/AndroidRuntime: FATAL EXCEPTION: main Process: org.shadowice.flocke.andotp.dev, PID: 3414 java.lang.IllegalArgumentException: Last encoded character (before the paddings if any) is a valid base 32 alphabet but not a possible value. Expected the discarded bits to be zero. at org.apache.commons.codec.binary.Base32.validateCharacter(Base32.java:577) at org.apache.commons.codec.binary.Base32.decode(Base32.java:404) at org.apache.commons.codec.binary.BaseNCodec.decode(BaseNCodec