dreautall / waterfly-iii

Unofficial Android App for Firefly III, a free and open source personal finance manager.
MIT License
369 stars 30 forks source link

Accounts not selectable in transaction creation menu #239

Closed SekoiaTree closed 11 months ago

SekoiaTree commented 11 months ago

When creating a transaction, accounts don't pop up as an option when typing. Typing the full name works fine, though.

Additionally, the second widget on the main dashboard has an error "type 'String' is not a subtype of type 'int?' in type cast", which I think might be related, because they both happened at the same time.

Something that might have caused it is accidentally creating a transaction with an incomplete account name, which I did shortly before it started happening (though it might be entirely unrelated, I don't remember how close together it happened).

dreautall commented 11 months ago

What Firefly version and app version are you using? Could you please submit a debug log? To do so tap the version number in settings, enable it, then go back to the main screen (with the error) and try to create a transaction (with the other error)? You can send it via mail (go back to settings -> version number) or censor it and put it here.

Thank you!

SekoiaTree commented 11 months ago

Hey I completely forgot about this, sorry. Here are the debug logs, though there doesn't seem to be much in them. debuglog.txt

dreautall commented 11 months ago

Thank you, you're right nothing in there. If the issue still present? Could you please also create a log with the autocomplete issue? thank you!

SekoiaTree commented 11 months ago

Here ya go: debuglog.txt

dreautall commented 11 months ago

I'm sorry as it's not included in the debug logs - are you sure you're running v0.3.0-beta? There are some log lines missing that should've been in there since v0.3.0-beta (just as an example, I added more detailed logging to the "Error while fetching autocomplete from API" errors, or reporting the Firefly version in the logs)

SekoiaTree commented 11 months ago

Oh, I'm not, sorry. I'm running... 0.1.7-beta. Wow, that's out of date. I guess it's because I'm on F-Droid?

dreautall commented 11 months ago

Oh sorry, you fell victim to what's described in https://github.com/dreautall/waterfly-iii/issues/2#issuecomment-1858988537. With v0.3.1-beta (published hopefully tomorrow or the day after) also fdroid should update again (see my comment below that). Please re-open this issue if the problem persists afterwards, I'll close for now due to the outdated version.