When launching MM
before the mirror starts, this error message appears.
{ Error: listen EADDRINUSE 127.0.0.1:8080
at Server.setupListenHandle [as _listen2] (net.js:1330:14)
at listenInCluster (net.js:1378:12)
at GetAddrInfoReqWrap.doListen [as callback] (net.js:1492:7)
at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:55:10)
errno: 'EADDRINUSE',
code: 'EADDRINUSE',
syscall: 'listen',
address: '127.0.0.1',
port: 8080 }
However, on reboot. When saying the phrase “magic mirror” an exception is caught and stops any further listening from the mirror.
Whoops! There was an uncaught exception...
{ Error: spawn ENOMEM
at ChildProcess.spawn (internal/child_process.js:357:11)
at spawn (child_process.js:540:9)
at LPCM16.start (/home/pi/MagicMirror/modules/MMM-Hotword/components/lpcm16.js:101:15)
at Class.startListening (/home/pi/MagicMirror/modules/MMM-Hotword/node_helper.js:217:14)
at Class.activate (/home/pi/MagicMirror/modules/MMM-Hotword/node_helper.js:175:10)
at Class.socketNotificationReceived (/home/pi/MagicMirror/modules/MMM-Hotword/node_helper.js:72:16)
at Socket.<anonymous> (/home/pi/MagicMirror/modules/node_modules/node_helper/index.js:113:11)
at Socket.emit (events.js:182:13)
at /home/pi/MagicMirror/node_modules/socket.io/lib/socket.js:528:12
at process._tickCallback (internal/process/next_tick.js:61:11) errno: 'ENOMEM', code: 'ENOMEM', syscall: 'spawn' }
MagicMirror will not quit, but it might be a good idea to check why this happened. Maybe no internet connection?
If you think this really is an issue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/issues