We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extracted from #46
Error Message:
./x auth panic: exec: "xdg-open": executable file not found in $PATH
./x auth
goroutine 1 [running]: github.com/devhindo/x/src/cli/utils.OpenBrowser(...) /home/devhindo/gh/x/src/cli/utils/open.go:11 github.com/devhindo/x/src/cli/auth.(*User).open_browser_to_auth_url(...) /home/devhindo/gh/x/src/cli/auth/user.go:45 github.com/devhindo/x/src/cli/auth.Auth() /home/devhindo/gh/x/src/cli/auth/auth.go:18 +0xd6 github.com/devhindo/x/src/cli/x.HandleArgs() /home/devhindo/gh/x/src/cli/x/args.go:28 +0x2e5 github.com/devhindo/x/src/cli/x.Run(...) /home/devhindo/gh/x/src/cli/x/run.go:4 main.main() /home/devhindo/gh/x/src/cli/main.go:7 +0x10
xdg-open
rundll32
open
Can't open your browser, please validate using your favorite browser.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Extracted from #46
Error Message:
./x auth
panic: exec: "xdg-open": executable file not found in $PATH
goroutine 1 [running]:
github.com/devhindo/x/src/cli/utils.OpenBrowser(...)
/home/devhindo/gh/x/src/cli/utils/open.go:11
github.com/devhindo/x/src/cli/auth.(*User).open_browser_to_auth_url(...)
/home/devhindo/gh/x/src/cli/auth/user.go:45
github.com/devhindo/x/src/cli/auth.Auth()
/home/devhindo/gh/x/src/cli/auth/auth.go:18 +0xd6
github.com/devhindo/x/src/cli/x.HandleArgs()
/home/devhindo/gh/x/src/cli/x/args.go:28 +0x2e5
github.com/devhindo/x/src/cli/x.Run(...)
/home/devhindo/gh/x/src/cli/x/run.go:4
main.main()
/home/devhindo/gh/x/src/cli/main.go:7 +0x10
xdg-open
command. #51rundll32
command. #54open
command. #52The text was updated successfully, but these errors were encountered: