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
IPv4 Multiple Addresses Helper Function (create_ipv4_list_observables) calls create_ipv4_observable function, which returns Observable type, but then attempts to wrap the Observable type in an Observable using the Observable() class constructor.
Issue Fix
Don't do secondary wrapping, or don't return Observable type from create_ipv4_observable function.