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. I Am Unable To See My Output Images Under "Debug Samples". It Just Says "Unable To Load Image" (Please See Attached). My Debug Sample Images Are Stored As "

Hi. I am unable to see my output images under "Debug Samples". It just says "Unable to load image" (please see attached). My debug sample images are stored as " http:// " link, but when I try to open them, my browser automatically converts them to " https:// ". This throws "ERR_SSL_PROTOCOL_ERROR" error in the browser and doesn't let me see the images. Is there a way to fix this? Thanks.
image

  
  
Posted 2 months ago
Votes Newest

Answers 5


Hi @<1715175986749771776:profile|FuzzySeaanemone21> , what if you try to register them as https?

  
  
Posted 2 months ago

This is what it says when I register as https:

clearml.storage - ERROR - Exception encountered while uploading HTTPSConnectionPool(host=' ', port=8081): Max retries exceeded with url: / (Caused by SSLError(SSLError(1, '[SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:1007)')))

  
  
Posted 2 months ago

@<1523701070390366208:profile|CostlyOstrich36> When I did "clearml init" initially and set the credentials with "https", it threw a bunch of errors regarding SSL protocols and was unable to connect to the clearml server. So, I registered them as "http" instead and it worked. So, I am not really sure if it works if I register them as "https".

  
  
Posted 2 months ago

The issue with automatically converting http to https is a browser restriction, unrelated to the ClearML webapp or fileserver

  
  
Posted 2 months ago

Hi @<1715175986749771776:profile|FuzzySeaanemone21> , I assume this is because there's some issue with the SSL termination set up in the server

  
  
Posted 2 months ago
387 Views
5 Answers
2 months ago
2 months ago
Tags
Similar posts