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
Virtual instruments should either override get_idn to not fail and respond with something useful, or we should rework this so get_idn is not implemented like this for the generic class.
the reason for the failure is that get_idn calls .ask which is not implemented for virtual instruments.
Virtual instruments should either override get_idn to not fail and respond with something useful, or we should rework this so get_idn is not implemented like this for the generic class.
the reason for the failure is that get_idn calls
.ask
which is not implemented for virtual instruments.An example of this issue is in #4590
The text was updated successfully, but these errors were encountered: