Replies: 1 comment 1 reply
-
|
I also tried these: my_list : List[Union[IntEnum, object]] =[[p1.profile.3M_Followers, p1.follower.Random_vacation_34]] |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have such a class:
class Body(object):
#nested type
I defined Instagramprofile and InfluencerPhotos as separete intenum typed classes. But I get an error of different types so ua cant guess the type: in _guess_type raise UaError("List of multiple types. Could not guess UA type of variable {0}".format(error_val)) opcua.ua.uaerrors._base.UaError: List of multiple types. Could not guess UA type of variable
Beta Was this translation helpful? Give feedback.
All reactions