-
-
Notifications
You must be signed in to change notification settings - Fork 293
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
Pluto in perpetual loading state... #2581
Comments
hmmm trying to run the test suite with Pluto on dev I'm also seeing these failures:
but I suspect they're unrelated? |
Same problem here. Also on arch: linux 6.3.6, julia 1.9.0, Pluto v0.19.26. Tried downgrading julia to 1.8.5, linux 5.19.13, Pluto to some versions, no change at all. Firefox and Chrome as well as Firefox on a different machine. Could rule out the browser: I installed pluto on the other machine running manjaro and the pluto server on it behaved as expected when accessed from the arch machine. The problem is reproducible in an arch VM. Spin one up, install arch, julia, pluto and voila, it does not work. Endless loading. I also fiddled around with HTTP.jl and the pluto webserver.jl. The devtools showed some Then I compared the versions of various libraries that julia uses between arch and manjaro, the only difference being Downgrade pacman -U https://archive.archlinux.org/packages/m/mbedtls/mbedtls-2.28.2-1-x86_64.pkg.tar.zst |
Stumbled over JuliaLang/julia#48806. Maybe the people over there can provide further help with this issue. |
I just want to confirm that downgrading mbedtls also resolved the issue for me. Thanks @ep12 !! |
Closing since this seems solved by downgrading mbedtls (thanks @ep12 and @whatsthecraic!). Also as an additional information on Arch, I have had problems in the past using the |
This has been bugging me for a while, so picking up where @ep12 left off (I legit have no idea how you tracked it down to mbedtls): First, downgrading In the meantime, just install the
|
Good morning,
since I've updated the Pluto package (v0.19.26), I cannot create or load any notebook. It's does not print anything in the terminal, but the browser shows constantly loading...
On ArchLinux, julia 1.8.5, tested with both firefox & chromium.
I understand as it is it does not help diagnosing the root issue, but is there any additional logs/debug info I can provide?
The text was updated successfully, but these errors were encountered: