-
Notifications
You must be signed in to change notification settings - Fork 170
Description
Hello, I encountered the following issue while running the handtracking example. Do you have any solutions?
Dataflow failed:
Node hand_tracker failed: exited with code 1 with stderr output:
[...] ^^^^^^
RuntimeError: Could not initiate node from environment variable. For dynamic node, please add a node id in the initialization function.
Caused by:
0: failed to deserialize node config
1: daemon_communication: invalid type: map, expected a YAML tag starting with '!' at line 10 column 3
Location:
apis/rust/node/src/node/mod.rs:105:40
Node hand_simulation failed: exited with code 1 with stderr output:
[...] ^^^^^^
RuntimeError: Could not initiate node from environment variable. For dynamic node, please add a node id in the initialization function.
Caused by:
0: failed to deserialize node config
1: daemon_communication: invalid type: map, expected a YAML tag starting with '!' at line 12 column 3
Location:
apis/rust/node/src/node/mod.rs:105:40
Node hand_controller failed: exited with code 1 with stderr output:
Error: failed to deserialize node config
Caused by:
daemon_communication: invalid type: map, expected a YAML tag starting with '!' at line 9 column 3