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

Agent unable to handle issue-credential/ack-message #212

Open lauravuo-techlab opened 2 years ago

lauravuo-techlab commented 2 years ago

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.

DibbsZA commented 2 years ago

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

lauravuo-techlab commented 2 years ago

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