You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{
mode: "client",
connect: {
endpoints: [
"tcp/192.168.0.114:7447", // this ip is my localhost ip
],
},
}
When I ran a zenohd.exe ( windows,1.0.1) and execute pub.py ,it raise an excpetion:
4-11-08T13:09:33.951253Z DEBUG ThreadId(01) zenoh::net::runtime::orchestrator: Try to connect: tcp/192.168.0.114:7447: global timeout: 0ns, retry: ConnectionRetryConf { exit_on_failure: true, period_init_ms: 1000, period_max_ms: 4000, period_increase_factor: 2.0 }
2024-11-08T13:09:34.967689Z WARN ThreadId(01) zenoh::net::runtime::orchestrator: Unable to connect to tcp/192.168.0.114:7447! deadline has elapsed
2024-11-08T13:09:34.968547Z WARN ThreadId(01) zenoh::net::runtime::orchestrator: Unable to connect to any of [tcp/192.168.0.114:7447]! at C:\Users\runneradmin\.cargo\git\checkouts\zenoh-cc237f2570fab813\23e9f62\zenoh\src\net\runtime\orchestrator.rs:365.
2024-11-08T13:09:34.969314Z INFO ThreadId(01) zenoh::api::session: close session zid=2efe62de723c76df7e0c880ca1f38468
Traceback (most recent call last):
File "C:\Users\18571\projects\zenoh-demo\z_pub.py", line 13, in <module>
session = zenoh.open(cfg)
^^^^^^^^^^^^^^^
zenoh.ZError: Unable to connect to any of [tcp/192.168.0.114:7447]! at C:\Users\runneradmin\.cargo\git\checkouts\zenoh-cc237f2570fab813\23e9f62\zenoh\src\net\runtime\orchestrator.rs:365.
But when I change 192.168.0.114 to localhost ,it works well ,and when i use linux router ,it works well too
To reproduce
create pub.py
create config.json5
run zenohd.exe ( without config )
run pub.py
System info
Platform: Windows 11
Router Version: 1.0.1
Python Client Version: 1.0.1
The text was updated successfully, but these errors were encountered:
Describe the bug
here is my code
pub.py
:here is my config
config.json5
When I ran a zenohd.exe ( windows,1.0.1) and execute pub.py ,it raise an excpetion:
But when I change 192.168.0.114 to localhost ,it works well ,and when i use linux router ,it works well too
To reproduce
System info
The text was updated successfully, but these errors were encountered: