Hello,
I installed magicMirror in my Raspberry pi 3 and i have successfully added my module. now, the software stop working after three/four days without significative error in log.
maybe you had already this error, so thank you for your help in advance.
the error in mm-out.log
Whoops! There was an uncaught exception…
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
Launching application.
mm-error.log
{ Error: listen EADDRINUSE 127.0.0.1:8080
at Object.exports._errnoException (util.js:1050:11)
at exports._exceptionWithHostPort (util.js:1073:20)
at Server.setupListenHandle [as _listen2] (net.js:1263:14)
at listenInCluster (net.js:1304:12)
at doListen (net.js:1428:7)
at GetAddrInfoReqWrap.asyncCallback [as callback] (dns.js:62:16)
at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:78:10)
code: ‘EADDRINUSE’,
errno: ‘EADDRINUSE’,
syscall: ‘listen’,
address: ‘127.0.0.1’,
port: 8080 }
magicmirror-error.log
TypeError: Cannot read property ‘ServiceDelivery’ of undefined
at processStif (/home/pi/MagicMirror/modules/infostransport/node_helper.js:79:30)
at /home/pi/MagicMirror/modules/infostransport/node_helper.js:51:13
at Request.handleRequestResponse [as _callback] (/home/pi/MagicMirror/modules/infostransport/node_modules/unirest/index.js:463:26)
at Request.self.callback (/home/pi/MagicMirror/modules/infostransport/node_modules/request/request.js:187:22)
at emitTwo (events.js:106:13)
at Request.emit (events.js:194:7)
at Request. (/home/pi/MagicMirror/modules/infostransport/node_modules/request/request.js:1044:10)
at emitOne (events.js:96:13)
at Request.emit (events.js:191:7)
at IncomingMessage. (/home/pi/MagicMirror/modules/infostransport/node_modules/request/request.js:965:12)
fatal: unable to access ‘https://github.com/MichMich/MagicMirror.git/’: Could not resolve host: github.com
fatal: unable to access ‘https://github.com/MichMich/MagicMirror.git/’: Could not resolve host: github.com
fatal: unable to access ‘https://github.com/MichMich/MagicMirror.git/’: Could not resolve host: github.com
fatal: unable to access ‘https://github.com/MichMich/MagicMirror.git/’: Could not resolve host: github.com
fatal: unable to access ‘https://github.com/MichMich/MagicMirror.git/’: Could not resolve host: github.com
fatal: unable to access ‘https://github.com/MichMich/MagicMirror.git/’: Could not resolve host: github.com
i saw TypeError: Cannot read property ‘ServiceDelivery’ of undefined, it’s from my module, but i’m not sur that this error is the main cause, no one have probleme with communication with github ?
thank you