You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# The content of this function is inspired from https://discourse.julialang.org/t/readline-with-default-value-if-no-input-after-timeout/100388/2?u=disberd
out ==="Stopped"&&error("It looks like the kaleido process is hanging.
53
-
If you are on windows this might be caused by known problems with Kaleido v0.2 on windows.
54
-
You might want to try forcing a downgrade of the kaleido library to 0.1.
55
-
Check the Package Readme at https://github.com/JuliaPlots/PlotlyKaleido.jl/tree/main#windows-note for more details")
59
+
out ==="Stopped"&&warn_and_kill("It looks like the Kaleido process is not responding.
60
+
The unresponsive process will be killed, but this means that you will not be able to save figures using `savefig`.
61
+
62
+
If you are on Windows this might be caused by known problems with Kaleido v0.2 on Windows (you are using version $(kaleido_version)).
63
+
You might want to try forcing a downgrade of the Kaleido_jll library to 0.1.
64
+
Check the Package Readme at https://github.com/JuliaPlots/PlotlyKaleido.jl/tree/main#windows-note for more details.
65
+
66
+
If you think this is not your case, you might try using a longer timeout to check if the process is not responding (defaults to 10 seconds) by passing the desired value in seconds using the `timeout` kwarg when calling `PlotlyKaleido.start` or `PlotlyKaleido.restart`")
0 commit comments