aries-framework-dotnet
aries-framework-dotnet copied to clipboard
Agent unable to handle issue-credential/ack-message
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.
Is that just a typo on your error post because it ends in /ask and not /ack
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