JonathanxD / openaws-vpn-client

Unofficial open-source AWS VPN Client GUI for Linux
Other
62 stars 14 forks source link

Unable to connect "No such file or directory" #9

Closed DanBiscotti closed 1 year ago

DanBiscotti commented 1 year ago

Hi, thanks for this, I had this working a couple of times but now for some reason I am encountering this error:

Connecting... thread 'tokio-runtime-worker' panicked at src/cmd.rs:52:10: called Result::unwrap() on an Err value: Os { code: 2, kind: NotFound, message: "No such file or directory" }

Not sure which file it is looking for, I have no experience with rust so not sure how to debug this one

DanBiscotti commented 1 year ago

Ok, I found the issue as I was running the executable from the wrong directory without setting the OPENVPN_FILE and SHARED_DIR environment variables