Skip to content

Commit bf2761f

Browse files
authored
DOCS-4171: Address context deadline exceeded error (#4754)
1 parent e309b82 commit bf2761f

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

docs/dev/tools/common-errors.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,15 @@ resource build error: unknown resource type: API "rdk:component:camera" with mod
221221
222222
**Solution:** See [Network Troubleshooting](/dev/tools/common-errors/#network-troubleshooting) section.
223223
224-
### Could not connect to machine part
224+
### Could not connect to machine part (context deadline exceeded)
225+
226+
**Full Error:** `Error: Could not connect to machine part: context deadline exceeded; context deadline exceeded; mDNS query failed to find a candidate`
227+
228+
**Description:** This error can occur connecting to a machine with the shell service indicating network issues.
229+
230+
**Solution:** See [Network Troubleshooting](/dev/tools/common-errors/#network-troubleshooting) section.
231+
232+
### Could not connect to machine part (ResourceExhausted)
225233
226234
**Full Error:** `Could not connect to machine part: error updating resources: rpc error: code = ResourceExhausted desc = exceeded request limit 100 on resource viam.robot.v1.RobotService`
227235

0 commit comments

Comments
 (0)