IOError: connect: connection refused (ECONNREFUSED)
only on VS Code notebook
#315
Labels
IOError: connect: connection refused (ECONNREFUSED)
only on VS Code notebook
#315
I'm facing an
IOError: connect: connection refused (ECONNREFUSED)
error on VS Code notebooks whenever I am trying to create a window using Blink.This error doesn't take place when running exactly the same code from the Julia REPL in a terminal external to VS Code, nor when calling the Julia binary in a standard
.jl
file. I've also been able of successfully using Blink from the julia REPL inside of VS Code.What is interesting is that the kernel that I am using in the VS Code notebook is not the one that ships with the Julia extension, but my local kernel.
This doesn't seem like an issue of missing libraries, given that I can execute the
electron
executable present in the~/.julia/artifacts
folder.To replicate this issue setup an
.ipynb
notebook with a single cell and the following written in it:Upon running this piece of code, I get the following stacktrace:
The text was updated successfully, but these errors were encountered: