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
Hello, Deploy Clearml In Docker And Train A Yolov8 Model, Finish Train, In Plots No Pics Show,So Why

hello, deploy clearml in docker and train a yolov8 model, finish train, in PLOTS no pics show,so why
image

  
  
Posted 23 days ago
Votes Newest

Answers 11


Hi @<1750327622178443264:profile|CleanOwl48> , it's not a cookie domain issue, when a P{lotly background image is set, Plotly used JS to fetch it, but it omits the cookie when the image and webapp are not on the same site.

we have a workaround, if you properly set the fileserver URL for webserver nginx it will redirect calls from /files to fileserver, and if the UI has WEBSERVER__fileBaseUrl set it will allow the UI to rewrite the call for the image through nginx reverse proxy.
this way the request to fetch Plotly background image stays on the same site and auth cookie get sent.

  
  
Posted 18 days ago

@<1523701070390366208:profile|CostlyOstrich36> There's still issue in the frontend. The frontend for plots does not include the cookie when requesting the images, but it does when showing the debug samples. (I am using the open source and self-hosting with k8s)
image
image

  
  
Posted 20 days ago

This approach disable file server auth service. Another fix is to set the correct cookie domain.

  
  
Posted 20 days ago

@<1750327622178443264:profile|CleanOwl48> ,
image

  
  
Posted 20 days ago

yes, self hosting

  
  
Posted 21 days ago

Are you using the community server or are you using the open source and self hosting?

  
  
Posted 21 days ago

Also I tried follow None

but it have some SSL issues. The ssl cert only allow for 1 subdomain level (only 1 dot). Is there any work around? I am currently using http only.

  
  
Posted 22 days ago

Hi, I am getting the same error as well.

On my local setup, everything works fine with a local ip address.
When I request the image directly on my local setup, the browser use the following cookie:

clearml_token_basic: XXX
domian: 192.168.51.60

When I request the image on my k8s cluster, the browser cannot find the cookie and return a 401 respond.

The default cookie level is different as well:

clearml_token_basic: XXX
domain: app.xxx.com

I try plugging the cookie when request from files.xxx.com but it does not works.

  
  
Posted 22 days ago

@<1523701070390366208:profile|CostlyOstrich36>

  
  
Posted 23 days ago

get this error
image

  
  
Posted 23 days ago

Hi @<1762286410452176896:profile|ExcitedFrog68> , if you open dev tools (F12) do you see any console errors?

  
  
Posted 23 days ago
61 Views
11 Answers
23 days ago
17 days ago
Tags