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

[FIX] Update install_dependencies.sh to resolve wget dns failure #65

Merged
merged 2 commits into from
Jul 27, 2022

Conversation

liuzhenqi77
Copy link
Member

Part failure due to dns resolve error. Not sure the root cause, tried 1) this and 2) adding a random sleep, both did not work. Adding retry to wget seems to work. See this link for parameter settings. Temporary patch.

@liuzhenqi77
Copy link
Member Author

liuzhenqi77 commented Jul 26, 2022

The first commit did not work (first time it worked, but second time failed) probably because it will not catch dns resolve error. Tried this, seems to be working now (tried twice)? Doesn't seem like a long-term solution though.

@liuzhenqi77 liuzhenqi77 requested review from VinceBaz and removed request for VinceBaz July 26, 2022 16:02
@liuzhenqi77 liuzhenqi77 merged commit b200395 into netneurolab:main Jul 27, 2022
@VinceBaz
Copy link
Member

Sorry for the late reply, but thanks so much for looking into it! I agree that it's not a long-term solution, but it does work for now, so it's really great! I know so little about wget and internet protocols 😥 , but do you think that for the long-term, we should maybe try to figure out why there's a DNS failure/why wget can't resolve the host address?

github-actions bot pushed a commit to VinceBaz/neuromaps that referenced this pull request Aug 1, 2022
[FIX] Update install_dependencies.sh to resolve wget dns failure b200395
@liuzhenqi77 liuzhenqi77 deleted the liuzhenqi77-patch-1 branch October 12, 2022 19:28
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

Successfully merging this pull request may close these issues.

2 participants