Hello, does anyone ever encounter this error ? ```...
# ask-the-community
l
Hello, does anyone ever encounter this error ?
Copy code
flytectl demo start
Copy code
Error:
strict mode is on but received keys [map[images:{}]] to decode with no config assigned to receive them: failed strict mode check
ERRO[0000]
strict mode is on but received keys [map[images:{}]] to decode with no config assigned to receive them: failed strict mode check  src="main.go:13"
I can't find the error
j
looks like a bad config file somewhere
check ~/.flyte/config.yaml or ~/.flyte/config-sandbox.yaml. you might also have the FLYTECTL_CONFIG env var set.
l
@jeev I am running the command below.
Copy code
flytectl demo start --dev
Is this waiting for cluster start a normal state ?
Copy code
"status":"Extracting","progressDetail":{"current":6062080,"total":14239861},"progress":"[=====================\u003e                             ]  6.062MB/14.24MB","id":"76735a3323a4"}
{"status":"Extracting","progressDetail":{"current":14239861,"total":14239861},"progress":"[==================================================\u003e]  14.24MB/14.24MB","id":"76735a3323a4"}
{"status":"Extracting","progressDetail":{"current":14239861,"total":14239861},"progress":"[==================================================\u003e]  14.24MB/14.24MB","id":"76735a3323a4"}
{"status":"Pull complete","progressDetail":{},"id":"76735a3323a4"}
{"status":"Digest: sha256:7eefe1dad1f27eaa4c4342878cd6c167fc76119ec5f5fe1f96af70a348e749fe"}
{"status":"Status: Downloaded newer image for <http://cr.flyte.org/flyteorg/flyte-sandbox-bundled:sha-951a93080972bbcf85bc92ec54ac62e074be887f%22|cr.flyte.org/flyteorg/flyte-sandbox-bundled:sha-951a93080972bbcf85bc92ec54ac62e074be887f">}
🧑‍  booting Flyte-sandbox container
Waiting for cluster to come up...
Waiting for cluster to come up...
Waiting for cluster to come up...
Waiting for cluster to come up...
Waiting for cluster to come up...
Waiting for cluster to come up...
Waiting for cluster to come up...
Waiting for cluster to come up...
Waiting for cluster to come up...
Waiting for cluster to come up...
Waiting for cluster to come up...
Waiting for cluster to come up...
j
It shouldn’t take long