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
Hello Everyone, I Encountered The Following Error When I Tried To

Hello everyone, I encountered the following error when I tried to clearml-init on ubuntu 24

Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x786502e3b460>: Failed to establish a new connection: [Errno 111] Connection refused')': /auth.login
Error: could not verify credentials: key=********* secret=*************
  
  
Posted one year ago
Votes Newest

Answers 13


I tried it on another laptop and I also tried it on the server machine where the clearml server is deployed. I get same error. @<1523701070390366208:profile|CostlyOstrich36>

  
  
Posted one year ago

Are you using the community server or did you deploy yourself?

  
  
Posted one year ago

Not this key pair. I removed all my previous key pairs and created a new one

  
  
Posted one year ago

I will do that

  
  
Posted one year ago

The ubuntu is the client side or you changed OS on the server side?

  
  
Posted one year ago

Did you try this key/secret pair on other machines?

  
  
Posted one year ago

The server is running on cloud.

  
  
Posted one year ago

@<1523704674534821888:profile|SourLion48> this seems like over the network is blocking the communication to the server - either on your machine, or in the cloud load-balancers, or on the target machine before the requests gets to the server

  
  
Posted one year ago

deployed it myself. It worked fine before I changed to ubuntu24.04 yesterday. We have been using clearml for years this way

  
  
Posted one year ago

Try this key pair on another machine, could be just invalid..

  
  
Posted one year ago

If it's deployed by you, then try running clearml-init from the same machine the server is on. Doesn't matter if it's a cloud machine really

  
  
Posted one year ago

It works on other machines. Can I clearml-init on a virtual environment? I installed clearml in a virtual environment.

  
  
Posted one year ago

Hi @<1523704674534821888:profile|SourLion48> , can you try running it from the same machine that the server is running on?

  
  
Posted one year ago