Read the statement by Michael Teeuw here.
[ERROR] Calendar Error. Could not fetch calendar:
-
Hi all,
Can anyone help with my calendar it just stop working one day, every now and then it will work. This is the error i get on startup.
(I have deleted some my calendar https to keep it private)
[ERROR] Calendar Error. Could not fetch calendar: https://calendar.google.com/calendar/ical/basic.ics TypeError: fetch failed
at node:internal/deps/undici/undici:13178:13
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at runNextTicks (node:internal/process/task_queues:64:3)
at process.processTimers (node:internal/timers:516:9) {
[cause]: AggregateError [ETIMEDOUT]:
at internalConnectMultiple (node:net:1118:18)
at internalConnectMultiple (node:net:1186:5)
at Timeout.internalConnectMultipleTimeout (node:net:1712:5)
at listOnTimeout (node:internal/timers:583:11)
at process.processTimers (node:internal/timers:519:7) {
code: ‘ETIMEDOUT’,
[errors]: [ [Error], [Error] ]
}
}Thanks for look.
-
@Kazzer can you show the startup messages from npm start
after the starting application
there is a dump of system info , like this2024-10-29 17:55:20.819] [INFO] System information: ### SYSTEM: manufacturer: ; model: ; virtual: false ### OS: platform: linux; distro: Debian GNU/Linux; release: 12; arch: arm64; kernel: 6.6.51+rpt-rpi-v8 ### VERSIONS: electron: 31.7.3; used node: 20.18.0; installed node: 20.9.0; npm: 10.1.0; pm2: 5.4.2 ### OTHER: timeZone: America/Chicago; ELECTRON_ENABLE_GPU: undefined
-
-