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
On MacOS 12.6.1, I get this error message when calling discover() after setting the options to scan the IPv6 family, although it scans IPv4 fine when configured to do so.
Error: Invalid net address: fe80::427:6cc4:8bd0:1f29
at new Netmask (/Users/path/to/node/install/node_modules/netmask/lib/netmask.js:150:15)
at Arpping._getFullRange (/Users/path/to/node/install/node_modules/arpping/dist/index.js:180:21)
at Arpping.<anonymous> (/Users/path/to/node/install/node_modules/arpping/dist/index.js:207:42)
at step (/Users/path/to/node/install/node_modules/arpping/dist/index.js:44:23)
at Object.next (/Users/path/to/node/install/node_modules/arpping/dist/index.js:25:53)
at /Users/path/to/node/install/node_modules/arpping/dist/index.js:19:71
at new Promise (<anonymous>)
at __awaiter (/Users/path/to/node/install/node_modules/arpping/dist/index.js:15:12)
at Arpping.ping (/Users/path/to/node/install/node_modules/arpping/dist/index.js:198:16)
at Arpping.<anonymous> (/Users/path/to/node/install/node_modules/arpping/dist/index.js:305:51)
```
The text was updated successfully, but these errors were encountered:
On MacOS 12.6.1, I get this error message when calling discover() after setting the options to scan the IPv6 family, although it scans IPv4 fine when configured to do so.
The text was updated successfully, but these errors were encountered: