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
Hi, I'm getting the follwoing error when running the monitor.js test application. Not clear how to provide the target ip of the system and login credentials.
C:\Dev\GitHub\node-owlintuition>npm test
[email protected] test C:\Dev\GitHub\node-owlintuition
node test/monitor.js
TypeError: Cannot read property 'forEach' of undefined
at Socket. (C:\Dev\GitHub\node-owlintuition\owl.js:157:18)
at Socket.emit (events.js:315:20)
at UDP.onMessage [as onmessage] (dgram.js:910:8)
npm ERR! Test failed. See above for more details.
The text was updated successfully, but these errors were encountered:
Hi, I'm getting the follwoing error when running the monitor.js test application. Not clear how to provide the target ip of the system and login credentials.
C:\Dev\GitHub\node-owlintuition>npm test
connect
C:\Dev\GitHub\node-owlintuition\owl.js:157
channels.chan.forEach(function(entry) {
^
TypeError: Cannot read property 'forEach' of undefined
at Socket. (C:\Dev\GitHub\node-owlintuition\owl.js:157:18)
at Socket.emit (events.js:315:20)
at UDP.onMessage [as onmessage] (dgram.js:910:8)
npm ERR! Test failed. See above for more details.
The text was updated successfully, but these errors were encountered: