-
-
Notifications
You must be signed in to change notification settings - Fork 75
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
ERROR: connect: connection refused (ECONNREFUSED) when opening new window #128
Comments
I just installed the older ubuntu (16.04) in a virtual box and everythingworked fine, while a virtual newer Ubuntu (18.04) has the same issue as the local machine. Is it possible that the problem is in some blocked connections on a system level? |
That's almost certainly the case -- you could try looking for a port you know is free and set the |
I have the same problem as the op. How would I go about locating a free port and setting the |
It seems that the ECONNREFUSED happens because the electron process dies immediately, and might just be a red herring for not having a complete enough system (in terms of libraries). I tried running electron manually. You can get the binary path via
I saw that it kept complaining about nonexistant libraries. I ended up installing...
and finally got it to work. |
Yes! Works for me as well |
Just as another breadcrumb: this can happen if you're forwarding X11 over a slow connection and you hit the timeout before Julia's able to connect to the electron app. #199 should help this case. |
Closing this. Please open a new issue if you're having problems. :^) |
I can't go around a problem of using PlotlyJS from my terminal (works fine in Atom). The issue is reported before JuliaPlots/PlotlyJS.jl#33, and similarly #82 . The thing is that even locally, I am not able to open a window with
Blink.Window()
The machine is under Ubuntu 18.04, tried both with Julia 0.6.2 and 0.6.3. Using
xvfb-run julia
andBlink.Atom.install()
brought no success. Also increasing the input parameter values infunction try_connect(args...; interval = 0.5, attempts = 300)
didn't help. Any idea for a workaround is welcome.The text was updated successfully, but these errors were encountered: