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
I am running this for 3 days continously, but it has crashed at least two times noe.
The latest one I catched in the console:
CallMonitor/node_modules/node-fritzbox-callmonitor/index.js:99
self.call[data[2]].disconnect = data[0];
^
TypeError: Cannot set property 'disconnect' of undefined
at Socket.<anonymous> (/Users/gabi/Library/CallMonitor/node_modules/node-fritzbox-callmonitor/index.js:99:37)
at Socket.emit (events.js:400:28)
at addChunk (internal/streams/readable.js:293:12)
at readableAddChunk (internal/streams/readable.js:267:9)
at Socket.Readable.push (internal/streams/readable.js:206:10)
at TCP.onStreamRead (internal/stream_base_commons.js:188:23)
Cannot set property 'disconnect' of undefined
It would be nice if the script would not just crash, but just continue to run in some way.
The text was updated successfully, but these errors were encountered:
I am running this for 3 days continously, but it has crashed at least two times noe.
The latest one I catched in the console:
It would be nice if the script would not just crash, but just continue to run in some way.
The text was updated successfully, but these errors were encountered: