aries-framework-dotnet icon indicating copy to clipboard operation
aries-framework-dotnet copied to clipboard

Agent unable to handle issue-credential/ack-message

Open lauravuo-techlab opened this issue 3 years ago • 2 comments

Agent unable to handle issue-credential/ack-message

Following error is encountered if credential ack is sent to agent:

Hyperledger.Aries.AriesFrameworkException: Couldn't locate a message handler for type did:sov:BzCbsNYhMrjHiqZDTUASHg;spec/issue-credential/1.0/ack

To other agent is sent error 500.

Steps to reproduce the behavior: Run interoperability tests with AATH so that dotnet-agent is playing the issuer role, e.g.

./manage build -a findy -a dotnet
./manage run -d dotnet -b findy  -t @T001-RFC0036

Expected behavior Dotnet-agent returns 200 when credential ack is received.

lauravuo-techlab avatar Jan 26 '22 15:01 lauravuo-techlab

Is that just a typo on your error post because it ends in /ask and not /ack

DibbsZA avatar May 18 '22 11:05 DibbsZA

Apparently there is a typo, I reran the test and the message type findy agent sends is "ack":

Hyperledger.Aries.AriesFrameworkException: Couldn't locate a message handler for type did:sov:BzCbsNYhMrjHiqZDTUASHg;spec/issue-credential/1.0/ack

lauravuo-techlab avatar May 19 '22 07:05 lauravuo-techlab