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

Connection error. #30

Open
whu-lyh opened this issue Jun 18, 2024 · 1 comment
Open

Connection error. #30

whu-lyh opened this issue Jun 18, 2024 · 1 comment

Comments

@whu-lyh
Copy link

whu-lyh commented Jun 18, 2024

zenodo_get 10.5281/zenodo.10560181

when I run the upper script, error occurs. Anyone help me? Thanks

@dvolgyes
Copy link
Owner

@whu-lyh I can't reproduce it, it seems to work for me. Probably it was some network issue, not software issue.

In the worst case you can try:

zenodo_get 10.5281/zenodo.10560181 -w url_list.txt
wget -i url_list.txt 

That makes a file with the list of urls, and the second tool, wget will download them.

wget is a quite standard unix tool to download files, with bunch of options, like continuing partial/broken downloads, etc, see:
https://www.gnu.org/software/wget/manual/html_node/index.html

wget --continue --retry-on-host-error --tries=50  -i url_list.txt 

Other operating systems also have wget as an option, and there are lot of file based download managers or browser extensions. (I use wget if needed, I can't recommend a specific other one, I never use them.)

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