-
Notifications
You must be signed in to change notification settings - Fork 43
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
Cannot establish a connection to the visualizer in Julia v1.11 w Pluto nb #258
Comments
Ah.. Further to above:
with Pkg.status(outdated=true) giving
So it looks despite being a fresh installl this has still picked up the (old) v0.14.2, whilst #234 was fixed in v0.15 onward. |
Right... forced a Pkg update to MeshCat v1.0.0 and now working, |
|
FWIW (might help others in future), before I could force MeshCat to 1.0.0 I had to first manually remove
|
Maybe what might also be happening is that you are installing all these packages into your default Julia environment instead of to a specific project. |
@ferrolho true and i'll have to move to project, but ... It also turns out that it is
|
I'm fairly new to Julia & Pluto, so I might not be doing this correct, but as I understand it from Pluto docs below installs the packages specifically in project environment by using a Pluto Pkg cell
Results in error
Instead, first installing MeshCat v1.0.0, then MeshCatMechanisms results in downgrade of MeshCat to v0.16.2
Results in
|
That's right. It's because v0.9.0 of MeshCatMechanisms.jl is not compatible with the latest version of MeshCat.jl v1.0. I have an open PR for MeshCatMechanisms.jl v0.9.1 (here) which will fix this compatibility issue. In the meantime, you can work around this problem by installing v0.9.1 of my fork of MeshCatMechanisms.jl on the Julia REPL with ] add https://github.com/ferrolho/MeshCatMechanisms.jl.git#hf/upstream-changes or via a Pluto/Jupyter notebook cell with Pkg.add(url="https://github.com/ferrolho/MeshCatMechanisms.jl", rev="hf/upstream-changes") |
Thanks! |
This seems very similar / same as #234, but now in Julia 1.11 and Pluto notebook.
Environment is Windows 11, browser either FireFox or Edge.
Meshcat server appears to start, browser opens a new tab automatically and tries to connect, but then fails to connect.
Error msg in browser: Firefox can’t establish a connection to the server at 127.0.0.1:8700.
I've double checked the firewall and despite no block notifications I have set up exemptions anyhow, no difference.
The text was updated successfully, but these errors were encountered: