File "/home/losch/.miniconda3/lib/python3.9/runpy.py", line 197, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/home/losch/.miniconda3/lib/python3.9/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/home/losch/Downloads/sins/sins/sins/database/download.py", line 117, in <module>
download(args.nodes.split(',') if args.nodes else [], args.database_path)
File "/home/losch/Downloads/sins/sins/sins/database/download.py", line 93, in download
download_node(node_id, database_path)
File "/home/losch/Downloads/sins/sins/sins/database/download.py", line 63, in download_node
download_file_list(files, database_path, exist_ok=True)
File "/home/losch/Downloads/sins/sins/paderbox/paderbox/io/download.py", line 156, in download_file_list
download_file(
File "/home/losch/Downloads/sins/sins/paderbox/paderbox/io/download.py", line 67, in download_file
urlretrieve(
File "/home/losch/.miniconda3/lib/python3.9/urllib/request.py", line 278, in urlretrieve
raise ContentTooShortError(
urllib.error.ContentTooShortError: <urlopen error retrieval incomplete: got only 84966395 out of 4999192162 bytes>
I'm getting a retrieval error from
urllibwhen downloading the dataset. The download happens from university network in Erlangen, not sure if this is related to Zenodo.