You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! This is an awsome project! However, when I tried to use vtklocal on my project, there was a problem, the program kept outputting that the vtkSliderRepresentation2D object could not be serialized.
2024-08-23 15:28:51.481 ( 7.249s) [DB0A99D79D232E0E] vtkSerializer.cxx:90 ERR| vtkSerializer (0000021E52C798D0): Failed to add state for object=vtkSliderRepresentation2D (0000021E0EB163A0) with id=20
ERROR:root:Failed to add state for object=vtkSliderRepresentation2D (0000021E0EB163A0) with id=20
2024-08-23 15:28:51.945 ( 7.713s) [DB0A99D79D232E0E] vtkSerializer.cxx:115 ERR| vtkSerializer (0000021E52C798D0): Cannot serialize object with type { .name=class vtkSliderRepresentation2D .hashCode=2504205470402367349 } because a serializer was not found. Check stack trace to see how we got here.
ERROR:root:Cannot serialize object with type { .name=class vtkSliderRepresentation2D .hashCode=2504205470402367349 } because a serializer was not found. Check stack trace to see how we got here.
2024-08-23 15:28:51.946 ( 7.713s) [DB0A99D79D232E0E] vtkSerializer.cxx:116 WARN| vtkSerializer (0000021E52C798D0): at vtkSerializer::GetHandler
at vtkSerializer::SerializeJSON
at vtkCommonCoreSerDesRegistrar::RegisterClasses
at vtkSerializer::SetContext
at vtkRenderingCoreSerDesRegistrar::RegisterClasses
at vtkAbstractMapper::SafeDownCast
at vtkSerializer::SerializeJSON
at vtkRenderingCoreSerDesRegistrar::RegisterClasses
at vtkAbstractMapper::SafeDownCast
at vtkRenderingCoreSerDesRegistrar::RegisterClasses
at vtkAbstractMapper::SafeDownCast
at vtkRenderingOpenGL2SerDesRegistrar::RegisterClasses
at vtkRenderingOpenGL2SerDesRegistrar::RegisterClasses
at vtkSerializer::SerializeJSON
at vtkCommonCoreSerDesRegistrar::RegisterClasses
at vtkSerializer::SetContext
at vtkRenderingCoreSerDesRegistrar::RegisterClasses
at vtkAbstractMapper::SafeDownCast
at vtkSerializer::SerializeJSON
at vtkRenderingCoreSerDesRegistrar::RegisterClasses
at vtkAbstractMapper::SafeDownCast
at vtkRenderingOpenGL2SerDesRegistrar::RegisterClasses
at vtkRenderingOpenGL2SerDesRegistrar::RegisterClasses
at vtkRenderingOpenGL2SerDesRegistrar::RegisterClasses
at vtkRenderingOpenGL2SerDesRegistrar::RegisterClasses
at vtkSerializer::SerializeJSON
at vtkObjectManager::UpdateStatesFromObjects
at vtkObjectManager::UpdateStatesFromObjects
at PyArg_ParseTuple_SizeT
at Py_NewReference
at PyEval_EvalFrameDefault
at PyFunction_Vectorcall
at PyFunction_Vectorcall
at PyCode_Optimize
at PyType_GenericAlloc
at PyObject_Call
at PyEval_EvalFrameDefault
at PyFunction_Vectorcall
at PyEval_EvalCodeWithName
at PyEval_EvalCodeEx
at PyEval_EvalCode
at PyFuture_FromASTObject
at PyFuture_FromASTObject
at Py_c_pow
at Py_c_pow
at PyRun_SimpleFileExFlags
at PyRun_AnyFileExFlags
at PyObject_GenericGetDict
at Py_RunMain
at Py_RunMain
at Py_RunMain
at Py_Main
at Py_Main
at BaseThreadInitThunk
at RtlUserThreadStart
The text was updated successfully, but these errors were encountered:
Yes most widgets are not supported yet. The one you mentioned is already captured here. That specific widget is not that useful with trame since you can make it in 2D very easily. So that one may not happen any time soon. But we are working on other widgets.
Closing since it is already capture in another issue.
Hi! This is an awsome project! However, when I tried to use vtklocal on my project, there was a problem, the program kept outputting that the vtkSliderRepresentation2D object could not be serialized.
The text was updated successfully, but these errors were encountered: