You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.
Describe the bug
If you provide LibIndy for Windows and start running the sample, the agent can not interact with the Ledger, e.g. create a Credential Definition. You get a 307 Error Code. The Docker Image works, using the same genesis File. (I was testing with http://greenlight.bcovrin.vonx.io/genesis but also a local "von network" Docker Image). Also using a Ubuntu VM works.
Hyperledger.Indy.IndyException: An unmapped error with the code '307' was returned by the SDK.
at Hyperledger.Aries.Ledger.DefaultPoolService.GetPoolAsync(String poolName) in C:\Users\roessba-Admin\git\br-iosb\aries-framework-dotnet\src\Hyperledger.Aries\Ledger\DefaultPoolService.cs:line 49
at Hyperledger.Aries.Ledger.DefaultPoolService.GetPoolAsync(String poolName, Int32 protocolVersion) in C:\Users\roessba-Admin\git\br-iosb\aries-framework-dotnet\src\Hyperledger.Aries\Ledger\DefaultPoolService.cs:line 38
Describe the bug
If you provide LibIndy for Windows and start running the sample, the agent can not interact with the Ledger, e.g. create a Credential Definition. You get a 307 Error Code. The Docker Image works, using the same genesis File. (I was testing with http://greenlight.bcovrin.vonx.io/genesis but also a local "von network" Docker Image). Also using a Ubuntu VM works.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I'd like to have clear instructions how to make the sample run on a Windows OS.
The error code should display useful information.
Desktop (please complete the following information):
Additional context
I want to debug the agent code, therefore it is not applicable for me to run everything in docker containers.
The text was updated successfully, but these errors were encountered: