Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
Hi, I’M Having Troubles Initializing Connection To Clearml (“Error: Could Not Verify Credentials:“). Who Can Help? Thanks

Hi,
I’m having troubles initializing connection to clearml (“Error: could not verify credentials:“). Who can help?
Thanks

  
  
Posted 2 years ago
Votes Newest

Answers 15


Did you run clearml-init after the pip install ?

  
  
Posted 2 years ago

api {
# Dror Lederman’s workspace
web_server: https://app.community.clear.ml
api_server: https://api.community.clear.ml
files_server: https://files.community.clear.ml
credentials {
“access_key” = “SMBEQP52835QTKVQ9BUW”
“secret_key” = “kogXXX”
}
}

  
  
Posted 2 years ago

IrateBee40 I think I have an idea what's wrong, https could it be there is some firewall in the middle intercepting the entwork, and without installing SSL certificate the ssl connection is failing ?

  
  
Posted 2 years ago

AgitatedDove14 I’m not sure why, but now I got home and it works (when I wrote you, I tried it from the office; no firewall in the office)

  
  
Posted 2 years ago

Hi IrateBee40
What do you have in your ~/clearml.conf ?
Is it pointing to your clearml-server ?

  
  
Posted 2 years ago

so- first I didn’t have any such file. Shouldn’t this file be generated by the initialization procedure?

  
  
Posted 2 years ago

(I’m using macos and clearml was used to work by me + it is working on “my” gcp)

  
  
Posted 2 years ago

Yes, I did. When I install clearml, it doesn’t generate this conf file

  
  
Posted 2 years ago

This is where I’m getting the error (“Error: could not verify credentials:“)

  
  
Posted 2 years ago

yes

  
  
Posted 2 years ago

Anyway, thanks a lot for your help

  
  
Posted 2 years ago

AgitatedDove14 Detected credentials key=“UXVWG8IKGJBFKT8PHDW7” secret=“VHKs***”
WEB Host configured to: [ https://app.community.clear.ml
API Host configured to: [ https://api.community.clear.ml
File Store Host configured to: [ https://files.community.clear.ml

ClearML Hosts configuration:
Web App: https://app.community.clear.ml
API: https://api.community.clear.ml
File Store: https://files.community.clear.ml

Verifying credentials ...
Error: could not verify credentials: key=UXVWG8IKGJBFKT8PHDW7 secret=VHKXXX
Enter user access key: UXVWG8IKGJBFKT8PHDW7
Enter user secret: VHKXXX
Verifying credentials ...
Error: could not verify credentials: key=UXVWG8IKGJBFKT8PHDW7 secret=VHKXXX
Exiting setup without creating configuration file
(base) drorlederman@Drors-MacBook-Pro ~ %

  
  
Posted 2 years ago

IrateBee40
Check the first steps here:
https://clear.ml/docs/latest/docs/getting_started/ds/ds_first_steps
(Basically you have to generate credentials / configure you machine so it knows where the server is and how to access it)

Make sense ?

  
  
Posted 2 years ago

Ohh I see, could you copy paste what you put there (instead of the secret and key *** will do 🙂 )

  
  
Posted 2 years ago

No worries 🙂 glad it worked

  
  
Posted 2 years ago
689 Views
15 Answers
2 years ago
one year ago
Tags