Skip to content

Latest commit

 

History

History
175 lines (164 loc) · 9.8 KB

610_device-onboarding-failure-codes.md

File metadata and controls

175 lines (164 loc) · 9.8 KB
title intro weight versions layout permissions showMiniToc miniTocMaxHeadingLevel allowTitleToDifferFromFilename mapTopic hidden redirect_from gettingStartedLinks popularLinks guideLinks introLinks tags
Device Error Codes
rapyuta.io is a platform that enables robotics solution development by providing the necessary software infrastructure and facilitating the interaction between multiple stakeholders who contribute to the solution development.
611
free-pro-team enterprise-server
*
*
false
rapyuta.io
true
4
false
false
false
Troubleshoot

A device may fail due to several reasons. The below table lists all the possible error codes together with their description and recommended actions.

Device Error Codes and Recommended Actions

If the issue still persists, please contact support.

Error Code Description Recommended Actions
DEV_E100 Internal error Contact support
DEV_E101 Downloading internal artifact failed
DEV_E102 Pulling internal docker image failed
DEV_E103 Installing pip package failed
DEV_E104 Installing docker failed
DEV_E105 Installing system package failed
DEV_E106 Managing files on device failed
DEV_E107 Internal service failed to start Contact support
DEV_E108 Initialization time exceeded
DEV_E109 Initialization failed due to network error
DEV_E110 Initialization failed due to docker login error

Check for active internet connection

To check if a device has an active internet connection, execute the command: ping -c 4 8.8.8.8 at the device's terminal. The ping command will try to reach Google Public DNS. If successful, you should see an output as:

4 packets transmitted, 4 received, 0% packet loss.

Check for disk space

To check if there is adequate disk space on device, run the command: df -h at the device's terminal. The df command will display your disk usage. Ensure the value of percentage used for your main filesystem is not nearly 100%.