I get blocked every time I get a new WiFi connection - there's no way to login into the app.
After entering the password, it should display the text field for confirmation code (and I should get an email too!) but this flow is broken. We need to check if we're even hitting Wikimedia's servers or it's not working at the server end itself.
Logs:
fr.free.nrw.commons.auth.login.LoginFailedException: Incorrect password or confirmation code entered. Please try again. (Explain with AI)
at fr.free.nrw.commons.auth.login.LoginClient$login$1.onResponse(LoginClient.kt:139)
at retrofit2.DefaultCallAdapterFactory$ExecutorCallbackCall$1.lambda$onResponse$0$retrofit2-DefaultCallAdapterFactory$ExecutorCallbackCall$1(DefaultCallAdapterFactory.java:82)
at retrofit2.DefaultCallAdapterFactory$ExecutorCallbackCall$1$$ExternalSyntheticLambda0.run(D8$$SyntheticClass:0)
at android.os.Handler.handleCallback(Handler.java:1001)
at android.os.Handler.dispatchMessage(Handler.java:105)
at android.os.Looper.loopOnce(Looper.java:268)
at android.os.Looper.loop(Looper.java:384)
at android.app.ActivityThread.main(ActivityThread.java:8936)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:580)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:907)
I get blocked every time I get a new WiFi connection - there's no way to login into the app.
After entering the password, it should display the text field for confirmation code (and I should get an email too!) but this flow is broken. We need to check if we're even hitting Wikimedia's servers or it's not working at the server end itself.
Logs: