-
-
Notifications
You must be signed in to change notification settings - Fork 409
New issue
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
Application crashes if you're running it from a headless system #94
Comments
|
I'm getting this error when I try |
What version of
|
2.2.0. I just did |
It looks to me like a bug in |
I had a look at the source code, and it's not a bug in launchy. If you have a look at this, you can see that the application crashes due to an exception on line 61 in launchy/browser.rb, that you're not catching (but that you're supposed to). The error can be fixed on the user's end by setting the |
I was trying to do
t authorize
on a system that doesn't have X, or a browser installed and got this.https://gist.github.com/davorb/f2c764d9255036103904
Is there any other way to add a new account?
The text was updated successfully, but these errors were encountered: