-
Notifications
You must be signed in to change notification settings - Fork 9
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
release 3.2.6 breaks trame-vtk local rendering #34
Comments
stacktrace:
|
Should we update trame-vtk to do a try/except ValueError instead? |
It might be good to know if the call was successful or not? |
I agree try/except is generally better. No strong opinion on this though. Should try except and simply write a log entry if a value error raises? |
|
This resolved a similar issue for us in pyvista/pyvista#7067, thanks! |
it seems that this line make trame-vtk app with local rendering crash:
trame-server/trame_server/core.py
Line 519 in b6e6b39
The text was updated successfully, but these errors were encountered: