-
Notifications
You must be signed in to change notification settings - Fork 163
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
[Foxy backport] Improve error message for malformed YAML files #815
Comments
I think this is essentially a request to backport #556 to Foxy (since I confirmed that it is fixed on the latest). I'll add this to the Foxy board for a backport. |
Help doing this would be appreciated. |
With the latest release
Which has a better error message, though we could probably improve things so that we avoid overwriting the error state. |
I'm going to close this since it looks like the error message has been improved since the latest release for Foxy. |
Bug report
Passing a malformed YAML parameter file crashes nodes without hinting at the cause. The symptoms are the same as #553:
Required Info:
Steps to reproduce issue
Expected behavior
The user is informed that the YAML file is malformed.
Actual behavior
The program crashes. The user is puzzled and is not told the cause of the crash.
The text was updated successfully, but these errors were encountered: