question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

TileDBError: [TileDB::S3] Error: Failed to read S3 object s3://hosted-cellxgene-prod/user_annotations/Meyer - ...

See original GitHub issue

Sentry Issue: HOSTED-CELLXGENE-46

TileDBError: [TileDB::S3] Error: Failed to read S3 object s3://hosted-cellxgene-prod/user_annotations/Meyer - Covid Airway/kwinkley@cmh.edu/1602702935.1848485/__array_schema.tdb
Exception:  
Error message:  No response body. with address : 52.218.212.201
(12 additional frame(s) were not displayed)
...
  File "tiledb/highlevel.py", line 28, in open
    return tiledb.Array.load_typed(uri, mode, key, None, attr, ctx)
  File "tiledb/libtiledb.pyx", line 3634, in tiledb.libtiledb.Array.load_typed
  File "tiledb/libtiledb.pyx", line 3474, in tiledb.libtiledb.preload_array
  File "tiledb/libtiledb.pyx", line 476, in tiledb.libtiledb._raise_ctx_err
  File "tiledb/libtiledb.pyx", line 461, in tiledb.libtiledb._raise_tiledb_error

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
maniarathicommented, Nov 6, 2020

Good catch, thank you! Could you do a quick check and see whether you’re able to repro? i.e. see if you can generate the error by opening a tileDB array with spaces and @ symbols?

0reactions
bmccandlesscommented, Nov 6, 2020

It was a different problem. If a user removes all their annotations, then we fail. This is because a new database entry is added for a tiledb array that never gets written (because it would be empty)

Read more comments on GitHub >

github_iconTop Results From Across the Web

Error Responses - Amazon Simple Storage Service
Lists and describes the Amazon S3 error responses and their associated HTTP status codes.
Read more >
Read file from aws s3 bucket using node fs - Stack Overflow
You have a couple options. You can include a callback as a second argument, which will be invoked with any error message and...
Read more >
10 things you should know about using AWS S3 - Sumo Logic
Learn how to optimize Amazon S3 with top tips and best practices. Bucket limits, transfer speeds, storage costs, and more – get answers...
Read more >
KB3215: Error "Failed to establish connection to Amazon S3 ...
Challenge. When attempting to add an Object Storage Repository or use an existing Object Storage Repository the following errors occur:.
Read more >
Downloading a File from an S3 Bucket - Amazon AWS
If the service returns a 404 error, it prints an error message indicating that the object doesn't exist. import boto3 import botocore BUCKET_NAME...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found