python metadata.py --meta-type hapi --meta-type spase_auto --write-catalog --update --update-skip cadence --max-workers 1 metadata INFO  Starting cdawmeta.metadata() metadata INFO  Requested meta_type(s): ['spase_auto'] metadata INFO  Given requested meta_type = ['spase_auto'], need to create: ['allxml', 'master', 'master_resolved', 'cdfmetafile', 'start_stop', 'cadence', 'hapi', 'AccessInformation', 'spase_auto'] metadata INFO  Getting using requests-cache: https://spdf.gsfc.nasa.gov/pub/catalogs/all.xml metadata ERROR allxml: HTTP status code -1 and reason 'HTTPSConnectionPool(host='spdf.gsfc.nasa.gov', port=443): Max retries exceeded with url: /pub/catalogs/all.xml?https (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 101] Network is unreachable'))' for https://spdf.gsfc.nasa.gov/pub/catalogs/all.xml Traceback (most recent call last): File "/mnt/hd1_8t/home/weigel/cdawmeta/metadata.py", line 9, in metadata = cdawmeta.metadata(**args) File "/mnt/hd1_8t/home/weigel/cdawmeta/cdawmeta/metadata.py", line 129, in metadata dsids = ids(id=id, id_skip=id_skip, update=update) File "/mnt/hd1_8t/home/weigel/cdawmeta/cdawmeta/metadata.py", line 57, in ids datasets_all = _datasets(allxml_data) File "/mnt/hd1_8t/home/weigel/cdawmeta/cdawmeta/metadata.py", line 294, in _datasets raise Exception("Error[all.xml]: No 'sites/datasite' node in all.xml. Cannot continue. Exiting with signal 1.") Exception: Error[all.xml]: No 'sites/datasite' node in all.xml. Cannot continue. Exiting with signal 1. make: *** [Makefile:21: hapi-update] Error 1