https://linen.dev logo
Error using cargo shuttle run or cargo shuttle pro...
# help
e
Copy code
✦ ❯ cargo shuttle run
thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: CargoMetadata { stderr: " Downloading crates ...\nwarning: spurious network error (2 tries remaining): [6] Couldn't resolve host name (Could not resolve host: crates.io)\nwarning: spurious network error (1 tries remaining): [6] Couldn't resolve host name (Could not resolve host: crates.io)\nerror: failed to download from `https://crates.io/api/v1/crates/wasm-streams/0.2.3/download`\n\nCaused by:\n  [6] Couldn't resolve host name (Could not resolve host: static.crates.io)\n" }', /home/anand/.cargo/registry/src/github.com-1ecc6299db9ec823/cargo-shuttle-0.10.0/src/config.rs:243:10
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
w
That's strange - does
cargo build
work?
e
ya it does