-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Parallel coordinates issue (Uncaught TypeError: Cannot read property 'buffer' of null) is introduced in Chrome Version 66.0.3359.117 #2582
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
Comments
Thanks for the report! I suspect this error is fatal, as in the I don't have access to Chrome 66 at the moment, so I can't confirm. Is anyone else noticing this in Chrome 66? The call stack seems to point to a
to see if the same error occurs? |
@etpinard yes either the entire plot fails to load or the lines are missing but selections can be made on the coordinates. I will report back on the remaining questions when I get access to PC again. Cheers Sam |
Link 1: Uncaught (in promise) TypeError: Cannot read property 'regl' of null Link 2: plotly-latest.js:80026 Uncaught (in promise) TypeError: Cannot read property 'regl' of null |
cc @dy We should try to find a solution before ASAP. |
Ok that works from my chrome 66 windows 7. |
I've just upgraded from one version of 66 to Version 66.0.3359.139 and the issue is resolved on windows 10. |
Thanks for the update @webbres I'll leave this issue open in case other users hit similar issues with Chrome 66. |
I can confirm that upgrading the Chrome version on the windows 7 machines experiencing the same issue has also resolved the issue. Seems to have been specific to 66.0.3359.117. Thanks for the quick response, glad it didn't end up being a hassle. |
This issue may have been a bit more complex than I thought. Adding extra info in case anyone else has a similar issue. I am now getting this error occurring in the latest Chrome only through a remote desktop session and only on parallel coords (whereas it happened with and without remote desktop and on the test plots asked about). The demo plots work fine via remote desktop. I'm not really familiar with WebGL but it looks like this isn't a plotly issue so much as a WebGL issue (though we do still have one machine that refused to work locally even after a uninstall and install of chrome). |
turning off hardware acceleration triggers the issue without remote desktop |
As a sidethought - it would be really nice to have |
Closing as this issue seems to be resolved in Chrome versions released after 66.0.3359.117. @webbres feel free to open another issue about the problems you're facing in a remote desktop. |
I am experiancing an issue with parallel coordinate plots. Issue appeared after update of chrome to 66.0.3359.117, seemed to work fine in 65, works in firefox.
My copy of chrome updated and my angular page displaying a parallel coordinates plot started to fail reporting a 'Cannot read property 'buffer' of null'. The issue is also accuring on the demo page at https://plot.ly/javascript/parallel-coordinates-plot/
Error message:
Uncaught TypeError: Cannot read property 'buffer' of null
at plotly-latest.min.js:7
at e.exports (plotly-latest.min.js:7)
at HTMLCanvasElement. (plotly-latest.min.js:7)
at plotly-latest.min.js:7
at ut (plotly-latest.min.js:7)
at Array.Y.each (plotly-latest.min.js:7)
at e.exports (plotly-latest.min.js:7)
at e.exports (plotly-latest.min.js:7)
at Object.r.plot (plotly-latest.min.js:7)
at r.drawData (plotly-latest.min.js:7)
Navigating the error a bit it seems to be caused by
Cheers
Sam
The text was updated successfully, but these errors were encountered: