-
-
Notifications
You must be signed in to change notification settings - Fork 75
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
Blink 0.12.6 breaks PlotlyJS #300
Comments
I can't repro this, unfortunately. Seems likely to be a race condition somewhere in the WebIO initialization code, but it's kinda tricky to debug without a reproducer. |
As reported by @takbal, this happens after a couple of plots to me as well on a Windows 10 machine with Julia 1.8.5. |
@pfitzseb I can 100% reproduce this on the second plot. Maybe you have a hint what to log or print? |
Version 0.12.6 fails for me both with PlotlyJS as described above (both on linux and windows), but also when just loading a html file in a Blink Window. |
Any news on this? |
Great, thanks! |
Clean install containing only PlotlyJS breaks on the second plot() call:
The issue goes away with downgrading Blink:
Then after restart:
The issue persists with [email protected] as well and [email protected] is already older, so it appears that Blink introduced the problem.
People already shopping around with this issue in the other packages:
JuliaGizmos/WebIO.jl#505
JuliaPlots/PlotlyJS.jl#460
The text was updated successfully, but these errors were encountered: