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 Can You Help Me Debug This From Clearml-Data?

hi can you help me debug this from clearml-data?

  
  
Posted 2 years ago
Votes Newest

Answers 16


clearml-data close --id 1134b2601acc470698232f7f6610cd9c --storage s3://localhost:9000/minio/test

  
  
Posted 2 years ago

clearml-data close --id 1134b2601acc470698232f7f6610cd9c --storage s3://localhost:9000/minio/test
clearml-data - Dataset Management & Versioning CLI
Finalizing dataset id 1134b2601acc470698232f7f6610cd9c
Pending uploads, starting dataset upload to s3://localhost:9000/minio/test
2021-05-14 00:33:57,017 - clearml.storage - ERROR - Failed uploading: SSL validation failed for https://localhost:9000/minio/test/.clearml.test [SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:1123)

Error: Insufficient permissions for s3://localhost:9000/minio/test

  
  
Posted 2 years ago

then the other was generated

  
  
Posted 2 years ago

I already set s3 config 😞

  
  
Posted 2 years ago

I'm not sure I can help with the technicality, but here is a basic question you'll be aksed - are you able to download anything from your minio using ClearML?

  
  
Posted 2 years ago

host: "localhost:9000"
key: "minioadmin"
secret: "minioadmin"

  
  
Posted 2 years ago

how should I config s3 in clearml.cfg?

  
  
Posted 2 years ago

yes I can

  
  
Posted 2 years ago

Why is the link https and not http if you're using localhost?

  
  
Posted 2 years ago

humhhh idk SuccessfulKoala55 I just give this to the terminal

  
  
Posted 2 years ago

host: "localhost:9000"key: "minioadmin"
                    secret: "minioadmin"

  
  
Posted 2 years ago

inside sdk.storage.aws.s3.credentials ?

  
  
Posted 2 years ago

We,, in that case, I would suggest using the secure: false setting, i.e.:
... sdk { ... storage { aws { s3 { ... credentials: [ { host: "localhost:9000" key: "minioadmin" secret: "minioadmin" secure: false } ] } } } }

  
  
Posted 2 years ago

What's your storage configuration in clearml.conf ?

  
  
Posted 2 years ago

I set this

  
  
Posted 2 years ago

yes I did

  
  
Posted 2 years ago
564 Views
16 Answers
2 years ago
one year ago
Tags
Similar posts