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
Profile picture
DeterminedCrab71
Moderator
1 Question, 155 Answers
  Active since 10 January 2023
  Last activity 2 years ago

Reputation

0

Badges 1

Eureka!
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
Hi Maya, can you please copy the response for "events.get_task_plots" request from the network tab in the browser developer tools (F12)?
5 years ago
0 Hi

Hi BattyLizard6 ,
we found the issue and it's indeed a WebApp one.
hotfix released for all platforms

3 years ago
0 I Hit A Issue That I Cannot See My Matplotlib Plot, But It Was Shown In The Panel. Any Idea?

Hi EnviousStarfish54 ,
what version of server and SDK are you using?
can you report this experiment to demo server?

5 years ago
0 Hi Guys

Hi Ryan,
we are more interested in the last tasks.get_all_ex query,
clicking the "XHR" filter, would make it easier to find.
It would be very helpful if you can share the response with us maybe on a DM, by right clicking the network entry in the table, copy -> copy as curl

4 years ago
0 Migration Clearml 1.5.0 -> 1.8? -> 1.9?

I was just informed that the images for 1.9.2 were already released on Thursday, please test if the new version solve the issue for you and let us know.

2 years ago
0 Hi There. I Have My Own Clearml Server Working On

FYI we use the port to distinguish between AWS and local S3

3 years ago
0 Migration Clearml 1.5.0 -> 1.8? -> 1.9?

it might be a bug we already fixed, let me check

2 years ago
0 How Can I Start The Clearml Server After Creating Ec2 Instance From Ami? Running

if you get a response while on the instance from localhost, but not from the outside, it usually means the machine IP is not exposed to the outside world.

3 years ago
one month ago
0 Hi, I Have A Problem Of Showing Images And Artifacts In The Web Ui. We Get Unauthorized (401) When Loading The Plot Page Of A Task. It Almost Like

if WEBSERVER__fileBaseUrlvalue = None a replacement should take place, what version of clearml are you using?

one month ago
0 Trying To Add Someone To My Workspace And We Keep Getting A Cannot Resolve Link Destination

thanks, this issue might be related to github login, we're investigating

2 years ago
0 Hi, I Have A Problem Of Showing Images And Artifacts In The Web Ui. We Get Unauthorized (401) When Loading The Plot Page Of A Task. It Almost Like

the fact you have X-Amz-Date in the url tells me the code passed the check here but might not pass this condition or something went wrong in the [rewrite function](https://github.com/cle...

one month ago
0 Trying To Add Someone To My Workspace And We Keep Getting A Cannot Resolve Link Destination

can you make sure in users table you can see the pending invite?
and on the invited account you see the invite under the user menu (top right corner)?

2 years ago
0 Hello There, Is There Any Option To Run Clearml Behind Nginx Reverse Proxy?

Hi Luaks,
clearml serve the system for paying customers using AWS services and not through Nginx. so I don't have an example config to give you.
maybe this answer on SE can help you map the exposed ports of webapp, API and fileserver to app.domain.tld api.domain.tld and files.domain.tld
None

one year ago
0 We Have This Issue With Our Oss Deployment: One Azure Container App For

can you try running the curl request from within the web container?

one month ago
0 We Have This Issue With Our Oss Deployment: One Azure Container App For

on second thought if direct request to api server works while reverse proxy fails, this points us only to nginx.

one month ago
0 We Have This Issue With Our Oss Deployment: One Azure Container App For

i'd focus on nginx or whatever azure infra you have between nginx and the client.

one month ago
0 Hello There, Is There Any Option To Run Clearml Behind Nginx Reverse Proxy?

clearml docker doesn't setup a SSL, you will have to do that in your own nginx configuration probably for each server section that expose clearml services as a subdomain. see:
None

one year ago
0 Any Tips On Debugging Worker Graphs Not Showing Up? Seems To Be Some Js Errors In The Console That May Be Related. Running Localhost Against 1.16.1 Images

Hi @<1689446563463565312:profile|SmallTurkey79>
seems like a bad chartjs definition, in line-chart.component.ts where we build the chart, probably due to unexpected response.
can you share the 1st successful response of workers.get_stats from the network tab of devtools?

one year ago
0 Hi All, I Am Developing Clearml-Web. When I Checked The V1.10 Code, It Seems That The Reports Screen Cannot Be Opened Due To The Error "

Hi @<1557537273090674688:profile|ThankfulOx54> , you will need to install a version 1.10 of clearml server to work with clearml web 1.10

2 years ago
Show more results compactanswers