Troubleshoot
Agent status
If the device is not connecting to the cloud, you can check agent status. Connect to the device via SSH and run:Command Line
1hubctl status
Command Line
1$ hubctl status
2╔═══════════════════════════════════════════════════════════════╗
3║ ║
4║ Luxonis Hub Agent (24.55.1308 | linux/arm64 | DepthAI 2.21.2) ║
5║ ║
6╚═══════════════════════════════════════════════════════════════╝
7
8Web UI https://localhost:9010
9DepthAI 2.21.2
10
11Connected to cloud? yes (https://hub.luxonis.com)
12Team Luxonis
13Pending detections 0
14
15
16Link to robot in cloud
17https://hub.luxonis.com/robots/00000000-0000-0000-0000-000000000000
Agent logs
Agent logs are accessible via SSH or if connected to the Hub through theWeb Terminal
on the device detail page. For information on how to work with the logs via SSH, please run:Command Line
1hubctl help logs
Application logs
When you start the application, logs are available in theLogs
tab within the application details. You can copy the logs from there as text if necessary.Support file
For uploading support file to Luxonis please use:Command Line
1hubctl upload-support
Frequent problems
Unable to install application - no such host
A common reason the application cannot be installed is due to DNS resolution issues. The DNS server used by the host system, where the agent is installed, might be unable to resolve the correct IP address of the GitHub repository needed for the installation. In such cases, you might encounter a similarno such host
message in the error log:Command Line
1time="2024-05-30T10:23:50+08:00" level=warning msg="Failed to decode the keys [\"storage.imagestore\"] from \"/home/robothub/storage.conf\""
22Error: initializing source docker://ghcr.io/luxonis/robothub-app-v2:2024.117.2129-rvc2-regular: Get "https://ghcr.io/token?scope=repository%3Aluxonis%2Frobothub-app-v2%3Apull&service=ghcr.io": dial tcp: lookup ghcr.io on 192.168.0.1:53: no such host
/etc/systemd/resolved.conf
file to change the DNS
and FallbackDNS
keys. This can also be done through your system's GUI, making it unnecessary to update configuration files manually.This will cause that local network addresses will not be resolved. Use with caution.
Google Public DNS
or Cloudflare's 1.1.1.1
. You can find step-by-step instructions here: