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
2022-01-19 09:55:16.50 [ERROR] [test ScenarioService]
SCENARIO SERVICE STDERR: com.daml.lf.engine.script.ScriptF$FailedCmd: Command submit failed: null
2022-01-19 09:55:16.50 [ERROR] [test ScenarioService]
SCENARIO SERVICE STDERR: Daml stacktrace:
2022-01-19 09:55:16.50 [ERROR] [test ScenarioService]
SCENARIO SERVICE STDERR: submit at -homePackageId-:Daml.Test:17File: daml/Daml/Test.daml
Hidden: no
Range: 10:1-10:5
Source: Script
Severity: DsError
Message:
"Scenario service backend error: BErrorClient (ClientIOError (GRPCIOBadStatusCode StatusUnknown (StatusDetails {unStatusDetails = \"\"})))"
Please request access, it's a private repo at the moment.
The one naughty thing I think may cause this is the implementation of an interface's Eq and Show instances. Otherwise I don't really have anything to go on, given the error message.
The text was updated successfully, but these errors were encountered:
Your model is unfortunately broken: You are trying to use interface payloads as serializable values in choice arguments which doesn’t work. You hacked around it by manually defining Eq and Show instances which worked because we messed up our checks. I added them in #12483 which “fixes” this issue by making your code not compile.
sdk-version: 2.0.0-snapshot.20220110.8812.0.3a08380b
Running this test:
https://github.com/lucianojoublanc-da/lib-finance-next/blob/cfc6ccb299745496407ce27c86b18409738555f3/daml/Daml/Test.daml
results in
Please request access, it's a private repo at the moment.
The one naughty thing I think may cause this is the implementation of an interface's
Eq
andShow
instances. Otherwise I don't really have anything to go on, given the error message.The text was updated successfully, but these errors were encountered: