11
Bug? "This account is not in a ready state yet."
(feddit.de)
Jerboa is a native-android client for Lemmy, built using the native android framework, Jetpack Compose.
Warning: You can submit issues, but between Lemmy and lemmy-ui, I probably won't have too much time to work on them. Learn jetpack compose like I did if you want to help make this app better.
Jerboa is made by Lemmy's developers, and is free, open-source software, meaning no advertising, monetizing, or venture capital, ever. Your donations directly support full-time development of the project.
1Hefs7miXS5ff5Ck5xvmjKjXf5242KzRtK
0x400c96c96acbC6E7B3B43B1dc1BB446540a88A01
41taVyY6e1xApqKyMVDRVxJ76sPkfZhALLTjRvVKpaAh2pBd4wv9RgYj1tSPrx8wc6iE1uWUfjtQdTmTy2FGMeChGVKPQuV
addr1q858t89l2ym6xmrugjs0af9cslfwvnvsh2xxp6x4dcez7pf5tushkp4wl7zxfhm2djp6gq60dk4cmc7seaza5p3slx0sakjutm
Alright thats strange, in that version I added checks ("account verification checks") to ensure your account and device is in a proper state else it will give info to mitigate the problem. (To prevent external events, like when all the instances revoked the JWT when the hack happened and causing it to stop working for all the users) Here it fails on the first step. The first step checks if there any network capability. But from your screenshot I can clearly see you have wifi/mobile capability.
Could you give me some more information about your device/android version. In that version it now also requires the
ACCESS_NETWORK_STATE
permission for that check. Maybe you revoked it somehow?The account is not ready yet msg is just that it hasnt cleared the checks yet. Maybe a better phrasing is in order but i am not sure what that is.
I tweaked it a bit, might resolve when ever 0.0.45 comes out
Thank you for your response! My phone uses Android 8 (saidly the manufacturer doesn't provide the software upgrade...) and at least I did not actively revoke any permissions (as I don't know how :D)
However, your explanation what's actually happening gave me an idea what the problem might be and I found it: I am using Blokada and apparently this interferes with the check. Deactivating Blokada solves the problem and reactivating it will cause the same issues again. Then I also noticed that my Blokada version is way to old and it didn't received any updates because apparently it was removed from fdroid and there was a lot of fuzz about it which I need to catch up with.
So I guess it's not a jerboa issue. Still, thank you for your help! I really appreciated it.