Skip to content
Discussions/App Development/Daml REPL error: BErrorClient (ClientIOError GRPCIOTimeout)Forum ↗

Daml REPL error: BErrorClient (ClientIOError GRPCIOTimeout)

App Development12 posts405 views4 likesLast activity Jan 2022
GY
gyorgybalazsiOP
Dec 2021

I get this error when I try to run Daml REPL. Usually for the first time it’s ok, but subsequent submissions fail:

CO
cocreature
Dec 2021

Is that on SDK 1.18? Can you also reproduce on 1.17.1? I’m strugglign to reproduce it on either right now.

GY
gyorgybalazsi
Dec 2021

1.18.0 is the default on my machine. How can I force REPL to use 1.17.1?

CO
cocreature
Dec 2021

You can use DAML_SDK_VERSION=1.17.1 daml repl

GY
gyorgybalazsi
Dec 2021
cocreature:

DAML_SDK_VERSION=1.17.1 daml repl

Now I cannot reproduce the error on either.

CO
cocreature
Dec 2021

Hm, no idea what happened there. Maybe just a onetime fluke?

GY
gyorgybalazsi
Dec 2021

Will report if it comes back

GY
gyorgybalazsi
Dec 2021

I have this error again:

GA
Gary_Verhaegen
Jan 2022

This seems to reliably reproduce for me:

DAML_SDK_VERSION=1.18.0 daml repl < <(sleep 200; echo 'map (2*) . join $ [[1,2,3],[4,5,6]]')

Hope it helps investigate.

CO
cocreature
Jan 2022

This is the same issue as the one in ScenarioBackendException in Daml Studio error again - #19 by cocreature, we released a new snapshot Release 1.18.1-snapshot.20220106.8429.0.ea344666 · digital-asset/daml · GitHub which should fix this issue.

GY
gyorgybalazsi
Jan 2022

Thanks, tried it and so far didn’t experience the error.

GY
gyorgybalazsi
Jan 2022

Can I get the badge for spotting this bug?

← Back to Discussions