emansih / FireflyMobile

Mobile Application for Firefly III written in Kotlin
GNU General Public License v3.0
323 stars 48 forks source link

App crash - char sequence is empty. #195

Closed sysoppl closed 2 years ago

sysoppl commented 2 years ago

Firefly III Server Version: 5.6.10 Firefly III Mobile Version: 5.0.3 (Google Play) AND from https://github.com/emansih/FireflyMobile/issues/192#issuecomment-1013785197 Android Version:
12 Device Information:

Firefly server is running on docker, latest. I auth to your app via API key (or something similar, I don't remember correctly / not OAuth for sure).

Update: So i cleared data and was able to log in via PAT. After this it looks like it is working (dashboard is visible) but after I tried to go to account settings or add new transaction app is crashing. Logs after that: (that was on the GDrive version!) 3.txt 2.txt 1.txt

Expected Behavior

Do not crash

Current Behavior

Crash when open

Steps to Reproduce

Open app -> crash before auth

GPlay version log.txt GDrive version log.txt I'm providing logs from GPlay version (5.0.3) and from URL that you provided in other issues.

emansih commented 2 years ago

Weird bug. Google Play showed 0 crashes for the last 14 days. I can only try to replicate the bug image

sysoppl commented 2 years ago

Well, I installed it freshly from Google Play Store. Black screen with one tap is where fingerprint popup show up - it records black screen for privacy. Weirdly GPConsole won't show all crashed for my app either.

https://user-images.githubusercontent.com/30871217/150482988-730a7fbf-8d1e-4404-bb64-9db5ad20bd16.mp4

sysoppl commented 2 years ago

Well, 5.0.4 did nothing, same thing is happening.

emansih commented 2 years ago

Uninstalled and install again?

sysoppl commented 2 years ago

Yeah, I tried that. Cannot even log in because of crash

emansih commented 2 years ago

It's fixed, I hope. I borrowed a friend's phone to test it.

sysoppl commented 2 years ago

Yess, 5.0.5 fixed all issues. Thank you