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
We have scripts that set local PVs to arrays etc., so their type is for example "PyList" and now we get this cast exception:
WARNING [org.csstudio.display.builder.model] Property update error for 'connected' = true
java.lang.ClassCastException: class org.python.core.PyList cannot be cast to class org.epics.vtype.VType
at org.csstudio.display.builder.representation.javafx.widgets.RegionBaseRepresentation.connectionOrValueChanged(RegionBaseRepresentation.java:264)