Lea-fish / Leafish

A minecraft-like multi version client implemented in Rust.
Apache License 2.0
824 stars 46 forks source link

Asset download crash #325

Closed terrarier2111 closed 8 months ago

terrarier2111 commented 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