Edge
Scenario/Error message | Likely meaning (TL;DR) | Recommended next steps |
|---|---|---|
Edge agent is in error | • Host is not connected to the network. • Device is not connected to the network. • The network is blocked to a specific type of communication. |
|
permission denied while trying to connect to docker api | This error means your current user account lacks the necessary rights to communicate with the Docker daemon through its Unix socket, which is owned by the root user by defaul | To fix it permanently, add your user to the docker group by running sudo usermod -aG docker $USER and then log out and back in for the changes to take effect. |
You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limits | https://docs.docker.com/docker-hub/usage/pulls/#view-pull-rate-and-limit | |
Other issues | ||
"jsonrpc":"2.0","error":"code":-32602,"message":"Invalid params.","data":"Invalid parameter "/1/name": invalid host name." |
Updated about 7 hours ago
