We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Since a couple of days, I get intermittent failures. I am not experienced enough to know if this is a WebIO or a Blink problem.
WebIO
Blink
_ _ _(_)_ | Documentation: https://docs.julialang.org (_) | (_) (_) | _ _ _| |_ __ _ | Type "?" for help, "]?" for Pkg help. | | | | | | |/ _` | | | | |_| | | | (_| | | Version 1.8.4 (2022-12-23) _/ |\__'_|_|_|\__'_| | Official https://julialang.org/ release |__/ | (@v1.8) pkg> activate . Activating project at `C:\Users\michele.zaffalon\tmp` julia> using WebIO, PlotlyJS julia> plot(scatter(y=randn(100))) [ Info: Listening on: 127.0.0.1:9404, thread id: 1 julia> plot(scatter(y=randn(100))) julia> plot(scatter(y=randn(100))) julia> plot(scatter(y=randn(100))) julia> plot(scatter(y=randn(100))) julia> plot(scatter(y=randn(100))) ┌ Error: An error occurred while trying to initialize a Blink window! │ exception = │ Javascript error ReferenceError: webio is not defined │ Stacktrace: │ [1] js(o::Blink.Page, js::WebIO.JSString; callback::Bool) │ @ Blink C:\Users\michele.zaffalon\.julia\packages\Blink\SMxOp\src\rpc\rpc.jl:53 │ [2] js(win::Blink.AtomShell.Window, s::WebIO.JSString; callback::Bool) │ @ Blink.AtomShell C:\Users\michele.zaffalon\.julia\packages\Blink\SMxOp\src\AtomShell\window.jl:263 │ [3] js(o::Blink.AtomShell.Window, j::Expr; callback::Bool) │ @ Blink C:\Users\michele.zaffalon\.julia\packages\Blink\SMxOp\src\rpc\rpc.jl:61 │ [4] js │ @ C:\Users\michele.zaffalon\.julia\packages\Blink\SMxOp\src\rpc\rpc.jl:61 [inlined] │ [5] initwebio!(w::Blink.AtomShell.Window) │ @ Blink.AtomShell C:\Users\michele.zaffalon\.julia\packages\Blink\SMxOp\src\AtomShell\webio.jl:17 │ [6] initwindow!(w::Blink.AtomShell.Window, callback_cond::Condition) │ @ Blink.AtomShell C:\Users\michele.zaffalon\.julia\packages\Blink\SMxOp\src\AtomShell\window.jl:92 │ [7] (::Blink.AtomShell.var"#9#10"{Blink.AtomShell.Window, Condition})() │ @ Blink.AtomShell .\task.jl:484 └ @ Blink.AtomShell C:\Users\michele.zaffalon\.julia\packages\Blink\SMxOp\src\AtomShell\window.jl:69 (tmp) pkg> st Status `C:\Users\michele.zaffalon\tmp\Project.toml` [f0f68f2c] PlotlyJS v0.18.10 [0f1e0344] WebIO v0.8.20
The text was updated successfully, but these errors were encountered:
Related JuliaPlots/PlotlyJS.jl#460.
Sorry, something went wrong.
The issue seems to be introduced with the recent (2023/01/06) v0.12.6 release of Blink.
Adding Blink@0.12.5 seems to solve the issue, even with latest PlotlyJS and WebIO.
Created the same ticket in Blink:
JuliaGizmos/Blink.jl#300
No branches or pull requests
Since a couple of days, I get intermittent failures. I am not experienced enough to know if this is a
WebIO
or aBlink
problem.The text was updated successfully, but these errors were encountered: