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 Keep Getting Server Unavailable Pop-Up Error After Updating To 1.10. I Had To Roll Back To 1.9.2 For Now, So I Don’T Have Access To Docker Logs, But Maybe Someone Has An Idea?

I keep getting Server unavailable pop-up error after updating to 1.10. I had to roll back to 1.9.2 for now, so I don’t have access to docker logs, but maybe someone has an idea?

  
  
Posted 2 years ago
Votes Newest

Answers 6


there are no issues when I change image tag for clearml-webserver to 1.9.2

  
  
Posted 2 years ago

thanks for the idea. unfortunately, I only have users and passwords in this config

  
  
Posted 2 years ago

DilapidatedDucks58 I'm had the same issue and solved it by removing the server's CORS config (from any config file under /opt/clearml/config).

see this thread for details: None )

CostlyOstrich36 SuccessfulKoala55 any idea how to fix this?

  
  
Posted 2 years ago

I don’t see any problems in the logs, and API server seems to be working

  
  
Posted 2 years ago

Hi DilapidatedDucks58 , how long did it persist? Can you try upgrading again and see the apiserver logs?

  
  
Posted 2 years ago

DilapidatedDucks58 I would assume the docker container is just not starting up correctly for some reason - but the do let logs are essential to understand the issue ..

  
  
Posted 2 years ago
1K Views
6 Answers
2 years ago
2 years ago
Tags