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
In some routers, the program crashes with the following panic:
I (270) boot: Disabling RNG early entropy source...
start connection task
Device capabilities: Ok(EnumSet(Client | AccessPoint))
Starting wifi
Wifi started!
About to connect...
Wifi connected!
Waiting to get IP address...
!! A panic occured in '/home/sergio/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.10.0/src/socket/dns.rs', at line 170, column 49
PanicInfo {
payload: Any { .. },
message: Some(
called `Result::unwrap()` on an `Err` value: (),
),
location: Location {
file: "/home/sergio/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.10.0/src/socket/dns.rs",
line: 170,
col: 49,
},
can_unwind: true,
}
In some routers, the program crashes with the following panic:
The solution was proposed by @MabezDev in #1 (comment):
The text was updated successfully, but these errors were encountered: