Open
Description
When describing a workflow run by its id, it's failing due to an error when unmarshalling:
$ chainloop --debug wf run ls
DBG Telemetry enabled, to disable it use DO_NOT_TRACK=1
┌──────────────────────────────────────┬────────────────┬─────────────┬─────────────────────┬─────────────┐
│ ID │ WORKFLOW │ STATE │ CREATED AT │ RUNNER │
├──────────────────────────────────────┼────────────────┼─────────────┼─────────────────────┼─────────────┤
│ a7e9a956-21c7-49dc-b346-0c9ac1613abd │ core/team-demo │ success │ 03 Jun 24 12:37 UTC │ Unspecified │
│ 43b67a50-8f84-4b53-aec5-b8c130c15d38 │ core/team-demo │ success │ 03 Jun 24 12:35 UTC │ Unspecified │
│ 76561265-1b44-41a5-a919-110a4fffdd9c │ core/team-demo │ success │ 03 Jun 24 12:29 UTC │ Unspecified │
│ 731d9d0e-7a94-4388-95ec-00dac57ee169 │ core/team-demo │ initialized │ 03 Jun 24 12:22 UTC │ Unspecified │
│ 391a80b1-98db-4207-8bc5-80efd918a363 │ core/team-demo │ initialized │ 03 Jun 24 12:08 UTC │ Unspecified │
└──────────────────────────────────────┴────────────────┴─────────────┴─────────────────────┴─────────────┘
~/Development/projects/playground/demo system 14:42:49
$ chainloop --debug wf run describe --id a7e9a956-21c7-49dc-b346-0c9ac1613abd
DBG Telemetry enabled, to disable it use DO_NOT_TRACK=1
ERR grpc: error while marshaling: string field contains invalid UTF-8
Double check if it has something to do with having a inline CAS rather than something set up for example S3 local cosign key and KMS.