Skip to content
This repository has been archived by the owner on Jan 25, 2023. It is now read-only.

Crash when requesting credential #111

Closed
Wassasin opened this issue Jan 17, 2020 · 0 comments · Fixed by #112
Closed

Crash when requesting credential #111

Wassasin opened this issue Jan 17, 2020 · 0 comments · Fixed by #112

Comments

@Wassasin
Copy link

One of my clients tried requesting a credential pbdf.pbdf.email, whilst intending to request the attribute pbdf.pbdf.email.email. Once the app has scanned the QR code and the session is started, the app hard-crashes without showing an error dialog.

JWT payload

{
  "sub": "verification_request",
  "sprequest": {
    "request": {
      "@context": "https://irma.app/ld/request/disclosure/v2",
      "disclose": [
        [
          [
            "pbdf.pbdf.email"
          ]
        ]
      ]
    },
    "validity": 30
  },
  "iss": "<knip>",
  "iat": 1578914140
}

Android log

I have attached the Android systemlog for this crash: irma-stacktrace.txt

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant