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
Hi, I Was Some How Able To Get A Project Running Yesturday, However Now I Am Unable To Get It Running, I Keep Getting An Failed Getting Token Error

hi, I was some how able to get a project running yesturday, however now I am unable to get it running, i keep getting an failed getting token error

  
  
Posted 3 years ago
Votes Newest

Answers 34


For some reason copying over everything and making another file and running it there does not allow it to run

Not sure i follow...
you should only have one ~/clearml.conf nad from wherever you are running your code it will always read the configuration from the same file

  
  
Posted 3 years ago

very weird I changed to the original folder I had used to run this, and it works? For some reason copying over everything and making another file and running it there does not allow it to run

  
  
Posted 3 years ago

might be my folder permissions hmm

That actually makes sense, also notice that if you are running under a diff user, the ~ (home folder) is different

  
  
Posted 3 years ago

(So it re-reads the configuration file)

  
  
Posted 3 years ago
3K Views
34 Answers
3 years ago
one month ago
Tags