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
Copy file name to clipboardExpand all lines: docs/dev/tools/common-errors.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -221,7 +221,15 @@ resource build error: unknown resource type: API "rdk:component:camera" with mod
221
221
222
222
**Solution:** See [Network Troubleshooting](/dev/tools/common-errors/#network-troubleshooting) section.
223
223
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)
225
233
226
234
**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`
0 commit comments