Hi, I have a problem when I run the scan, this is my code. ``` let lanscan = new LANScan(); lanscan.on('info_fetched', (info) => { // do something with `info` }) lanscan.scan(48500, 48503, 100, true, 20, 100); ``` And this is the problem that gives me. 