Read the statement by Michael Teeuw here.
MMM-SoccerLiveScore no pictures
-
Goodmoring, Sometimes i have this error im my pm2 log mm.
Can someone exxplane to my wat this main and what to do to fixed this.at Request._callback (/home/pi/MagicMirror/modules/MMM-SoccerLiveScore/node_helper.js:36:30)
0|mm | at self.callback (/home/pi/MagicMirror/node_modules/request/request.js:185:22)
0|mm | at emitOne (events.js:116:13)
0|mm | at Request.emit (events.js:211:7)
0|mm | at Request.onRequestError (/home/pi/MagicMirror/node_modules/request/request.js:877:8)
0|mm | at emitOne (events.js:116:13)
0|mm | at ClientRequest.emit (events.js:211:7)
0|mm | at TLSSocket.socketErrorListener (_http_client.js:387:9)
0|mm | at emitOne (events.js:116:13)
0|mm | at TLSSocket.emit (events.js:211:7) -
@ernst-jan said in MMM-SoccerLiveScore no pictures:
at Request._callback (/home/pi/MagicMirror/modules/MMM-SoccerLiveScore/node_helper.js:36:30)
You left out the most important line. The first line says there is something wrong at line 36 character 30 in the file node_helper.js but probably is the error above this. So post a bit more or upload the log somewhere. But this looks more like a bug in the plugin itself and not the core system.
-
Update line:
/home/pi/.pm2/logs/mm-error.log last 15 lines:
0|mm | at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:92:26)
0|mm | code: ‘EAI_AGAIN’,
0|mm | errno: ‘EAI_AGAIN’,
0|mm | syscall: ‘getaddrinfo’,
0|mm | hostname: ‘www.speedtest.net’,
0|mm | host: ‘www.speedtest.net’,
0|mm | port: 443 }
0|mm | { Error: socket hang up
0|mm | at createHangUpError (_http_client.js:331:15)
0|mm | at TLSSocket.socketCloseListener (_http_client.js:363:23)
0|mm | at emitOne (events.js:121:20)
0|mm | at TLSSocket.emit (events.js:211:7)
0|mm | at _handle.close (net.js:554:12)
0|mm | at TCP.done [as _onclose] (_tls_wrap.js:356:7) code: ‘ECONNRESET’ }
0|mm | [939:0129/080105.502591:FATAL:bus.cc(1152)] D-Bus connection was disconnected. Aborting. -
@ernst-jan said in MMM-SoccerLiveScore no pictures:
EAI_AGAIN
google search on EAI_AGAIN returns
EAI_AGAIN is a DNS lookup timed out error, means it is a network connectivity error