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
I Also Tried To Manually Create A

I also tried to manually create a clearml.conf file and add the line api.verify_certificate: False at the very beginning. But then when I try to create a task I get the following error, which suggests that there's still an issue:
Retrying (Retry(total=238, connect=240, read=240, redirect=240, status=240)) after connection broken by 'ProxyError('Cannot connect to proxy.', RemoteDisconnected('Remote end closed connection without response'))':

  
  
Posted 3 years ago
Votes Newest

Answers 16


hmm.. might be, but it's weird. I'm connected to the VPN so I was hoping that FW blocks would've been avoided, but I may very well have been wrong. I have CNTLM installed on the machine running the ClearML server. Perhaps it's not configured properly?

  
  
Posted 3 years ago

(base) orj1tv@TV2Z1017:~$ curl `

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" " ` ` ">

<html> <head> <meta http-equiv="Content-Type" content="text/html;charset=utf-8"> <title>Error response</title> </head> <body> <h1>Error response</h1> <p>Error code: 400</p> <p>Message: Bad Request.</p> <p>Error code explanation: 400 - Bad request syntax or unsupported method.</p> </body> </html> `

  
  
Posted 3 years ago

Also:
(base) orj1tv@TV2Z1017:~$ curl curl: (35) error:1408F10B:SSL routines:ssl3_get_record:wrong version number

  
  
Posted 3 years ago

Hi ZealousSeal58 , yeah, this seems to indicate the ClearML SDK can't connect to the apiserver

  
  
Posted 3 years ago

did you try curl https://<host-addr>:8008 or curl http://<host-addr>:8008 ?

  
  
Posted 3 years ago

There seems to be indeed an issue here...

  
  
Posted 3 years ago

when you curl to the 8008 port, you should see something like this:
{"meta":{"id":"2d7d5c50f7e34da39c9b3203a85153dc","trx":"2d7d5c50f7e34da39c9b3203a85153dc","endpoint":{"name":"","requested_version":1.0,"actual_version":null},"result_code":400,"result_subcode":0,"result_msg":"Invalid request path /","error_stack":null,"error_data":{}},"data":{}}

  
  
Posted 3 years ago

Yeah, feels like it. I just asked a colleague, and she actually managed to log from her (remote, vpn-connected) Ubuntu machine (I'm using Windows). So it doesn't to be a server-side issue.

  
  
Posted 3 years ago

The first one seems to indicate someone's intercepting the call (not reaching the server) - perhaps a FW?

  
  
Posted 3 years ago

anything else means someone in the way 🙂

  
  
Posted 3 years ago

which is a response by the apiserver

  
  
Posted 3 years ago

Might be...

  
  
Posted 3 years ago

Just to update on my issue from last week. Indeed, it was a client-side error. I'm using Px proxy, which seems to block several blocks. Removing it and switching to a different proxy client resolved the issue.

  
  
Posted 3 years ago

*several blocks -> several ports (of course)

  
  
Posted 3 years ago

Thanks for the help SuccessfulKoala55

  
  
Posted 3 years ago

The second one is not a valid request (my bad :))

  
  
Posted 3 years ago
610 Views
16 Answers
3 years ago
one year ago
Tags