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 Was Trying Out The Steps On This (

Hi, i was trying out the steps on this ( https://github.com/allegroai/clearml/blob/master/docs/clearml-task.md ) and encountered the following error.
` Environment setup completed successfully

Starting Task Execution:

ClearML results page:
done
2021-03-01 14:09:08,973 - clearml.Task - INFO - Waiting to finish uploads
2021-03-01 14:09:09,243 - clearml.storage - ERROR - Exception encountered while uploading HTTPSConnectionPool(host='192.168.50.32', port=8081): Max retries exceeded with url: / (Caused by SSLError(SSLError(1, '[SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:852)'),))
2021-03-01 14:09:09,243 - clearml.metrics - WARNING - Failed uploading to (HTTPSConnectionPool(host='192.168.50.32', port=8081): Max retries exceeded with url: / (Caused by SSLError(SSLError(1, '[SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:852)'),)))
2021-03-01 14:09:09,247 - clearml.storage - ERROR - Exception encountered while uploading HTTPSConnectionPool(host='192.168.50.32', port=8081): Max retries exceeded with url: / (Caused by SSLError(SSLError(1, '[SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:852)'),))
2021-03-01 14:09:09,247 - clearml.metrics - WARNING - Failed uploading to (HTTPSConnectionPool(host='192.168.50.32', port=8081): Max retries exceeded with url: / (Caused by SSLError(SSLError(1, '[SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:852)'),)))
2021-03-01 14:09:09,247 - clearml.metrics - ERROR - Not uploading 2/4 events because the data upload failed
2021-03-01 14:09:09,304 - clearml.Task - INFO - Finished uploading
DONE: Running task 'a1b68016dbd74708b1a55163abc61951', exit status 0 `

  
  
Posted 3 years ago
Votes Newest

Answers 2


Hi SubstantialElk6 ,
Are you still getting SSL errors ?

  
  
Posted 3 years ago

Hi yes, still getting the SSLs. It looks like some incompatibility with the OS ssl libraries.

  
  
Posted 3 years ago
540 Views
2 Answers
3 years ago
one year ago
Tags