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 2 months ago
Votes Newest

Answers 13


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

  
  
Posted 2 months ago

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

  
  
Posted 2 months ago

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

  
  
Posted 2 months ago

The server is running on cloud.

  
  
Posted 2 months ago

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 2 months 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 2 months ago

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

  
  
Posted 2 months ago

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

  
  
Posted 2 months ago

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

  
  
Posted 2 months ago

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

  
  
Posted 2 months ago

I will do that

  
  
Posted 2 months 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 2 months ago

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

  
  
Posted 2 months ago