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
Feng mentioned during a recent demo that one thing that might not be intuitive to users is how to fix an error that's caused by a JSON parsing error, with an error message such as:
error parsing configuration: invalid character ':' after top-level value
Two thoughts regarding this:
We could potentially wrap / trap this error and give a more general message, maybe something along the lines of "JSON parsing error in config: field, please check that there's valid JSON within"
We could go upstream and update the CNI libraries to provide some better messaging.
The text was updated successfully, but these errors were encountered:
Feng mentioned during a recent demo that one thing that might not be intuitive to users is how to fix an error that's caused by a JSON parsing error, with an error message such as:
Two thoughts regarding this:
config:
field, please check that there's valid JSON within"The text was updated successfully, but these errors were encountered: