PlotlyJS.jl icon indicating copy to clipboard operation
PlotlyJS.jl copied to clipboard

Init function blocked by kaleido

Open Grobycn opened this issue 4 years ago • 0 comments

When using PlotlyJS, it get stuck.

Run .julia/artifacts/eaf6781d8951eda81e75724d9c53b719e680ff30/kaleido/kaleido plotly --disable-gpu works fine and output:

[0915/194811.964419:WARNING:resource_bundle.cc(435)] locale_file_path.empty() for locale [0915/194811.996039:WARNING:resource_bundle.cc(435)] locale_file_path.empty() for locale [0915/194812.006628:WARNING:resource_bundle.cc(435)] locale_file_path.empty() for locale {"code": 0, "message": "Success", "result": null, "version": "0.0.3"} [0915/194812.079053:WARNING:resource_bundle.cc(435)] locale_file_path.empty() for locale

But PlotlyBase._start_kaleido_process() blocked at line 48: res = readline(P.stdout)

I think it's better to start kaleido when needed.

Grobycn avatar Sep 15 '20 12:09 Grobycn