Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Download of demo dataset fails #17

Open
shimon-sato opened this issue Sep 8, 2023 · 1 comment
Open

Download of demo dataset fails #17

shimon-sato opened this issue Sep 8, 2023 · 1 comment

Comments

@shimon-sato
Copy link

  • Sintel version: 0.1.0.dev0
  • Python version: 3.8.17
  • MongoDB version: 4.0 (defined in docker-compose-db.yml)
  • Operating System: Ubuntu 20.04.6 LTS

Description

Download of demo dataset fails.
Has the URL for the demo dataset distribution location changed?

What I Did

$ make docker-db-up
rm -f -r ./db-instance/data/*
rm -f -r ./db-instance/log/*
mkdir -p db-instance
# this folder is for saving the downloaded demo mongodb data
mkdir -p db-instance/data
# this folder is for saving the log files
mkdir -p db-instance/log
# this folder is for saving the newly dumped mongodb data
mkdir -p db-instance/dump
curl -o sintel.tar.bz2 "https://d3-ai-sintel.s3.us-east-2.amazonaws.com/sintel.tar.bz2"
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   302    0   302    0     0    284      0 --:--:--  0:00:01 --:--:--   284
tar -xf sintel.tar.bz2 -C ./db-instance/data/ && rm sintel.tar.bz2
tar: This does not look like a tar archive
bzip2: (stdin) is not a bzip2 file.
tar: Child returned status 2
tar: Error is not recoverable: exiting now
make: *** [Makefile:78: docker-db-up] Error 2

For reference, the results of opening the URL of the demo dataset in a browser are shown below.

<Error>
  <Code>NoSuchBucket</Code>
  <Message>The specified bucket does not exist</Message>
  <BucketName>d3-ai-sintel</BucketName>
  <RequestId>BBDT03YZJZ8PH84F</RequestId>
  <HostId>V3ANwcCBC6xlySIw6V/mhrRmjGjr3TIuM84+oApwVKLwxz5rG4dN9NBaW3J1e1BEZDBr4vj+b2g=</HostId>
</Error>
@mmaallttee
Copy link

ping. same issue here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants