Altalogy / tari

The Tari protocol
https://tari.com
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Reproduce the Crashing app after Tauri upgrade #325

Closed tomaszantas closed 2 years ago

tomaszantas commented 2 years ago
thread 'tokio-runtime-worker' panicked at 'called `Result::unwrap()` on an `Err` value: "Connection error: transport error caused by:\ntransport error caused by:\nerror trying to connect: tcp connect error: Connection refused (os error 61) caused by:\ntcp connect error: Connection refused (os error 61) caused by:\nConnection refused (os error 61)"', applications/launchpad/backend/src/api/wallet_api.rs:70:84

image do not 'unwrap' - handle the error gracefully and return it to the frontend, so it know it should wait

tarnas14 commented 2 years ago

waiting for tauri upgrade #324 the crash might be related to production build only

tomaszantas commented 2 years ago

Solved with #351