T20s extensive workflow failed

Hi, I’m trying to run the workflow, but if fails being unable to download the data:

Downloading test data from `https://s3.wasabisys.com/cryosparc-test-data-dist/empiar_10025_subset.tar`...
[CPU:  197.1 MB  Avail: 232.49 GB]

Traceback (most recent call last):
  File "cryosparc_master/cryosparc_compute/run.py", line 96, in cryosparc_compute.run.main
  File "/opt/cryosparc/cryosparc_master/cryosparc_compute/jobs/workflows/buildrun_bench.py", line 208, in run_extensive_workflow
    valid_data_path = verify_or_download_test_data(data_path, proj_dir_abs)
  File "/opt/cryosparc/cryosparc_master/cryosparc_compute/jobs/workflows/buildrun_bench.py", line 831, in verify_or_download_test_data
    tarball_path = util.download_and_verify_url(
  File "/opt/cryosparc/cryosparc_master/cryosparc_compute/util/__init__.py", line 144, in download_and_verify_url
    assert r.status_code == 200, \
AssertionError: Could not download `https://s3.wasabisys.com/cryosparc-test-data-dist/empiar_10025_subset.tar` (status code 500)

any ideas how to fix that?

Thanks for reporting this. We confirmed a problem with dataset’s availability, which should by now be resolved. Please can you try again?

yes, I was able to run the workflow as soon as you replied.