You are not logged in.
Pages: 1
So I followed the instructions for importing keys onto my laptop but when I run "makepkg -si" It starts to build but then gets to this point and stops.
llvadvpn-app/talpid-types)
Compiling hyper v0.13.8
Compiling mullvad-types v0.1.0 (/home/jaguar/mullvad-vpn/src/mullvadvpn-app/mullvad-types)
Compiling hyper-rustls v0.21.0
Compiling mullvad-rpc v0.1.0 (/home/jaguar/mullvad-vpn/src/mullvadvpn-app/mullvad-rpc)
Finished dev [unoptimized + debuginfo] target(s) in 1m 46s
Running `target/debug/relay_list`
Error: Failed to fetch relay list
Caused by: Not a valid URI
Caused by: invalid authority
==> ERROR: A failure occurred in build().
Aborting...Offline
Seems to be the same issue as https://bbs.archlinux.org/viewtopic.php?id=259392
Offline
Seems to be the same issue as https://bbs.archlinux.org/viewtopic.php?id=259392
Dont see how, hes getting a handshake error. I am not.
Offline
Is the failing code the same?
cargo run -p mullvad-rpc --bin relay_list > dist-assets/relays.jsonOffline
Pages: 1