Cannot list parties on Daml Hub with Daml Repl
App Development3 posts187 views3 likesLast activity Sep 2022
GY
gyorgybalazsiOP
Sep 2022I’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?
LE
Leonid_Rozenberg
Sep 2022Daml Repl uses the gRPC API to get this data. Per this documentation it is not currently supported on Daml Hub.
GY
gyorgybalazsi
Sep 2022Oh yes, now I remember that I’ve seen that already, thanks!