Closed terrarier2111 closed 8 months ago
The asset download sometime crashes with: thread '<unnamed>' panicked at src/resources.rs:370:26: calledResult::unwrap()on anErrvalue: reqwest::Error { kind: Request, url: Url { scheme: "http", cannot_be_a_base: false, username: "", password: None, host: Some(Domain("resources.download.minecraft.net")), port: None, path: "/4f/4f380fccd5258b882bb7d5a471a7906ef0a5a0e5", query: None, fragment: None }, source: hyper::Error(Io, Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" }) } note: run withRUST_BACKTRACE=1environment variable to display a backtrace
thread '<unnamed>' panicked at src/resources.rs:370:26: called
on an
value: reqwest::Error { kind: Request, url: Url { scheme: "http", cannot_be_a_base: false, username: "", password: None, host: Some(Domain("resources.download.minecraft.net")), port: None, path: "/4f/4f380fccd5258b882bb7d5a471a7906ef0a5a0e5", query: None, fragment: None }, source: hyper::Error(Io, Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" }) } note: run with
environment variable to display a backtrace
The asset download sometime crashes with:
thread '<unnamed>' panicked at src/resources.rs:370:26: called
Result::unwrap()on an
Errvalue: reqwest::Error { kind: Request, url: Url { scheme: "http", cannot_be_a_base: false, username: "", password: None, host: Some(Domain("resources.download.minecraft.net")), port: None, path: "/4f/4f380fccd5258b882bb7d5a471a7906ef0a5a0e5", query: None, fragment: None }, source: hyper::Error(Io, Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" }) } note: run with
RUST_BACKTRACE=1environment variable to display a backtrace