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
Hey Everyone! I'Ve Deployed The Open-Source Clearml Service Under My University'S Network, However I Am Now Having Some Difficulties Accessing The Service, And I Have This Error: Valueerror: It Seems

Hey everyone! I've deployed the open-source ClearML service under my university's network, however I am now having some difficulties accessing the service, and I have this error:

ValueError: It seems api_server is misconfigured. Is this the ClearML API server https://<my-url>/api ?

Any idea why? I'm able to access the webpage, and even curl the api server via a remote CLI.

  
  
Posted 6 months ago
Votes Newest

Answers 3


So I've figured out the issue. After pasting the configuration credentials (the api {} section in the conf), I am assuming that the clearml service needs to connect to the api service somehow. However, because I've deployed it under my the umbrella of my university, trying to access our self-hosted ClearML takes you to a None MFA page. I think the clearml service is getting blocked here. Is there any workaround for this?

  
  
Posted 6 months ago

Hi @<1600661428556009472:profile|HighCoyote66> , I think you're right. However, this is an automated call and cannot involve an interactive user. You can test it by simply using curl <address> - that response should be a json paylpad

  
  
Posted 6 months ago

When I try to run clearml-init on another device:

Verifying credentials ...
Error: could not verify credentials

Has anyone encountered this error and know how to fix?

  
  
Posted 6 months ago
489 Views
3 Answers
6 months ago
6 months ago
Tags