-
-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
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
ERROR:buffer_manager.cc(488)] [.DisplayCompositor]GL ERROR :GL_INVALID_OPERATION : glBufferData: <- error from previous GL command #352
Comments
I had the same issue in RStudio. The solution there was to use the command orca(p, f, more_args = c('--disable-gpu')). However, now orca spits out an incorrect image (a gridded canvas but with no shapes). I knew orca was always buggy but this is a new low. |
I have the similar issue: MacOS 11.1
the issue disappears after downgrading plotly-orca to 1..2.1 |
The issue persists for me even after downgrading plotly-orca to 1.2.1 |
|
The error:
ERROR:buffer_manager.cc(488)] [.DisplayCompositor]GL ERROR :GL_INVALID_OPERATION : glBufferData: <- error from previous GL command
appears when I try the following 2 examples:Example 1
Example 2
From python, run with Conda activated. The following Python script was called:
The lab environment includes:
plotly 4.5.4
plotly-orca 1.3.0
OS: Ubuntu 20.04 LTS
The text was updated successfully, but these errors were encountered: