hyperledger-archives / aries-framework-dotnet

Aries Framework .NET for building multiplatform SSI services
https://wiki.hyperledger.org/display/aries
Apache License 2.0
84 stars 74 forks source link

Cred def response object is not parsable. #167

Closed Shweta-hlf closed 3 years ago

Shweta-hlf commented 3 years ago

Aries cloud agent issue credential to osma mobile agent.when osma mobile agent accept credential,code breaks in file (../blob/master/src/Hyperledger.Aries/Ledger/DefaultLedgerService.cs) when calling method "await IndyLedger.ParseGetCredDefResponseAsync(res);".Getting error : ledger item not found -309 error indy exception. This seems res obj is not parsable from indy-sdk method.could you pls suggest how this res object needs to be pass.req and res object is attached. req.txt res.txt

juvebogdan commented 3 years ago

@Shweta-hlf I am getting something similar in osma mobile agent when i click accept.

An unmapped error with the code '309' was returned by the SDK.

Did you managed to solve this?

Shweta-hlf commented 3 years ago

could you please clear ./indy-client folder from your mobile device.That can be hidden file and it's point to wrong genesis url.

juvebogdan commented 3 years ago

Thanks a lot. That fixed it