Skip to content

Cannot connect to NAOqi v2.1 #1

@victorpaleologue

Description

@victorpaleologue

I have a NAO on the network that I can ping.
When I run the example:

cargo run -p examples --example client -- -v -a tcp://<nao's IPv4>:9559

I get:

$ cargo run -p examples --example client -- -v -a tcp://<nao's IPv4>:9559
warning: enum `Error` is never used
  --> qi/src/value.rs:43:17
   |
43 | pub(super) enum Error {
   |                 ^^^^^
   |
   = note: `#[warn(dead_code)]` on by default

warning: `qi` (lib) generated 1 warning
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.20s
     Running `target/debug/examples/client -v -a 'tcp://192.168.1.34:9559'`
2025-11-10T13:33:23.825511Z  INFO main ThreadId(01) creating node
Error: Failed to connect node to space at address tcp://192.168.1.34:9559

Caused by:
    could not reach service "ServiceDirectory", tried the following connections: [tcp://192.168.1.34:9559 => can't find service, address: {0.0.8, id:1}]

Any idea of what went wrong?

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions