-
-
Notifications
You must be signed in to change notification settings - Fork 297
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
HTTP error messages: "Server never wrote a response" #2734
Comments
It also happened on my laptop (MacOS M2 chip and Pluto v0.19.32). I can reproduce most of the time. It happens about time 5 seconds after calling I can't figure it out though what the problem is exactly. |
It also happens on my server running Debian (x86_64). |
@chunjiw Can you post your error message and the output of |
I'm pretty sure this is JuliaWeb/HTTP.jl#1122. HTTP.jl logs an error when the underlying TCP connection closes/times out. |
Sure! It has not happened yet today. I will report once it happens. |
@fonsp Here is the error message:
Repeated about 10 times. This is output of
|
I opened JuliaWeb/HTTP.jl#1163 to be able to trace this issue |
JuliaWeb/HTTP.jl#1163 is merged so update HTTP! You should now get a more helful error message from HTTP.jl. If people encounter this error again, could you please post your error message here? The more the better! |
Just got it again!
with Pluto v0.19.42. |
After a very complete study of 5 julia+Pluto restarts on my laptop, my wild guess is that it happens when I don't close the Pluto window from last session on my web browser, and start a new session. No idea on how to confirm whether this is really the cause though. |
I also get almost exactly the same error as @Alseidon |
Should be fixed by #2931 which will be released soon! Thanks for the debugging info |
When starting Pluto today, I encountered some errors. Pluto starts nonetheless and works just fine, but this happened every time I started Pluto again.
Here are the error messages:
Then some Gtk warnings, and finally the server starts just fine. I can run notebooks normally, so I am not sure if this is important or not, but thought I would signal it anyway.
I am using Pluto v0.19.32 on:
EDIT: this stopped happening after some restarts, I don't know how to reproduce the bug, maybe I should close the issue?
The text was updated successfully, but these errors were encountered: