Skip to content

daemon_communication: invalid type: map, expected a YAML tag starting with '!' #24

Description

@I2eady0

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions