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 Team Some Bug I Noticed What I Don'T Know How To Tackle I Have A Project With Active Tasks From The Main

Hey team
some bug I noticed what I don't know how to tackle
I have a project with active tasks
from the main Projects page I can see it has 56 tasks under my user, when I click inside, I don't see anything

I get see the tasks using REST API
I can also access the tasks with it's direct URL
but can't get there from the UI at all
see some screen shots in 🧵

thoughts?

  
  
Posted 3 months ago
Votes Newest

Answers 5


image
image

  
  
Posted 3 months ago

I can see tasks in the project, but nothing for my user

  
  
Posted 3 months ago

if I use the URL directly
" None

I see it (see the list to the left show no data as well )
image

  
  
Posted 3 months ago

Hi @<1523701842515595264:profile|PleasantOwl46> , what version of ClearML are you running? Also, when you navigate to the webUI, do you see any console errors in developer tools (F12)? Are the API requests returning empty?

  
  
Posted 3 months ago

console showed 401 unauthorized when I tried it
I tried again now and it magically popped up 🤔

  
  
Posted 3 months ago
331 Views
5 Answers
3 months ago
3 months ago
Tags