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 Everyone, I Tried To Implement Ssl Support With Nginx And Everything Seems To Work So Far, But I Get "The Following Artifacts Could Not Be Deleted". How Can I Debug This? I Do Not See Any Error In The Logs. I Can Safe Artifacts And Retrieve Them (Howev

Hi everyone,
I tried to implement SSL support with NGINX and everything seems to work so far, but I get "The following artifacts could not be deleted". How can I debug this? I do not see any error in the logs. I can safe artifacts and retrieve them (however using http, so firefox gives an error if I press the link)

  
  
Posted 2 years ago
Votes Newest

Answers 9


Ah apologies for getting the wrong end of the stick a bit!

Not sure if it helps you or not, but when the link to an artifact didn't work for me it was because the URL being used was internal to the server (I had an agent that had access to internal endpoints). In my case setting the agent fileserver url to the public domain solved my issue.

  
  
Posted 2 years ago

Hey, thank you for answering.
I know this issue and I have it sometimes, but my current issue is a direct result of me trying to make SSL work. So I am not asking for help in solving my problem, but only for help how to debug. Finding out which step leads to the artifact not being deleted (e.g. the fileserver cannot be reached by from wherever the delete request is send)

  
  
Posted 2 years ago

Thanks, I will look into it. For me the weird thing is that saving works and only deletion fails somehow.

  
  
Posted 2 years ago

Is that deletion when deleting a task in the GUI?

  
  
Posted 2 years ago

Yes

  
  
Posted 2 years ago

Mhhm, good hint! Unfortunetly I can see nowhere in logs when the server creates a delete request

  
  
Posted 2 years ago

So actually deleting from client (e.g. an dataset with clearml-data) works.

  
  
Posted 2 years ago

From my limited understanding of it, I think it's the client that does the saving and communicating to the fileserver not the server, whereas deletion is done by the GUI/server which I guess could have different permissions somehow?

  
  
Posted 2 years ago

It seems to be an issue that a few people are having problems with: https://github.com/allegroai/clearml-server/issues/112

  
  
Posted 2 years ago