Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1 #13019

Open
Anatol2121 opened this issue May 17, 2024 · 1 comment
Open

1 #13019

Anatol2121 opened this issue May 17, 2024 · 1 comment
Labels
bug feature: authentication Authentication or accounts related needs info Waiting for info from user(s). Issues with this label will auto-stale. performance: ISE/IAE 😕 Illegal State Exception / Illegal Argument Exception

Comments

@Anatol2121
Copy link

Cause of error

Exception in thread "Thread-5" com.google.gson.JsonSyntaxException: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 1 column 12 path $
    at com.google.gson.JsonParser.parseReader(JsonParser.java:76)
    at com.google.gson.JsonParser.parseString(JsonParser.java:51)
    at com.owncloud.android.authentication.AuthenticatorActivity.lambda$anonymouslyPostLoginRequest$1(AuthenticatorActivity.java:385)
    at com.owncloud.android.authentication.AuthenticatorActivity.$r8$lambda$ARmmzvV3NFHBz3Avud8XZ4n_Grk(Unknown Source:0)
    at com.owncloud.android.authentication.AuthenticatorActivity$$ExternalSyntheticLambda8.run(D8$$SyntheticClass:0)
    at java.lang.Thread.run(Thread.java:1012)
Caused by: Exception in thread "Thread-5" com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 1 column 12 path $
    at com.google.gson.stream.JsonReader.syntaxError(JsonReader.java:1659)
    at com.google.gson.stream.JsonReader.checkLenient(JsonReader.java:1465)
    at com.google.gson.stream.JsonReader.doPeek(JsonReader.java:551)
    at com.google.gson.stream.JsonReader.peek(JsonReader.java:433)
    at com.google.gson.JsonParser.parseReader(JsonParser.java:71)
    at com.google.gson.JsonParser.parseString(JsonParser.java:51)
    at com.owncloud.android.authentication.AuthenticatorActivity.lambda$anonymouslyPostLoginRequest$1(AuthenticatorActivity.java:385)
    at com.owncloud.android.authentication.AuthenticatorActivity.$r8$lambda$ARmmzvV3NFHBz3Avud8XZ4n_Grk(Unknown Source:0)
    at com.owncloud.android.authentication.AuthenticatorActivity$$ExternalSyntheticLambda8.run(D8$$SyntheticClass:0)
    at java.lang.Thread.run(Thread.java:1012)

App information

  • ID: com.nextcloud.android.beta
  • Version: 20240510
  • Build flavor: versionDev

Device information

  • Brand: motorola
  • Device: vicky
  • Model: moto g72
  • Id: T2SVS33.68-21-8-4
  • Product: vicky_g_sysn

Firmware

  • SDK: 33
  • Release: 13
  • Incremental: 992c5-2a0584
@joshtrichards
Copy link
Member

Do you have reproduction steps for us?

@joshtrichards joshtrichards added bug needs info Waiting for info from user(s). Issues with this label will auto-stale. performance: ISE/IAE 😕 Illegal State Exception / Illegal Argument Exception feature: authentication Authentication or accounts related labels May 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug feature: authentication Authentication or accounts related needs info Waiting for info from user(s). Issues with this label will auto-stale. performance: ISE/IAE 😕 Illegal State Exception / Illegal Argument Exception
Projects
None yet
Development

No branches or pull requests

2 participants