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, Since I Started Using Clearml I Have A Problem With Using "Download Full Log" Button On Console Output Page For Experiments. Each Time I Try To Click It I Get A Following Error Any Ideas What Might Be Wrong?

Hello,

Since I started using ClearML I have a problem with using "download full log" button on console output page for experiments.
Each time I try to click it I get a following error

Any ideas what might be wrong?

  
  
Posted 2 years ago
Votes Newest

Answers 15


Can you send me your workspace ID in a private message?

  
  
Posted 2 years ago

Maybe some authentication issue?

  
  
Posted 2 years ago

Hi CostlyOstrich36
Unfortunately the console is clear

  
  
Posted 2 years ago

Interesting fact I noticed is that the owner of the workspace indeed can use this button without any problem

  
  
Posted 2 years ago

So I'll need to check there and see if I can locate the docs

  
  
Posted 2 years ago

What about network? Does something return 400 or something of the sort?

  
  
Posted 2 years ago

Oh, I see

  
  
Posted 2 years ago

is it a self-hosted server?

  
  
Posted 2 years ago

Is it something only workspace admin can get?
I'm clicking through the UI but I can't find it anywhere

  
  
Posted 2 years ago

CrabbyKoala94 I think we'll need to see the server's logs to make sure it's not a server-side issue

  
  
Posted 2 years ago

no, this is https://app.clear.ml/

  
  
Posted 2 years ago

I see only GET request with code 200 when I click the button but nothing else

  
  
Posted 2 years ago

Hi CrabbyKoala94 ,

Can you please open developer tools and see if you get some sort of error there?

  
  
Posted 2 years ago

that's why I think the server's logs will be interesting

  
  
Posted 2 years ago

might be, although ClearML Server should allow it regardless of the user

  
  
Posted 2 years ago