Skip to content
Discussions/App Development/Daml-helper: GRPCIOTimeout errorForum ↗

Daml-helper: GRPCIOTimeout error

App Development9 posts847 views5 likesLast activity Apr 2021
SN
SnehaOP
Sep 2020

Hi Team,

Could someone please help i am facing below error while uploading DAR file.
Daml-helper: GRPCIOTimeout error

While fetching ledger ID from JSON API i am getting undefined.Package list from client is also empty.
Using @digitalasset/daml-ledger@0.10.0 version for daml client.

AN
anthony
Sep 2020

What’s the command you are executing and what type of node are you uploading the DAR to?

ST
stefanobaghino-da
Sep 2020

One clarification: you mentioned the JSON API but @digitalasset/daml-ledger@0.10.0 are the Ledger API bindings for Node.js. Which one are you using?

SN
Sneha
Sep 2020

Please find below is the command using to upload dar.
daml ledger upload-dar --host=localhost --port=8080 .daml/dist/TEST.dar

SN
Sneha
Sep 2020

Hi Stefano,

Oh yes its my mistake, you are correct its a ledger API bindings and 0.10.0 is the version i am using.

While fetching package Ids from API i see empty results.

CO
cocreature
Sep 2020

Are you sure your ledger is running on port 8080? The default port for Sandbox and DAML-on-SQL is 6865.

PE
perbergman
Apr 2021

I get the same timeout, any more info on this issue?

Per

GA
Gary_Verhaegen
Apr 2021

Not that I’m aware of, but perhaps you can help us. How should we go about reproducing your problem? Is your code available somewhere? Can you list the commands you run to go from no Daml-related component running all the way to encountering your issue? Share the exact logs you get when the issue happens?

PE
perbergman
Apr 2021

Solved in the other thread, It was the --address=0.0.0.0 thingy.

← Back to Discussions