errors when not conn. to internet #170
numbernine-git
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
hi
at server start I get this error when connected to wifi of multiplexer (Shipmodul) so no Internet.
Error: Timed out getting default route at Timeout._onTimeout (/usr/lib/node_modules/signalk-server/node_modules/dnssd2/lib/Advertisement.js:278:21) at listOnTimeout (node:internal/timers:608:17) at process.processTimers (node:internal/timers:543:7)
=> SignalK is timing out while attempting to retrieve the default network route.
also:
Error: send ENETUNREACH 224.0.0.251:5353 at doSend (node:dgram:762:16) at defaultTriggerAsyncIdScope (node:internal/async_hooks:464:18) at afterDns (node:dgram:701:5) at process.processTicksAndRejections (node:internal/process/task_queues:91:21) { errno: -101, code: 'ENETUNREACH', syscall: 'send', address: '224.0.0.251', port: 5353 }
=> SignalK is unable to send multicast traffic to the mDNS address 224.0.0.251 on port 5353.
Assuming all caused by the fact there is no internet conn.
Should I just ignore them or is it important to fix this, if so, what would you suggest?
Beta Was this translation helpful? Give feedback.
All reactions