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
Running wafl rpc invoke on a closed port produces an unhelpful error message
Actual
$ wafl rpc invoke blah --port 19892
wafl exiting with error: Tonic error: transport error
Expected
An error message that makes it clear what's wrong and how to fix it (if possible).
How to reproduce
$ wafl rpc invoke blah --port 19892
wafl rpc exiting with error: Tonic error: transport error
The text was updated successfully, but these errors were encountered:
jsoverson
changed the title
Running vinoc invoke on a closed port produces an unhelpful error message
Running wafl rpc invoke on a closed port produces an unhelpful error message
Jun 23, 2022
Description
Running
wafl rpc invoke
on a closed port produces an unhelpful error messageActual
Expected
An error message that makes it clear what's wrong and how to fix it (if possible).
How to reproduce
The text was updated successfully, but these errors were encountered: