-
Notifications
You must be signed in to change notification settings - Fork 49
DOCS-4171: Add troubleshooting for error when webrtc, mDNS, and gRPC fail #4742
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
base: main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for viam-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
npentrel
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM - Thanks!
|
@allisonschiang is this good to merge? |
@npentrel the "failed to connect to robot within time limit" log is new with another PR I have up right now so I wanted to merge both at the same time! Not a big deal but in case the exact wording of the log gets changed in review I wanted to update it here too |

As part of a project to improve error logging, I want to link the error: "Failed to connect to robot within time limit. Check network connection and try again. See http://docs.viam.com/dev/tools/common-errors/#conn-time-out" for troubleshooting steps" to some networking steps for debugging. Because the steps are already on the docs, I'm just moving the steps into their own section and then linking both the existing error and my new error to that networking section
The git changes looks really weird because im moving the network debugging text to just after the "Unable to create PeerConnection with module" so it shows me deleting it and re-adding it after but my changes have nothing to do with peerconnection stuff
Changes include adding a "failed to connect to robot" section, creating a network debugging section, and linking the "failed to connect to robot" and "Connection establishment failed" to this section
in conjunction with RDK log improvement: viamrobotics/rdk#5466