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 All Can You Please Tell Me Why I Can'T Create New Credentials? Log In Thread

Hi all
Can you please tell me why I can't create new credentials?
log in thread

  
  
Posted 2 years ago
Votes Newest

Answers 5


I replaced the open ports with ??9? so that there would be no conflicts. If you write them down in a new form, then everything is ok

  
  
Posted 2 years ago

Yes, sure!

  
  
Posted 2 years ago

This seems like an issue with the auto-detection in the wizard. The API host address from the pasted configuration is  api_server: http://localhost:8008 , while the wizard decides that  API Host configured to: [ http://localhost:8090 ]
In the wizard, just make sure the API host is  http://localhost:8008  and it should work.
Also, please open a GitHub issue with this full info so we can investigate  🙂

  
  
Posted 2 years ago

image

  
  
Posted 2 years ago

` (base) user@s130:~$ clearml-init
ClearML SDK setup process

Please create new clearml credentials through the profile page in your clearml-server web app (e.g. )
Or create a free account at

In the profile page, press "Create new credentials", then press "Copy to clipboard".

Paste copied configuration here:
api {

web_server:  ` ` 
api_server:  ` ` 

credentials {
    "access_key" = "6VUTS73D48DMPVI1NMPS"
    "secret_key" = "4fGtZVirW0ztSLbm6JPLESMAbBbNRwKFRsfEsl71r2xxD7pSLO"
}

}
Detected credentials key="6VUTS73D48DMPVI1NMPS" secret="4fGt***"
WEB Host configured to: [ ]
API Host configured to: [ ]
File Store Host configured to:
File Store Host configured to:
File Store Host configured to:
File Store Host configured to:
File Store Host configured to:
File Store Host configured to:
File Store Host configured to:
File Store Host configured to:
File Store Host configured to:
File Store Host configured to:
File Store Host configured to:
File Store Host configured to: note

ClearML Hosts configuration:
Web App:
API:
File Store:

Verifying credentials ...
Error: could not verify credentials: key=6VUTS73D48DMPVI1NMPS secret=4fGtZVirW0ztSLbm6JPLESMAbBbNRwKFRsfEsl71r2xxD7pSLO
Enter user access key: 6VUTS73D48DMPVI1NMPS
Enter user secret: 4fGtZVirW0ztSLbm6JPLESMAbBbNRwKFRsfEsl71r2xxD7pSLO
Verifying credentials ...
Error: could not verify credentials: key=6VUTS73D48DMPVI1NMPS secret=4fGtZVirW0ztSLbm6JPLESMAbBbNRwKFRsfEsl71r2xxD7pSLO
Exiting setup without creating configuration file `

  
  
Posted 2 years ago