hyperledger-archives / aries-mobile-agent-xamarin

Apache License 2.0
39 stars 31 forks source link

Error 309 when presenting proof #50

Open safwanAhman opened 2 years ago

safwanAhman commented 2 years ago

Hello, after sending create-request on the framework dotnet and trying to present proof on the xamarin mobile I received this error. I can't seem to figure out why as this error was fixed when I first got it during issuing credential. The revocation has been enabled on the framework dotnet side but I'm not sure how this error occured.

This is the JSON file used to create the request and the revocation detail already showed up on the ledger.

{ "connectionId": "39bb1a02-e40d-4a6b-9948-f2ac92b024f6", "comment": "string", "trace": true, "proofRequest": { "name": "Proof of Request", "version": "1.0", "requested_attributes": { "name": {

        "name": "age"
        }
    },"non_revoked":{ "from": 0,"to": 1634169600 }

}

}

image