square-baker-38389
05/16/2023, 10:01 AMcargo shuttle init poise
to create a project then just run without any modify, it shows an error
Building /Users/chenchaoting/Documents/Rust/bottt-poise
Finished dev [unoptimized + debuginfo] target(s) in 0.16s
thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: tonic::transport::Error(Transport, hyper::Error(Listen, Os { code: 48, kind: AddrInUse, message: "Address already in use" }))', /Users/chenchaoting/.cargo/registry/src/github.com-1ecc6299db9ec823/shuttle-runtime-0.16.0/src/alpha/mod.rs:88:30
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: status: Unknown, message: "transport error", details: [], metadata: MetadataMap { headers: {} }
Caused by:
0: transport error
1: http2 error: stream error received: stream no longer needed
2: stream error received: stream no longer needed', /Users/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/cargo-shuttle-0.16.0/src/lib.rs:749:51
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
I get this when using serenity and fix it by setting RUSTUP_TOOLCHAIN 1.68
but when migrating from serenity to poise, this get me an error.enough-oil-62271
05/16/2023, 10:20 AMsquare-baker-38389
05/16/2023, 10:28 AMsquare-baker-38389
05/16/2023, 10:29 AMsquare-baker-38389
05/16/2023, 10:29 AM