I’m running Daml Repl against Daml Hub. In order to issue commands I need access to the parties on the ledger.
I get this error:
daml> listKnownParties
io.grpc.StatusRuntimeException: UNAVAILABLE
What am I doing wrong?
I’m running Daml Repl against Daml Hub. In order to issue commands I need access to the parties on the ledger.
I get this error:
daml> listKnownParties
io.grpc.StatusRuntimeException: UNAVAILABLE
What am I doing wrong?
Daml Repl uses the gRPC API to get this data. Per this documentation it is not currently supported on Daml Hub.
Oh yes, now I remember that I’ve seen that already, thanks!