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
{{ message }}
This repository has been archived by the owner on May 24, 2024. It is now read-only.
when traceroute cannot connect to the network -- we receive connect: Network is unreachable{}: -- the program is still failing with:
failed to call validate: failed to call rpc: failed validating task: failed to validate provider: failed to traceroute: failed to unmarshal traceroute output: connect: Network is unreachable{}: invalid character 'c' looking for beginning of value
meaning it is still trying to unmarshal connect:...
we need to handle this error instead of letting it fail
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Problem
when traceroute cannot connect to the network -- we receive
connect: Network is unreachable{}:
-- the program is still failing with:meaning it is still trying to unmarshal
connect:...
we need to handle this error instead of letting it fail
The text was updated successfully, but these errors were encountered: