-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bad UX when ign-transport is misconfigured #218
Comments
Spent a couple hours with gdb tonight figuring out the |
Had one thought on this: maybe the existing |
Another unexpected case:
|
Hmm, that works for me with the |
I tried that with https://github.com/osrf/subt/wiki/Breadcrumbs-and-communication-visualization-tutorial . If I run |
Just checking, did you set |
Yes, in both. Just prepending |
I can't reproduce it with the basic responser/requester example. Maybe there's something else in the mix. |
Okay, the breadcrumb visualization service has the |
It seems to me this check: needs to be more like |
You are, I'll take a look at it soon. No need to create a new issue, I got it. Thanks! |
Fixed by #245 and released in 9.1.1 . |
I've spent an hour today figuring out why my
ign topic -l
output is empty while gazebo is running right next to it. Today it wasIGN_TRANSPORT_TOPIC_STATISTICS
. Earlier, I spent a day finding a forgotten remnant of ign-citadel (gazebosim/gz-sim#294).In both cases,
ign topic -l
just sits there with its empty result and tells you everything's fine. With no clue whatsoever why is that.I see two possible ways to improve this:
ign topic -l
is empty.IGN_TRANSPORT_TOPIC_STATISTICS
and whatever is added in the future. If it succeeds with some of these fallback settings, it should tell the user exactly what are his/her options to fixing that.This is just about
ign topic -l
(and alsoign service -l
). Maybe there are other CLI tools that would make use of such improvement. But from my experience, when things go haywire,ign topic -l
is among the first things I try to diagnose the problem.The text was updated successfully, but these errors were encountered: