I have confirmed that turning off my plugin still causes the problem.
I was getting this error log.
app:error error during auto update: Error: インターネット接続がオフラインのようです。
+1h
[bugsnag] Event failed to send…
Error: connect EHOSTUNREACH 35.186.205.6:443 - Local (192.168.0.5:60303)
at internalConnect (node:net:916:16)
at defaultTriggerAsyncIdScope (node:internal/async_hooks:454:18)
at GetAddrInfoReqWrap.emitLookup [as callback] (node:net:1060:9)
at GetAddrInfoReqWrap.onlookup [as oncomplete] (node:dns:73:8)
Error: connect EHOSTUNREACH 35.186.205.6:443 - Local (192.168.0.5:60303)
at internalConnect (node:net:916:16)
at defaultTriggerAsyncIdScope (node:internal/async_hooks:454:18)
at GetAddrInfoReqWrap.emitLookup [as callback] (node:net:1060:9)
at GetAddrInfoReqWrap.onlookup [as oncomplete] (node:dns:73:8)
{
errno: -65,
code: 'EHOSTUNREACH',
syscall: 'connect',
address: '35.186.205.6',
port: 443
}
app:error error during auto update: Error: ネットワーク接続が切れました。
+2h
[bugsnag] Event failed to send…
Error: getaddrinfo ENOTFOUND notify.bugsnag.com
at GetAddrInfoReqWrap.onlookup [as oncomplete] (node:dns:71:26)
Error: getaddrinfo ENOTFOUND notify.bugsnag.com
at GetAddrInfoReqWrap.onlookup [as oncomplete] (node:dns:71:26)
{
errno: -3008,
code: 'ENOTFOUND',
syscall: 'getaddrinfo',
hostname: 'notify.bugsnag.com'
}
I have two macs at home, and only one has the problem.
The machine with the problem tends to be slower, taking about 30 seconds to connect to the network when it comes back from sleep.
Perhaps there is some setting on the machine that is affecting the problem. I will write again if I find out anything.