You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey
I'm on macos m1 arch, I don't know if it's related, but I got this error when trying to launch the program
*** CONNECTING ***
thread 'main' panicked at /Users/dolu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.23.12/src/crypto/mod.rs:259:14:
no process-level CryptoProvider available -- call CryptoProvider::install_default() before this point
note: run with RUST_BACKTRACE=1 environment variable to display a backtrace
This is a bit weird since we don't directly depend on rustls. We depend on other crates which themselves depend on rustls. We shouldn't have to do this, and if it has to be done it should be done by the upstream crates (reqwest, tokio-tungstenite)
Hey
I'm on macos m1 arch, I don't know if it's related, but I got this error when trying to launch the program
I fixed the error by doing this rustls/rustls#1938 (comment)
The text was updated successfully, but these errors were encountered: