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
Hi, there's an error I get occasionally, but I have found it extremely hard to replicate. It arises sometimes when I try to plot stuff with plotlyjs, but not always, and I have been unable to come up with a minimal working example. Maybe the error itself is informative enough? Sorry for not being able to say more about it.
ERROR: LoadError: Javascript error ReferenceError: svg_f01d1be0 is not defined
in #js#5(::Bool, ::Function, ::Blink.Page, ::Blink.JSString) at C:\Users\mdf34\.julia\v0.5\Blink\src\rpc\rpc.jl:41
in (::Blink.#kw##js)(::Array{Any,1}, ::Blink.#js, ::Blink.Page, ::Blink.JSString) at .\<missing>:0
in #js#11(::Bool, ::Function, ::Blink.AtomShell.Window, ::Blink.JSString) at C:\Users\mdf34\.julia\v0.5\Blink\src\AtomShell\window.jl:128
in (::Blink.#kw##js)(::Array{Any,1}, ::Blink.#js, ::Blink.AtomShell.Window, ::Blink.JSString) at .\<missing>:0 (repeats 2 times)
in #js#72(::Bool, ::Function, ::PlotlyJS.ElectronDisplay, ::Blink.JSString) at C:\Users\mdf34\.julia\v0.5\PlotlyJS\src\displays\electron.jl:230
in (::Blink.#kw##js)(::Array{Any,1}, ::Blink.#js, ::PlotlyJS.ElectronDisplay, ::Blink.JSString) at .\<missing>:0 (repeats 2 times)
in svg_data(::PlotlyJS.SyncPlot{PlotlyJS.ElectronDisplay}, ::String, ::Bool) at C:\Users\mdf34\.julia\v0.5\PlotlyJS\src\displays\electron.jl:215
in #savefig#202(::Symbol, ::Function, ::PlotlyJS.SyncPlot{PlotlyJS.ElectronDisplay}, ::String) at C:\Users\mdf34\.julia\v0.5\PlotlyJS\src\savefig.jl:126
in savefig(::PlotlyJS.SyncPlot{PlotlyJS.ElectronDisplay}, ::String) at C:\Users\mdf34\.julia\v0.5\PlotlyJS\src\savefig.jl:106
in plotlyjs_save_hack(::IOStream, ::Plots.Plot{Plots.PlotlyJSBackend}, ::String) at C:\Users\mdf34\.julia\v0.5\Plots\src\backends\plotlyjs.jl:98
in show(::IOStream, ::MIME{Symbol("image/png")}, ::Plots.Plot{Plots.PlotlyJSBackend}) at C:\Users\mdf34\.julia\v0.5\Plots\src\output.jl:197
in png(::Plots.Plot{Plots.PlotlyJSBackend}, ::String) at C:\Users\mdf34\.julia\v0.5\Plots\src\output.jl:8
in savefig(::Plots.Plot{Plots.PlotlyJSBackend}, ::String) at C:\Users\mdf34\.julia\v0.5\Plots\src\output.jl:116
in #solve_model#37(::Float64, ::Int64, ::Function, ::Model_Structure) at C:\Users\mdf34\quantecon\master_file.jl:602
in solve_model(::Model_Structure) at C:\Users\mdf34\quantecon\master_file.jl:529
in include_from_node1(::String) at .\loading.jl:488
while loading C:\Users\mdf34\quantecon\master_file.jl, in expression starting on line 188
The text was updated successfully, but these errors were encountered:
This shouldn't be happening, but my guess is that when it does it happens on your first attempt to save a figure in a given Julia session?
That is correct. I have a .jl file that performs a number of computations and then tries to plot and save a series of figures. It typically crashes when trying to save the first figure and generates the said error. I will try to pin down under what conditions I can replicate it.
Hi, there's an error I get occasionally, but I have found it extremely hard to replicate. It arises sometimes when I try to plot stuff with plotlyjs, but not always, and I have been unable to come up with a minimal working example. Maybe the error itself is informative enough? Sorry for not being able to say more about it.
The text was updated successfully, but these errors were encountered: