hyperledger-archives / aries-mobile-agent-xamarin

Apache License 2.0
39 stars 31 forks source link

Exception on accept an offered credential (code 309) #29

Open jabbawocky0815 opened 3 years ago

jabbawocky0815 commented 3 years ago

When i try to accept an offered credential, i get an exception with code 309.

The exception occours at creating the request: var (request, _) = await credentialService.CreateRequestAsync(context, _credential.Id);

The offer was sent from the ACA-Py Cloud-agent. Any suggestions to solve this issue?

horationunez commented 3 years ago

@jabbawocky0815 can you paste here the full printout of the error you are seeing? Will be easier to pin point the problem that way. Since you are using Osma and Acapy can you confirm they are both working on the same network?