-
Notifications
You must be signed in to change notification settings - Fork 2
Description
I'm trying to connect a device to the cloud solution, but it fails to register
` % Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 5307 100 5307 0 0 9409 0 --:--:-- --:--:-- --:--:-- 9409
[INFO] Downloading binary https://downloads.deviceplane.com/agent/1.16.0/linux/amd64/deviceplane-agent
[INFO] Installing deviceplane-agent to /usr/local/bin/deviceplane-agent
[INFO] systemd: Creating service file /etc/systemd/system/deviceplane-agent.service
[INFO] systemd: Enabling deviceplane-agent unit
[INFO] systemd: Starting deviceplane-agent
coe@coe001:/$ sudo deviceplane-agent
2021/09/24 18:55:35 info registering device
2021/09/24 18:55:35 fatal failure while initializing agent error=failed to register device: failed to register device: code: 404, body: : non-2xx status code source=(*Agent).Initialize: /home/circleci/project/pkg/agent/agent.go:153
`
is this something known?