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 Facing This Issue. I'M Trying To Set Up My Own Clearml Server Using This Tutorial.

I keep facing this issue. I'm trying to set up my own clearml server using this tutorial. https://allegro.ai/clearml/docs/docs/deploying_clearml/clearml_server_linux_mac.html

Only problem is, it won't run properly. I export host ip as the ip that the network gave me. but when I try to access server, it doesn't run properly

  
  
Posted one year ago
Votes Newest

Answers 19


VexedCat68 this likely happens since you already have a token for another ClearML server (perhaps another server you've set up?). The correct fix it to either make sure you clear your browser's cookies, or (if you have more than one server set up), make sure each server uses a different cookie name.

  
  
Posted one year ago

Changing cookie name is part of server's basic configuration in the apiserver.conf file, see here https://github.com/allegroai/clearml-server/blob/a64c4d264d00eadd2d11818b37151d3cc6266d99/apiserver/config/default/apiserver.conf#L72

  
  
Posted one year ago

I think I get what you're saying yeah. I don't know how I would give each server a different cookie name. I can see this problem being resolved by clearing cookies or manually entering /login at the end of the url

  
  
Posted one year ago

When I try to access the server with the IP I set as CLEARML_HOST_IP, it looks like this. I set that IP to the ip assigned to me by the network

  
  
Posted one year ago

You can see there's no task bar on the left. basically I can't get any credentials to the server or check queues or anything.

  
  
Posted one year ago

when you connect to the server properly, you're able to see the dashboard like this with menu options on the side.

  
  
Posted one year ago

There's a whole task bar on the left in the server. I only get this page when i use the ip 0.0.0.0

  
  
Posted one year ago

VexedCat68 , can you try accessing it as
192.168.15.118:8080/login first?

  
  
Posted one year ago

wrong image. lemme upload the correct one.

  
  
Posted one year ago

I think maybe it does this because of cache or something. Maybe it keeps a record of an older login and when you restart the server, it keeps trying to use the older details maybe

  
  
Posted one year ago

Shouldn't I get redirected to the login page if i'm not logged in instead of the dashboard? 😞

  
  
Posted one year ago

VexedCat68 , It appears to be a bug of sorts, we'll sort it out 🙂

  
  
Posted one year ago

I feel like they need to add this in the documentation 😕

  
  
Posted one year ago

I've been having this issue for a while now :((

  
  
Posted one year ago

Ok this worked. Thank you.

  
  
Posted one year ago

Big thank you though.

  
  
Posted one year ago

let me check

  
  
Posted one year ago

Also, is clearml open source and accepting contributions or is it just a limited team working on it? Sorry for an off topic question.

  
  
Posted one year ago

VexedCat68 , what errors are you getting? What exactly is not working, the webserver or apiserver? Are you trying to access the server from the machine you set it up on or remotely?

  
  
Posted one year ago
99 Views
19 Answers
one year ago
4 months ago
Tags