astonishing-kitchen-45713
05/27/2023, 3:57 PMcargo shuttle run
I get
log
2023-05-27T15:40:20.574720Z ERROR cargo_shuttle::provisioner_server: got unexpected error while inspecting docker container: error trying to connect: The system cannot find the file specified. (os error 2)
2023-05-27T15:40:20.576845Z ERROR cargo_shuttle: failed to load your service error="Custom error: failed to provision shuttle_shared_db :: Postgres"
Subsequent attempts each get
log
thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: tonic::transport::Error(Transport, hyper::Error(Listen, Os { code: 10048, kind: AddrInUse, message: "Only one usage of each socket address (protocol/network address/port) is normally permitted." }))', C:\Users\<name>\.cargo\registry\src\github.com-1ecc6299db9ec823\shuttle-runtime-0.14.0\src\alpha\mod.rs:88:30
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Error: status: PermissionDenied, message: "Access is denied. (os error 5)", details: [], metadata: MetadataMap { headers: {} }
I did try updating to 0.17.0
but then I can't even build as I get a
log
note: LINK : fatal error LNK1104: cannot open file '<path to my discord bot .exe>'
so wasn't sure which to tackle first (or how)agreeable-painting-48846
05/27/2023, 3:59 PMagreeable-painting-48846
05/27/2023, 3:59 PMastonishing-kitchen-45713
05/27/2023, 4:00 PMcargo build
before trying to run 😅
I'll restart to clear the port and make sure docker desktop is running before trying to run the discord bot locally and report back - thanks!astonishing-kitchen-45713
05/27/2023, 4:10 PMastonishing-kitchen-45713
05/27/2023, 4:10 PMastonishing-kitchen-45713
05/27/2023, 4:11 PMagreeable-painting-48846
05/27/2023, 4:18 PMgentle-ice-1561
05/27/2023, 4:26 PM