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
Hey! This is the same issue as this: Shuffle/Shuffle#1609. Did you restart Orborus? That tends to re-download the main apps that are used by a lot of people.
Please make sure your Shuffle Tools is upgraded in accordance. We'll be fixing the root cause here in the next few days.
Getting issue when using Execute Python node. This was working last week though.
Exception: 'Tools' object has no attribute 'singul'
`import ipaddress
ip1 = "$data.all_fields.data.srcip"
ip2 = "$data.all_fields.agent.ip"
subnet_mask = "255.255.255.0"
try:
same_subnet = ipaddress.IPv4Network(f"{ip1}/{subnet_mask}", strict=False).network_address ==
ipaddress.IPv4Network(f"{ip2}/{subnet_mask}", strict=False).network_address
except ValueError:
same_subnet = False
print(same_subnet)
`
The text was updated successfully, but these errors were encountered: