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
Should be an easy fix, probably just an unwrap() that shouldn't be there. On commit 357e7c2.
thread 'tokio-runtime-worker' panicked at src/main.rs:426:44:
Failed to request GitHub: hyper::Error(Connect, ConnectError("dns error", Custom { kind: Uncategorized, error: "failed to lookup address information: nodename nor servname provided, or not known" }))
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
fish: Job 1, 'cargo run --release' terminated by signal SIGABRT (Abort)
The text was updated successfully, but these errors were encountered:
Should be an easy fix, probably just an
unwrap()
that shouldn't be there. On commit 357e7c2.The text was updated successfully, but these errors were encountered: