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
v0.8.1 is panicking when adding devices using public key. MOZ_TOKEN is set.
$ wg genkey | wg pubkey
Mf/P3SXVGNz3k6JBADa5nEKBktkdX+zu6JNRCyxJ1WM=
$ mozwire device add --pubkey Mf/P3SXVGNz3k6JBADa5nEKBktkdX+zu6JNRCyxJ1WM=
thread 'main' panicked at 'called `Option::unwrap()` on a `None` value', src/main.rs:203:76
The text was updated successfully, but these errors were encountered:
v0.8.1 is panicking when adding devices using public key.
MOZ_TOKEN
is set.The text was updated successfully, but these errors were encountered: