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
I'm trying to use this library in a project using the bevy game engine. Upon running I see this error:
thread 'main' panicked at 'there is no reactor running, must be called from the context of a Tokio 1.x runtime', /home/matthew/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-system-resolver-0.5.0/src/system.rs:43:9
The line I'm trying to run is:
let public_ip = block_on(public_ip::addr()).unwrap();
This happens on all combinations of features I have tried.
The text was updated successfully, but these errors were encountered:
mwbryant
changed the title
Fails to with future tokio versions
Panic due to missing tokio reactor
Sep 29, 2022
mwbryant
changed the title
Panic due to missing tokio reactor
Panic due to missing Tokio reactor
Sep 29, 2022
I'm trying to use this library in a project using the bevy game engine. Upon running I see this error:
The line I'm trying to run is:
This happens on all combinations of features I have tried.
The text was updated successfully, but these errors were encountered: