Skip to content
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

WGLMakie plots result in "Unable to connect" when running Pluto in a container #2201

Open
littlebenlittle opened this issue Jul 3, 2022 · 0 comments
Labels
other packages Integration with other Julia packages

Comments

@littlebenlittle
Copy link

I'm not sure if this an issue with Pluto with WGLMakie.

Start by running Pluto in a container using the official julia image OR the pluto image

docker run -ti --rm -p 1234:1234 julia
] add Pluto
using Pluto
Pluto.run(host="0.0.0.0")

Running the attached notebook causes the plot to display an "unable to connect" web error.

There does not appear to be any useful information in the browser console as to why this is happening. It would be helpful to catch these kinds of errors and provide some debug info.

Notebook as text file: wglmakie_error.txt

wglmakie_error

wglmakie_console

@Pangoraw Pangoraw added the other packages Integration with other Julia packages label Jul 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
other packages Integration with other Julia packages
Projects
None yet
Development

No branches or pull requests

2 participants