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

Can't install payjoin-cli in tutorial #235

Closed
thebrandonlucas opened this issue Apr 25, 2024 · 1 comment
Closed

Can't install payjoin-cli in tutorial #235

thebrandonlucas opened this issue Apr 25, 2024 · 1 comment

Comments

@thebrandonlucas
Copy link
Collaborator

While following the privacy first tutorial I encountered an error when trying to install payjoin-cli:

cargo install payjoin-cli --version 0.0.4-alpha --features danger-local-https:

warning: spurious network error (3 tries remaining): [6] Couldn't resolve host name (Could not resolve host: static.crates.io)
warning: spurious network error (2 tries remaining): [6] Couldn't resolve host name (Could not resolve host: static.crates.io)
warning: spurious network error (1 tries remaining): [6] Couldn't resolve host name (Could not resolve host: static.crates.io)
    Updating crates.io index
warning: spurious network error (3 tries remaining): [6] Couldn't resolve host name (Could not resolve host: static.crates.io)
warning: spurious network error (2 tries remaining): [6] Couldn't resolve host name (Could not resolve host: static.crates.io)
warning: spurious network error (1 tries remaining): [6] Couldn't resolve host name (Could not resolve host: static.crates.io)
error: failed to download from `https://static.crates.io/crates/payjoin-cli/0.0.5-alpha/download`

Caused by:
  [6] Couldn't resolve host name (Could not resolve host: static.crates.io)

I found this, which solved my issue, but I just wanted to post this in case this is an issue in the setup and not just one I am experiencing. Feel free to close if this is just an "on my machine" error.

@DanGould
Copy link
Contributor

Seems like this is indeed a DNS resolution error on your machine.

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