File size: 574 Bytes
b98ffbb |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
Traceback (most recent call last): File "<string>", line 1, in <module> RuntimeError: Dora Runtime raised an error. Caused by: 0: main task failed 1: failed to init event stream 2: subscribe failed: Some nodes exited before subscribing to dora: {NodeId("robot")} This is typically happens when an initialization error occurs in the node or operator. To check the output of the failed nodes, run `dora logs 01902f2d-1028-7bff-a48f-f8bfb75009e9 robot`. Location: apis/rust/node/src/event_stream/mod.rs:90:17 |