LadyBugML / ladybug-data-android

Apache License 2.0
0 stars 1 forks source link

asdasdas #103

Open Noway-code opened 3 days ago

Noway-code commented 3 days ago

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

camilos-probot[bot] commented 3 days ago

🎯 Bug Localization Completed: Ranked relevant files identified.

camilos-probot[bot] commented 3 days ago

Hello! LadyBug was able to find and rank files that may contain the bug mentioned in this issue.

File ranking in order of most likely to contain the bug to least likely:

Rank File Path Score
1 app/src/release/java/io/github/zwieback/familyfinance/app/FamilyFinanceApplication.java 0.5312106609344482
2 app/src/main/java/io/github/zwieback/familyfinance/business/backup/activity/BackupActivity.java 0.5199214220046997
3 shared/src/main/java/io/github/zwieback/familyfinance/calculator/stateful/StatefulCalculator.java 0.4585595726966858
4 app/src/main/java/io/github/zwieback/familyfinance/business/operation/activity/FlowOfFundsOperationActivity.java 0.4492136538028717
5 app/src/main/java/io/github/zwieback/familyfinance/business/operation/service/provider/ExpenseOperationProvider.java 0.43972137570381165
6 app/src/main/java/io/github/zwieback/familyfinance/business/operation/activity/exception/IllegalOperationTypeException.java 0.43939483165740967
7 app/src/main/java/io/github/zwieback/familyfinance/business/preference/fragment/SettingsFragment.java 0.43912068009376526
8 app/src/main/java/io/github/zwieback/familyfinance/core/activity/EntityActivity.java 0.4369927942752838
9 app/src/main/java/io/github/zwieback/familyfinance/business/sms/service/AddOperationImmediatelyService.java 0.4321706295013428
10 app/src/main/java/io/github/zwieback/familyfinance/core/lifecycle/destroyer/EntityAlertDestroyer.java 0.4307630956172943

Please take the time to read through each of these files. If you have any problems with this response, or if you think an error occurred, please take the time to create an issue here: LadyBug Issues. Happy coding!