-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
App forget about login and won't start #29
Comments
Hi, could you please put the app in debug mode and export the logs when you get the message that you are not logged in? |
22032024_143725_PM_all_[1].zip Here comes the Debug Log. |
I don't see a direct error in the logs, but I suspect that the problem lies in the storage of the API key in Android's secure storage. |
Yes, the API key field is empty after I get the login error message. I try a new and clean install, then I log in with my credentials and make a refresh of the feeds. This works fine. Then I go back to settings and activated the function "show feed icons" and imminently the API key in the setting was lost and showed an empty field. |
Thanks for the info, that seems logical, since every change to the settings calls up a new read of the persistently saved settings. And this also seems to be the problem, these settings seem to be cleared on your devices. |
Then I need a Logcat guide, :) I wonder that the problem appears on every device I use. All on Android 13 (LineageOS and Stock ROM base). |
Have you installed android studio? |
I use FluxNews version 1.3.6. on Sony Stock Android 12 and Huawei EMUI 13.x. My Minuflux server has version 2.1.1.
The app can login at the first time and syncing my subscriptions. But if I work a little with the app, I get the error message that I'm not logged in. If I restart the app, she stuck at the boot screen. I have to clean the cache and all local data. Then the app starts, and I'm able to log in with my credentials and the circle starts again.
This issue happens on both devices.
The text was updated successfully, but these errors were encountered: