None of the default ports are changed and in my firewalld I have ports 8080, 8081, and 8008 open to tcp
Hi @<1538330703932952576:profile|ThickSeaurchin47> , can you please add the input/output of the clearml-init
command? Did you change any of the default ports?
Found the problem. Some port rules between my server and client was blocking it. Some autossh forwarding solved my problem
@<1523701070390366208:profile|CostlyOstrich36> , anything I missed?
clearml-init
ClearML SDK setup process
Please create new clearml credentials through the settings page in your clearml-server
web app (e.g. None )
Or create a free account at None
In settings page, press "Create new credentials", then press "Copy to clipboard".
Paste copied configuration here:
api {
web_server: http://:8080
api_server: http://:8008
files_server: http://:8081
credentials {
"access_key" = "*"
"secret_key" = "***"
}
}
Detected credentials key="*************" secret="*****"
ClearML Hosts configuration:
Web App: http://:8080
API: http://:8008
File Store: http://*:8081
Verifying credentials ...
Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.connection.HTTPConnection object at 0x7fa25dfc85e0>, 'Connection to * timed out. (connect timeout=3.0)')': /auth.login
Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.connection.HTTPConnection object at 0x7fa25dfc8b80>, 'Connection to * timed out. (connect timeout=3.0)')': /auth.login
Error: could not verify credentials: key=******* secret=*****
From running it with the credentials I got with the non-self-hosted clearml instance
clearml-init
ClearML SDK setup process
Please create new clearml credentials through the settings page in your clearml-server
web app (e.g. None )
Or create a free account at None
In settings page, press "Create new credentials", then press "Copy to clipboard".
Paste copied configuration here:
api {
# Daniel Redder's workspace
web_server: None
api_server: None
files_server: None
credentials {
"access_key" = "*******"
"secret_key" = "*********"
}
}
Detected credentials key="*********" secret="********"
ClearML Hosts configuration:
Web App: None
API: None
File Store: None
Verifying credentials ...
Credentials verified!