Are you sure you pasted the credentials correctly? Does it give you feedback on which key/secret you used during the process? Which version of ClearML-Agent are you on?
Sure, it's just thisVerifying credentials ... Error: could not verify credentials: key=
CostlyOstrich36 Sorry for late reply, I copied clearml.conf from windows machine to linux machine, changed credentials and added verify_certificate: False
as you said. Then I started agent with this command:clearml-agent daemon --queue default --foreground
It doesn't produce any output and machine also doesn't appear in a worker pool, but in settings/workspace on provided credentials it changes last used and worker/ip fields
Yes, when I provide the same credentials to a windows machine it works just fine. I don't know, the latest one probably, I install it with pip
DefiantLobster38 , please try the following - Change the verify_certificate
to False
https://github.com/allegroai/clearml/blob/aa4e5ea7454e8f15b99bb2c77c4599fac2373c9d/docs/clearml.conf#L16
Tell me if it helps 🙂
Hi, can you give the error that is printed out?