Read the statement by Michael Teeuw here.
EAI_AGAIN error
-
MM has crashed several times recently.
Inspection of MagicMirror-error.log shows a tonne of EAI_AGAIN errors which may or may not have anything to do with it.Here’s an example, it’s not just sky news, it’s all news feeds, calendars etc., etc…
} [01.08.2022 22:46.21.463] [ERROR] Newsfeed Error. Could not fetch newsfeed: http://feeds.skynews.com/feeds/rss/world.xml FetchError: request to http://feeds.skynews.com/feeds/rss/world.xml failed, reason: getaddrinfo EAI_AGAIN feeds.skynews.com at ClientRequest.<anonymous> (/home/pi/MagicMirror/node_modules/node-fetch/lib/index.js:1491:11) at ClientRequest.emit (node:events:526:28) at Socket.socketErrorListener (node:_http_client:442:9) at Socket.emit (node:events:526:28) at emitErrorNT (node:internal/streams/destroy:157:8) at emitErrorCloseNT (node:internal/streams/destroy:122:3) at process.processTicksAndRejections (node:internal/process/task_queues:83:21) { type: 'system', errno: 'EAI_AGAIN', code: 'EAI_AGAIN' }
Google search suggests a DNS error, but MM shows DNS working OK.
pi@magicmirror:~ $ nslookup www.google.co.uk Server: 208.67.222.222 Address: 208.67.222.222#53 Non-authoritative answer: Name: www.google.co.uk Address: 172.217.169.35 Name: www.google.co.uk Address: 2a00:1450:4009:823::2003
-
@Richard238 eai_again is a networking problem,
lost contact w the network.don’t know if this is a wifi problem, or a router problem or a wifi provider problem…
-
Interesting, it’s using the wifi from the router that’s not 3 metres across the room.
I’ll look at hard wiring it at some point. -
@Richard238 the problem could be outside your house
-
@sdetweil I’m WFH most of the week and don’t notice any internet interruptions.
-
@Richard238 yeh I hear yah. but libraries way down below mm freaked out cause they couldn’t connect to some service to get data.
and the error specifically means mapping the text NAME of the service server to the IP address needed for actual communications
your wfh probably isn’t a cessing those sites.
most of the libraries and modules have limited recovery capabilities