Problem
Following the README instructions to download raw data using download_raw.py,
the script times out when trying to reach the OpenStack Swift endpoint:
Start TS: 1672531200, End TS: 1672534800
requests.exceptions.ConnectTimeout: HTTPSConnectionPool(host='airlab-cloud.andrew.cmu.edu', port=8080):
Max retries exceeded with url: /swift/v1/AUTH_ac8533a83cff4d48bc8c608ad222d330/amelia_swim/file_list.txt
(Caused by ConnectTimeoutError(..., 'Connection to airlab-cloud.andrew.cmu.edu timed out.'))
Command used
python download_raw.py
--start_time "2023-01-01 00:00:00"
--end_time "2023-01-01 01:00:00"
--destination ./data/raw/
Questions
- Is the OpenStack Swift server (
airlab-cloud.andrew.cmu.edu:8080) still active and publicly accessible?
- Is HuggingFace (Amelia-10 / Amelia42-Mini) now the only supported way to obtain the data?
- If the raw endpoint requires access credentials or a VPN, could that be documented in the README?
Problem
Following the README instructions to download raw data using
download_raw.py,the script times out when trying to reach the OpenStack Swift endpoint:
Start TS: 1672531200, End TS: 1672534800
requests.exceptions.ConnectTimeout: HTTPSConnectionPool(host='airlab-cloud.andrew.cmu.edu', port=8080):
Max retries exceeded with url: /swift/v1/AUTH_ac8533a83cff4d48bc8c608ad222d330/amelia_swim/file_list.txt
(Caused by ConnectTimeoutError(..., 'Connection to airlab-cloud.andrew.cmu.edu timed out.'))
Command used
python download_raw.py
--start_time "2023-01-01 00:00:00"
--end_time "2023-01-01 01:00:00"
--destination ./data/raw/
Questions
airlab-cloud.andrew.cmu.edu:8080) still active and publicly accessible?