hyperledger-archives / aries-mobile-agent-xamarin

Apache License 2.0
39 stars 31 forks source link

SDK Error at creating credential request when accepting credential offer #43

Closed ganbold6 closed 3 years ago

ganbold6 commented 3 years ago

I encountered SDK error at creating credential request when accepting offer. I have attached the screenshot below for the error popup and the stack trace. Basically the exception occurs at GetPoolAsync in DefaultPoolService. Can you advise on a workaround or a quick fix on this? Thanks a lot.

image image

ganbold6 commented 3 years ago

Also I go to the Indy docker container and see the log, the following message print in Indy when accepting the credential offer,

2021-08-09 05:23:35,851|INFO|seeder_service.py|Node1 received ledger status: LEDGER_STATUS{'ledgerId': 0, 'merkleRoot': 'Foa8faHmG2wAEKKbGVgNXNiQx41h2SWGDGBWn2SzC8Ai', 'protocolVersion': 2, 'viewNo': None, 'txn SeqNo': 4, 'ppSeqNo': None} from b'X3JZKAwxgPpVndbDC/QncjA4hjrlHYdUnGwjR/9AQBM='

ganbold6 commented 3 years ago

The previous error has been resolved. It turns to be network issue. The IP addresses used when build docker container must be accessible from mobile.

Now I am facing another issue when sending proof from Xamarin Android emulator. I got error code 113/InvalidStructureException. It is from Indy SDK. Can I enable RUST trace so that the RUST trace can display in Visual Studio console?