diff --git a/autosync.log b/autosync.log index 1e6152f..5672183 100644 --- a/autosync.log +++ b/autosync.log @@ -107,3 +107,9 @@ remote: . Processing 1 references remote: Processed 1 references in total To gitea:Micha/homepage.git 1216bd9..b3f6f96 master -> master +[master 264168c] Auto-sync: 2026-03-20 10:50:27 + 2 files changed, 2101 insertions(+) +remote: . Processing 1 references +remote: Processed 1 references in total +To gitea:Micha/homepage.git + b3f6f96..264168c master -> master diff --git a/custom.css b/custom.css index 299a99a..f75dc33 100755 --- a/custom.css +++ b/custom.css @@ -3,6 +3,10 @@ --kalilab-bg-2: #0b1220; --kalilab-bg-3: #0f1923; + --kalilab-panel-bg: rgba(10, 17, 28, 0.34); + --kalilab-panel-border: rgba(72, 202, 228, 0.10); + --kalilab-panel-glow: rgba(0, 180, 216, 0.05); + --kalilab-card-top: rgba(18, 28, 45, 0.92); --kalilab-card-bottom: rgba(10, 17, 30, 0.96); @@ -29,9 +33,6 @@ --kalilab-danger: #ef4444; --kalilab-danger-bg: rgba(239, 68, 68, 0.10); --kalilab-danger-border: rgba(239, 68, 68, 0.35); - - --kalilab-ok: #22c55e; - --kalilab-warn: #f59e0b; } /* Basis */ @@ -45,7 +46,6 @@ body, color: var(--kalilab-text) !important; } -/* Global Typography */ body, button, input, @@ -53,7 +53,7 @@ textarea { color: var(--kalilab-text) !important; } -/* Header / obere Widgets ruhiger */ +/* Obere Infoleiste ruhig */ div[class*="information-widget"], div[class*="widget_resources"], div[class*="widget_search"], @@ -85,40 +85,56 @@ input[type="text"]:focus, inset 0 1px 0 rgba(255,255,255,0.04) !important; } +/* ========================= + V4 GROUP PANELS + ========================= */ +div[data-name], +section { + position: relative; + margin-bottom: 22px !important; + padding: 14px 14px 18px 14px !important; + border-radius: 18px !important; + background: + linear-gradient(180deg, rgba(255,255,255,0.02) 0%, rgba(255,255,255,0.01) 100%), + rgba(10, 17, 28, 0.22) !important; + border: 1px solid var(--kalilab-panel-border) !important; + box-shadow: + inset 0 1px 0 rgba(255,255,255,0.02), + 0 0 0 1px rgba(0,180,216,0.03), + 0 12px 30px rgba(0, 0, 0, 0.18) !important; +} + +/* Panel-Topline */ +div[data-name]::before, +section::before { + content: ""; + position: absolute; + top: 0; + left: 18px; + right: 18px; + height: 1px; + background: linear-gradient( + 90deg, + rgba(0,180,216,0) 0%, + rgba(72,202,228,0.32) 50%, + rgba(0,180,216,0) 100% + ); + opacity: 0.8; +} + /* Gruppenüberschriften */ h2, .group-title { color: #e8f7ff !important; font-weight: 800 !important; - letter-spacing: 0.2px; - margin-bottom: 0.7rem !important; + letter-spacing: 0.15px; + margin-bottom: 1rem !important; text-shadow: 0 0 10px rgba(0, 180, 216, 0.08); } -/* Gruppensektion leicht separieren */ -div[data-name], -section { - position: relative; -} - -div[data-name]::before, -section::before { - content: ""; - display: block; - height: 1px; - width: 100%; - margin-bottom: 10px; - background: linear-gradient( - 90deg, - rgba(0, 180, 216, 0.00) 0%, - rgba(0, 180, 216, 0.18) 18%, - rgba(255, 255, 255, 0.04) 50%, - rgba(0, 180, 216, 0.18) 82%, - rgba(0, 180, 216, 0.00) 100% - ); -} - -/* Service Cards / Bookmarks / Widget Cards */ +/* ========================= + EINHEITLICHE CARDS + ========================= */ .service-card, .bookmark, .widget-card, @@ -138,9 +154,10 @@ div[class*="bookmark_"] { box-shadow 0.18s ease, border-color 0.18s ease, background 0.18s ease !important; + min-height: 86px; } -/* Subtile Accent-Linie oben */ +/* Top Accent */ .service-card::before, .bookmark::before, .widget-card::before, @@ -158,112 +175,10 @@ div[class*="bookmark_"]::before { rgba(72, 202, 228, 0.55) 50%, rgba(0, 180, 216, 0) 100% ); - opacity: 0.7; + opacity: 0.75; } -/* Hover */ -.service-card:hover, -.bookmark:hover, -.widget-card:hover, -div[class*="service_"]:hover, -div[class*="bookmark_"]:hover { - transform: translateY(-2px); - border-color: var(--kalilab-border-hover) !important; - box-shadow: var(--kalilab-shadow-hover) !important; - background: linear-gradient(180deg, rgba(22, 34, 54, 0.95) 0%, rgba(12, 20, 34, 0.98) 100%) !important; -} - -/* Titel */ -.service-card h3, -.service-card .title, -.bookmark h3, -.widget-card h3, -div[class*="service_"] h3 { - color: #f4fbff !important; - font-weight: 750 !important; - font-size: 1rem !important; - letter-spacing: 0.1px; -} - -/* Beschreibungen */ -.service-card p, -.service-card .description, -.bookmark p, -.widget-card p, -div[class*="service_"] p { - color: var(--kalilab-text-soft) !important; - font-size: 0.89rem !important; - line-height: 1.35 !important; -} - -/* Noch etwas ruhigere Secondary Texte */ -small, -span[class*="description"], -div[class*="description"] { - color: var(--kalilab-text-dim) !important; -} - -/* Icons */ -.service-card img, -.service-card svg, -.bookmark img, -.bookmark svg, -.widget-card img, -.widget-card svg { - opacity: 0.96; - filter: drop-shadow(0 0 4px rgba(0, 180, 216, 0.06)); -} - -/* Status-Dots etwas hochwertiger */ -div[class*="status"], -.status { - filter: saturate(1.05) brightness(1.04); -} - -/* API-Fehler / Error Banner entschärft */ -.error, -[class*="error"], -[class*="failed"], -[class*="danger"] { - background: linear-gradient(180deg, rgba(127, 17, 17, 0.34), rgba(80, 12, 12, 0.38)) !important; - border: 1px solid rgba(239, 68, 68, 0.18) !important; - border-left: 3px solid rgba(239, 68, 68, 0.58) !important; - border-radius: 10px !important; - color: #fecaca !important; - box-shadow: none !important; -} - -/* Falls Error-Balken Links/Buttons enthalten */ -.error a, -[class*="error"] a, -[class*="failed"] a, -[class*="danger"] a { - color: #fecaca !important; -} - -/* Kleine Badges / pills */ -span, -div[class*="badge"] { - border-radius: 999px; -} - -/* Links */ -a { - color: var(--kalilab-accent-3); -} - -a:hover { - color: #ffffff; -} - -/* Card-Inhalt etwas strukturierter */ -.service-card > *, -div[class*="service_"] > * { - position: relative; - z-index: 1; -} - -/* Sehr dezenter innerer Shine */ +/* innerer shine */ .service-card::after, .bookmark::after, .widget-card::after, @@ -282,7 +197,114 @@ div[class*="bookmark_"]::after { pointer-events: none; } -/* Topbar etwas cleaner */ +/* Hover */ +.service-card:hover, +.bookmark:hover, +.widget-card:hover, +div[class*="service_"]:hover, +div[class*="bookmark_"]:hover { + transform: translateY(-2px); + border-color: var(--kalilab-border-hover) !important; + box-shadow: var(--kalilab-shadow-hover) !important; + background: linear-gradient(180deg, rgba(22, 34, 54, 0.95) 0%, rgba(12, 20, 34, 0.98) 100%) !important; +} + +/* Titel */ +.service-card h3, +.service-card .title, +.bookmark h3, +.bookmark .title, +.widget-card h3, +div[class*="service_"] h3, +div[class*="bookmark_"] h3 { + color: #f4fbff !important; + font-weight: 750 !important; + font-size: 1rem !important; + letter-spacing: 0.1px; +} + +/* Texte */ +.service-card p, +.service-card .description, +.bookmark p, +.bookmark .description, +.widget-card p, +div[class*="service_"] p, +div[class*="bookmark_"] p { + color: var(--kalilab-text-soft) !important; + font-size: 0.89rem !important; + line-height: 1.35 !important; +} + +small, +span[class*="description"], +div[class*="description"] { + color: var(--kalilab-text-dim) !important; +} + +/* Bookmark-Karten explizit an obere Karten angleichen */ +.bookmark, +div[class*="bookmark_"] { + padding-top: 14px !important; + padding-bottom: 14px !important; + min-height: 82px !important; +} + +/* Falls Bookmark-Layout zu flach bleibt */ +.bookmark a, +div[class*="bookmark_"] a { + display: flex !important; + align-items: center; + min-height: 52px; +} + +/* Icons */ +.service-card img, +.service-card svg, +.bookmark img, +.bookmark svg, +.widget-card img, +.widget-card svg { + opacity: 0.96; + filter: drop-shadow(0 0 4px rgba(0, 180, 216, 0.06)); +} + +/* Status */ +div[class*="status"], +.status { + filter: saturate(1.05) brightness(1.04); +} + +/* Error-Banner */ +.error, +[class*="error"], +[class*="failed"], +[class*="danger"] { + background: linear-gradient(180deg, rgba(127, 17, 17, 0.34), rgba(80, 12, 12, 0.38)) !important; + border: 1px solid rgba(239, 68, 68, 0.18) !important; + border-left: 3px solid rgba(239, 68, 68, 0.58) !important; + border-radius: 10px !important; + color: #fecaca !important; + box-shadow: none !important; +} + +.error a, +[class*="error"] a, +[class*="failed"] a, +[class*="danger"] a { + color: #fecaca !important; +} + +/* Links */ +a { + color: var(--kalilab-accent-3); +} + +a:hover { + color: #ffffff; +} + +/* Header cleaner */ header, div[class*="header"] { background: transparent !important; @@ -309,24 +331,35 @@ div[class*="header"] { background: rgba(0, 180, 216, 0.40); } -/* Mobile etwas kompakter */ +/* Mobile */ @media (max-width: 900px) { + div[data-name], + section { + padding: 12px 12px 16px 12px !important; + border-radius: 16px !important; + } + .service-card, .bookmark, .widget-card, div[class*="service_"], div[class*="bookmark_"] { border-radius: 12px !important; + min-height: 76px !important; } .service-card h3, .service-card .title, - div[class*="service_"] h3 { + .bookmark h3, + div[class*="service_"] h3, + div[class*="bookmark_"] h3 { font-size: 0.96rem !important; } .service-card p, - div[class*="service_"] p { + .bookmark p, + div[class*="service_"] p, + div[class*="bookmark_"] p { font-size: 0.84rem !important; } } \ No newline at end of file diff --git a/logs/homepage.log b/logs/homepage.log index a0b2fee..e21b6af 100755 --- a/logs/homepage.log +++ b/logs/homepage.log @@ -214063,3 +214063,2634 @@ } ] [2026-03-20T09:49:49.935Z] error: HTTP Error 500 calling http://kallilabcore.local:61208/api/4/quicklook +[2026-03-20T09:51:09.807Z] warn: Drive not found for target: /mnt/disk1 +[2026-03-20T09:51:09.813Z] warn: Drive not found for target: /mnt/user +[2026-03-20T09:51:09.815Z] warn: Drive not found for target: /mnt/cache +[2026-03-20T09:51:09.826Z] error: Error getting services from Docker server 'my-docker': [Error: connect ENOENT /var/run/docker.sock] { + errno: -2, + code: 'ENOENT', + syscall: 'connect', + address: '/var/run/docker.sock' +} +[2026-03-20T09:51:09.837Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:51:09.842Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:51:09.851Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:51:09.855Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:51:09.859Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:51:09.862Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:51:09.864Z] error: Error getting services from Docker server 'my-docker': [Error: connect ENOENT /var/run/docker.sock] { + errno: -2, + code: 'ENOENT', + syscall: 'connect', + address: '/var/run/docker.sock' +} +[2026-03-20T09:51:09.865Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:51:09.869Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:51:09.871Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:51:09.874Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:51:09.874Z] error: Error calling http://kallilabcore.local:8088/message... +[2026-03-20T09:51:09.874Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T09:51:09.875Z] error: HTTP Error 500 calling http://kallilabcore.local:8088/message +[2026-03-20T09:51:09.882Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:51:09.888Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:51:09.895Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:51:09.898Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:51:09.925Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:51:09.929Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:51:09.934Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:51:09.937Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:51:09.941Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:51:09.949Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:51:09.953Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:51:09.960Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:51:09.962Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:51:09.970Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:51:09.974Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:51:09.979Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:51:09.981Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:51:09.983Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:51:09.985Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:51:09.987Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:51:09.991Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:51:09.993Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:51:09.996Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:51:09.999Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:51:10.008Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:51:10.021Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:51:10.025Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:51:10.034Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:51:10.139Z] error: Error calling https://kallilabcore.local:9443/api/endpoints/1/docker/containers/json... +[2026-03-20T09:51:10.140Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T09:51:10.140Z] error: HTTP Error 500 calling https://kallilabcore.local:9443/api/endpoints/1/docker/containers/json?all=1 +[2026-03-20T09:51:10.144Z] error: HTTP Error 401 calling https://api.tailscale.com/api/v2/device/YOUR_TAILSCALE_DEVICE_ID +[2026-03-20T09:51:10.147Z] error: Error calling http://kallilabcore.local:3001/api/status-page/YOUR_UPTIME_STATUS_PAGE_SLUG... +[2026-03-20T09:51:10.147Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T09:51:10.155Z] error: Error calling http://kallilabcore.local:3001/api/status-page/heartbeat/YOUR_UPTIME_STATUS_PAGE_SLUG... +[2026-03-20T09:51:10.155Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T09:51:10.166Z] error: Error calling http://kallilabcore.local:61208/api/4/quicklook... +[2026-03-20T09:51:10.167Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T09:51:10.167Z] error: HTTP Error 500 calling http://kallilabcore.local:61208/api/4/quicklook +[2026-03-20T09:51:10.173Z] error: Error calling http://kallilabcore.local:8080/api/settings... +[2026-03-20T09:51:10.173Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T09:51:10.190Z] error: Error calling http://kallilabcore.local:8088/application... +[2026-03-20T09:51:10.190Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T09:51:10.190Z] error: HTTP Error 500 calling http://kallilabcore.local:8088/application +[2026-03-20T09:51:10.192Z] error: Error calling http://kallilabcore.local:20211/devices/totals... +[2026-03-20T09:51:10.192Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T09:51:10.192Z] error: HTTP Error 500 calling http://kallilabcore.local:20211/devices/totals +[2026-03-20T09:51:10.211Z] error: Error calling http://kallilabcore.local:8080/api/summary... +[2026-03-20T09:51:10.212Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T09:51:10.213Z] error: Error calling http://kallilabcore.local:19999/api/v1/info... +[2026-03-20T09:51:10.213Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T09:51:10.222Z] error: Error calling http://kallilabcore.local:61208/api/4/system... +[2026-03-20T09:51:10.223Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T09:51:10.223Z] error: HTTP Error 500 calling http://kallilabcore.local:61208/api/4/system +[2026-03-20T09:51:10.233Z] error: Error calling http://kallilabcore.local:8543/admin/api.php... +[2026-03-20T09:51:10.233Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T09:51:10.323Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:51:10.323Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:51:10.324Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:51:10.324Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:51:10.324Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:51:10.324Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:51:10.325Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:51:10.325Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:51:10.325Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:51:10.325Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:51:10.325Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:51:10.326Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:51:10.326Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:51:10.326Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:51:10.326Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:51:10.326Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:51:10.326Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:51:10.327Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:51:10.327Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:51:10.327Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:51:10.336Z] error: Error calling http://kallilabcore.local:9935/api/households/statistics... +[2026-03-20T09:51:10.336Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T09:51:10.336Z] error: Error calling http://kallilabcore.local:8088/client... +[2026-03-20T09:51:10.336Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T09:51:10.336Z] error: HTTP Error 500 calling http://kallilabcore.local:9935/api/households/statistics +[2026-03-20T09:51:10.336Z] error: HTTP Error 500 calling http://kallilabcore.local:8088/client +[2026-03-20T09:51:10.345Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:51:10.345Z] warn: Drive not found for target: /mnt/disk1 +[2026-03-20T09:51:10.346Z] warn: Drive not found for target: /mnt/cache +[2026-03-20T09:51:10.371Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:51:10.371Z] warn: Drive not found for target: /mnt/user +[2026-03-20T09:51:10.408Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:51:10.408Z] error: Error calling http://kallilabcore.local:32400/status/sessions... +[2026-03-20T09:51:10.408Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T09:51:10.409Z] error: Error calling http://kallilabcore.local:8000/api/statistics/... +[2026-03-20T09:51:10.409Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T09:51:10.409Z] error: Error calling http://kallilabcore.local:2283/api/server-info/version... +[2026-03-20T09:51:10.409Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T09:51:10.409Z] error: Error calling http://kallilabcore.local:2283/api/server-info/stats... +[2026-03-20T09:51:10.409Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T09:51:10.409Z] error: HTTP 500 communicating with Plex. Data: [object Object] +[2026-03-20T09:51:10.409Z] error: HTTP Error 500 calling http://kallilabcore.local:8000/api/statistics/?format=json +[2026-03-20T09:51:10.409Z] error: HTTP Error 500 calling http://kallilabcore.local:2283/api/server-info/version +[2026-03-20T09:51:10.409Z] error: HTTP Error 500 calling http://kallilabcore.local:2283/api/server-info/stats +[2026-03-20T09:51:10.410Z] error: TypeError: The first argument must be of type string or an instance of Buffer, ArrayBuffer, or Array or an Array-like Object. Received an instance of Object + at Function.from (node:buffer:328:9) + at p (/app/.next/server/pages/api/services/proxy.js:58:46884) + at process.processTicksAndRejections (node:internal/process/task_queues:103:5) + at async l (/app/.next/server/pages/api/services/proxy.js:41:19184) + at async tA (/app/node_modules/.pnpm/next@15.5.11_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:1:105856) + at async tT.render (/app/node_modules/.pnpm/next@15.5.11_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:1:106571) + at async Module.m (/app/.next/server/pages/api/services/proxy.js:58:29770) + at async NextNodeServer.runApi (/app/node_modules/.pnpm/next@15.5.11_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/next-server.js:766:9) + at async NextNodeServer.handleCatchallRenderRequest (/app/node_modules/.pnpm/next@15.5.11_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/next-server.js:390:37) + at async NextNodeServer.handleRequestImpl (/app/node_modules/.pnpm/next@15.5.11_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/base-server.js:916:17) +[2026-03-20T09:51:10.413Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:51:10.418Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:51:10.424Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:51:10.446Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:51:10.449Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:51:10.458Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:51:10.471Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:51:10.475Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:51:10.477Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:51:10.480Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:51:10.482Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:51:10.483Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:51:10.487Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:51:10.495Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:51:10.498Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:51:10.503Z] error: Error getting services from Docker server 'my-docker': [Error: connect ENOENT /var/run/docker.sock] { + errno: -2, + code: 'ENOENT', + syscall: 'connect', + address: '/var/run/docker.sock' +} +[2026-03-20T09:51:10.553Z] error: Error calling https://kallilabcore.local:9443/api/endpoints/1/docker/containers/json... +[2026-03-20T09:51:10.553Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T09:51:10.553Z] error: HTTP Error 500 calling https://kallilabcore.local:9443/api/endpoints/1/docker/containers/json?all=1 +[2026-03-20T09:51:10.588Z] error: HTTP Error 401 calling https://api.tailscale.com/api/v2/device/YOUR_TAILSCALE_DEVICE_ID +[2026-03-20T09:51:10.590Z] error: Error calling http://kallilabcore.local:3001/api/status-page/YOUR_UPTIME_STATUS_PAGE_SLUG... +[2026-03-20T09:51:10.590Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T09:51:10.601Z] error: Error calling http://kallilabcore.local:3001/api/status-page/heartbeat/YOUR_UPTIME_STATUS_PAGE_SLUG... +[2026-03-20T09:51:10.601Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T09:51:10.604Z] error: Error calling http://kallilabcore.local:61208/api/4/system... +[2026-03-20T09:51:10.604Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T09:51:10.604Z] error: HTTP Error 500 calling http://kallilabcore.local:61208/api/4/system +[2026-03-20T09:51:10.619Z] error: Error calling http://kallilabcore.local:8080/api/settings... +[2026-03-20T09:51:10.619Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T09:51:10.623Z] error: Error calling http://kallilabcore.local:61208/api/4/quicklook... +[2026-03-20T09:51:10.623Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T09:51:10.624Z] error: HTTP Error 500 calling http://kallilabcore.local:61208/api/4/quicklook +[2026-03-20T09:51:10.630Z] error: Error calling http://kallilabcore.local:6969/graphql... +[2026-03-20T09:51:10.631Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T09:51:10.650Z] error: Error calling http://kallilabcore.local:20211/devices/totals... +[2026-03-20T09:51:10.650Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T09:51:10.650Z] error: HTTP Error 500 calling http://kallilabcore.local:20211/devices/totals +[2026-03-20T09:51:10.662Z] error: Error calling http://kallilabcore.local:8088/application... +[2026-03-20T09:51:10.662Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T09:51:10.662Z] error: HTTP Error 500 calling http://kallilabcore.local:8088/application +[2026-03-20T09:51:10.668Z] error: Error calling http://kallilabcore.local:8080/api/summary... +[2026-03-20T09:51:10.668Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T09:51:10.676Z] error: Error calling http://kallilabcore.local:19999/api/v1/info... +[2026-03-20T09:51:10.676Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T09:51:10.689Z] error: Error calling http://kallilabcore.local:8088/client... +[2026-03-20T09:51:10.689Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T09:51:10.689Z] error: HTTP Error 500 calling http://kallilabcore.local:8088/client +[2026-03-20T09:51:10.697Z] error: Error calling http://kallilabcore.local:8543/admin/api.php... +[2026-03-20T09:51:10.697Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T09:51:10.705Z] error: Error calling http://kallilabcore.local:8000/api/statistics/... +[2026-03-20T09:51:10.705Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T09:51:10.705Z] error: HTTP Error 500 calling http://kallilabcore.local:8000/api/statistics/?format=json +[2026-03-20T09:51:10.717Z] error: Error calling http://kallilabcore.local:8088/message... +[2026-03-20T09:51:10.717Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T09:51:10.717Z] error: HTTP Error 500 calling http://kallilabcore.local:8088/message +[2026-03-20T09:51:10.724Z] error: Error calling http://kallilabcore.local:9935/api/households/statistics... +[2026-03-20T09:51:10.724Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T09:51:10.724Z] error: HTTP Error 500 calling http://kallilabcore.local:9935/api/households/statistics +[2026-03-20T09:51:10.737Z] error: Error calling http://kallilabcore.local:2283/api/server-info/version... +[2026-03-20T09:51:10.737Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T09:51:10.737Z] error: HTTP Error 500 calling http://kallilabcore.local:2283/api/server-info/version +[2026-03-20T09:51:10.746Z] error: Error calling http://kallilabcore.local:32400/status/sessions... +[2026-03-20T09:51:10.747Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T09:51:10.747Z] error: HTTP 500 communicating with Plex. Data: [object Object] +[2026-03-20T09:51:10.747Z] error: TypeError: The first argument must be of type string or an instance of Buffer, ArrayBuffer, or Array or an Array-like Object. Received an instance of Object + at Function.from (node:buffer:328:9) + at p (/app/.next/server/pages/api/services/proxy.js:58:46884) + at process.processTicksAndRejections (node:internal/process/task_queues:103:5) + at async l (/app/.next/server/pages/api/services/proxy.js:41:19184) + at async tA (/app/node_modules/.pnpm/next@15.5.11_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:1:105856) + at async tT.render (/app/node_modules/.pnpm/next@15.5.11_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:1:106571) + at async Module.m (/app/.next/server/pages/api/services/proxy.js:58:29770) + at async NextNodeServer.runApi (/app/node_modules/.pnpm/next@15.5.11_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/next-server.js:766:9) + at async NextNodeServer.handleCatchallRenderRequest (/app/node_modules/.pnpm/next@15.5.11_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/next-server.js:390:37) + at async NextNodeServer.handleRequestImpl (/app/node_modules/.pnpm/next@15.5.11_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/base-server.js:916:17) +[2026-03-20T09:51:10.758Z] error: Error calling http://kallilabcore.local:2283/api/server-info/stats... +[2026-03-20T09:51:10.758Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T09:51:10.758Z] error: HTTP Error 500 calling http://kallilabcore.local:2283/api/server-info/stats +[2026-03-20T09:51:10.765Z] error: Error calling http://kallilabcore.local:6969/graphql... +[2026-03-20T09:51:10.765Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T09:51:13.133Z] warn: Drive not found for target: /mnt/disk1 +[2026-03-20T09:51:13.133Z] warn: Drive not found for target: /mnt/cache +[2026-03-20T09:51:13.134Z] warn: Drive not found for target: /mnt/user +[2026-03-20T09:51:13.338Z] error: Error calling http://kallilabcore.local:61208/api/4/quicklook... +[2026-03-20T09:51:13.338Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T09:51:13.338Z] error: HTTP Error 500 calling http://kallilabcore.local:61208/api/4/quicklook +[2026-03-20T09:51:15.359Z] error: Error calling http://kallilabcore.local:32400/status/sessions... +[2026-03-20T09:51:15.360Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T09:51:15.360Z] error: HTTP 500 communicating with Plex. Data: [object Object] +[2026-03-20T09:51:15.360Z] error: TypeError: The first argument must be of type string or an instance of Buffer, ArrayBuffer, or Array or an Array-like Object. Received an instance of Object + at Function.from (node:buffer:328:9) + at p (/app/.next/server/pages/api/services/proxy.js:58:46884) + at process.processTicksAndRejections (node:internal/process/task_queues:103:5) + at async l (/app/.next/server/pages/api/services/proxy.js:41:19184) + at async tA (/app/node_modules/.pnpm/next@15.5.11_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:1:105856) + at async tT.render (/app/node_modules/.pnpm/next@15.5.11_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:1:106571) + at async Module.m (/app/.next/server/pages/api/services/proxy.js:58:29770) + at async NextNodeServer.runApi (/app/node_modules/.pnpm/next@15.5.11_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/next-server.js:766:9) + at async NextNodeServer.handleCatchallRenderRequest (/app/node_modules/.pnpm/next@15.5.11_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/next-server.js:390:37) + at async NextNodeServer.handleRequestImpl (/app/node_modules/.pnpm/next@15.5.11_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/base-server.js:916:17) +[2026-03-20T09:51:15.418Z] error: Error calling http://kallilabcore.local:61208/api/4/quicklook... +[2026-03-20T09:51:15.418Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T09:51:15.418Z] error: HTTP Error 500 calling http://kallilabcore.local:61208/api/4/quicklook +[2026-03-20T09:51:16.170Z] warn: Drive not found for target: /mnt/cache +[2026-03-20T09:51:16.170Z] warn: Drive not found for target: /mnt/user +[2026-03-20T09:51:16.171Z] warn: Drive not found for target: /mnt/disk1 +[2026-03-20T09:51:17.506Z] error: Error calling http://kallilabcore.local:61208/api/4/quicklook... +[2026-03-20T09:51:17.506Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T09:51:17.506Z] error: HTTP Error 500 calling http://kallilabcore.local:61208/api/4/quicklook +[2026-03-20T09:51:19.211Z] warn: Drive not found for target: /mnt/disk1 +[2026-03-20T09:51:19.213Z] warn: Drive not found for target: /mnt/cache +[2026-03-20T09:51:19.213Z] warn: Drive not found for target: /mnt/user +[2026-03-20T09:51:19.592Z] error: Error calling http://kallilabcore.local:61208/api/4/quicklook... +[2026-03-20T09:51:19.592Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T09:51:19.592Z] error: HTTP Error 500 calling http://kallilabcore.local:61208/api/4/quicklook +[2026-03-20T09:51:20.429Z] error: Error calling http://kallilabcore.local:32400/status/sessions... +[2026-03-20T09:51:20.429Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T09:51:20.429Z] error: HTTP 500 communicating with Plex. Data: [object Object] +[2026-03-20T09:51:20.429Z] error: TypeError: The first argument must be of type string or an instance of Buffer, ArrayBuffer, or Array or an Array-like Object. Received an instance of Object + at Function.from (node:buffer:328:9) + at p (/app/.next/server/pages/api/services/proxy.js:58:46884) + at process.processTicksAndRejections (node:internal/process/task_queues:103:5) + at async l (/app/.next/server/pages/api/services/proxy.js:41:19184) + at async tA (/app/node_modules/.pnpm/next@15.5.11_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:1:105856) + at async tT.render (/app/node_modules/.pnpm/next@15.5.11_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:1:106571) + at async Module.m (/app/.next/server/pages/api/services/proxy.js:58:29770) + at async NextNodeServer.runApi (/app/node_modules/.pnpm/next@15.5.11_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/next-server.js:766:9) + at async NextNodeServer.handleCatchallRenderRequest (/app/node_modules/.pnpm/next@15.5.11_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/next-server.js:390:37) + at async NextNodeServer.handleRequestImpl (/app/node_modules/.pnpm/next@15.5.11_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/base-server.js:916:17) +[2026-03-20T09:51:21.666Z] error: Error calling http://kallilabcore.local:61208/api/4/quicklook... +[2026-03-20T09:51:21.666Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T09:51:21.666Z] error: HTTP Error 500 calling http://kallilabcore.local:61208/api/4/quicklook +[2026-03-20T09:51:22.247Z] warn: Drive not found for target: /mnt/cache +[2026-03-20T09:51:22.249Z] warn: Drive not found for target: /mnt/disk1 +[2026-03-20T09:51:22.249Z] warn: Drive not found for target: /mnt/user +[2026-03-20T09:51:23.736Z] error: Error calling http://kallilabcore.local:61208/api/4/quicklook... +[2026-03-20T09:51:23.736Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T09:51:23.736Z] error: HTTP Error 500 calling http://kallilabcore.local:61208/api/4/quicklook +[2026-03-20T09:51:25.260Z] warn: Drive not found for target: /mnt/cache +[2026-03-20T09:51:25.276Z] warn: Drive not found for target: /mnt/disk1 +[2026-03-20T09:51:25.276Z] warn: Drive not found for target: /mnt/user +[2026-03-20T09:51:25.498Z] error: Error calling http://kallilabcore.local:32400/status/sessions... +[2026-03-20T09:51:25.498Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T09:51:25.498Z] error: HTTP 500 communicating with Plex. Data: [object Object] +[2026-03-20T09:51:25.498Z] error: TypeError: The first argument must be of type string or an instance of Buffer, ArrayBuffer, or Array or an Array-like Object. Received an instance of Object + at Function.from (node:buffer:328:9) + at p (/app/.next/server/pages/api/services/proxy.js:58:46884) + at process.processTicksAndRejections (node:internal/process/task_queues:103:5) + at async l (/app/.next/server/pages/api/services/proxy.js:41:19184) + at async tA (/app/node_modules/.pnpm/next@15.5.11_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:1:105856) + at async tT.render (/app/node_modules/.pnpm/next@15.5.11_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:1:106571) + at async Module.m (/app/.next/server/pages/api/services/proxy.js:58:29770) + at async NextNodeServer.runApi (/app/node_modules/.pnpm/next@15.5.11_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/next-server.js:766:9) + at async NextNodeServer.handleCatchallRenderRequest (/app/node_modules/.pnpm/next@15.5.11_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/next-server.js:390:37) + at async NextNodeServer.handleRequestImpl (/app/node_modules/.pnpm/next@15.5.11_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/base-server.js:916:17) +[2026-03-20T09:51:25.811Z] error: Error calling http://kallilabcore.local:61208/api/4/quicklook... +[2026-03-20T09:51:25.811Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T09:51:25.811Z] error: HTTP Error 500 calling http://kallilabcore.local:61208/api/4/quicklook +[2026-03-20T09:51:27.900Z] error: Error calling http://kallilabcore.local:61208/api/4/quicklook... +[2026-03-20T09:51:27.900Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T09:51:27.900Z] error: HTTP Error 500 calling http://kallilabcore.local:61208/api/4/quicklook +[2026-03-20T09:51:28.277Z] warn: Drive not found for target: /mnt/cache +[2026-03-20T09:51:28.303Z] warn: Drive not found for target: /mnt/disk1 +[2026-03-20T09:51:28.305Z] warn: Drive not found for target: /mnt/user +[2026-03-20T09:51:29.983Z] error: Error calling http://kallilabcore.local:61208/api/4/quicklook... +[2026-03-20T09:51:29.983Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T09:51:29.983Z] error: HTTP Error 500 calling http://kallilabcore.local:61208/api/4/quicklook +[2026-03-20T09:51:30.571Z] error: Error calling http://kallilabcore.local:32400/status/sessions... +[2026-03-20T09:51:30.571Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T09:51:30.571Z] error: HTTP 500 communicating with Plex. Data: [object Object] +[2026-03-20T09:51:30.571Z] error: TypeError: The first argument must be of type string or an instance of Buffer, ArrayBuffer, or Array or an Array-like Object. Received an instance of Object + at Function.from (node:buffer:328:9) + at p (/app/.next/server/pages/api/services/proxy.js:58:46884) + at process.processTicksAndRejections (node:internal/process/task_queues:103:5) + at async l (/app/.next/server/pages/api/services/proxy.js:41:19184) + at async tA (/app/node_modules/.pnpm/next@15.5.11_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:1:105856) + at async tT.render (/app/node_modules/.pnpm/next@15.5.11_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:1:106571) + at async Module.m (/app/.next/server/pages/api/services/proxy.js:58:29770) + at async NextNodeServer.runApi (/app/node_modules/.pnpm/next@15.5.11_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/next-server.js:766:9) + at async NextNodeServer.handleCatchallRenderRequest (/app/node_modules/.pnpm/next@15.5.11_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/next-server.js:390:37) + at async NextNodeServer.handleRequestImpl (/app/node_modules/.pnpm/next@15.5.11_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/base-server.js:916:17) +[2026-03-20T09:51:31.301Z] warn: Drive not found for target: /mnt/cache +[2026-03-20T09:51:31.324Z] warn: Drive not found for target: /mnt/disk1 +[2026-03-20T09:51:31.327Z] warn: Drive not found for target: /mnt/user +[2026-03-20T09:51:32.071Z] error: Error calling http://kallilabcore.local:61208/api/4/quicklook... +[2026-03-20T09:51:32.072Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T09:51:32.072Z] error: HTTP Error 500 calling http://kallilabcore.local:61208/api/4/quicklook +[2026-03-20T09:51:34.151Z] error: Error calling http://kallilabcore.local:61208/api/4/quicklook... +[2026-03-20T09:51:34.151Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T09:51:34.151Z] error: HTTP Error 500 calling http://kallilabcore.local:61208/api/4/quicklook +[2026-03-20T09:52:31.661Z] error: Error calling http://kallilabcore.local:61208/api/4/quicklook... +[2026-03-20T09:52:31.661Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T09:52:31.661Z] error: HTTP Error 500 calling http://kallilabcore.local:61208/api/4/quicklook +[2026-03-20T09:52:31.743Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:52:31.776Z] warn: Drive not found for target: /mnt/cache +[2026-03-20T09:52:31.779Z] warn: Drive not found for target: /mnt/user +[2026-03-20T09:52:31.782Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:52:31.783Z] warn: Drive not found for target: /mnt/disk1 +[2026-03-20T09:52:31.792Z] error: Error getting services from Docker server 'my-docker': [Error: connect ENOENT /var/run/docker.sock] { + errno: -2, + code: 'ENOENT', + syscall: 'connect', + address: '/var/run/docker.sock' +} +[2026-03-20T09:52:31.798Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:52:31.801Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:52:31.806Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:52:31.807Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:52:31.809Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:52:31.811Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:52:31.814Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:52:31.820Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:52:31.822Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:52:31.826Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:52:31.830Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:52:31.833Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:52:31.836Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:52:31.838Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:52:31.842Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:52:31.843Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:52:31.847Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:52:31.851Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:52:31.853Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:52:31.863Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:52:31.870Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:52:31.880Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:52:31.882Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:52:31.887Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:52:31.889Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:52:31.894Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:52:31.896Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:52:31.898Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:52:31.899Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:52:31.901Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:52:31.904Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:52:31.907Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:52:31.913Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:52:31.916Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:52:31.921Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:52:31.951Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:52:31.998Z] error: Error calling https://kallilabcore.local:9443/api/endpoints/1/docker/containers/json... +[2026-03-20T09:52:31.999Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T09:52:31.999Z] error: HTTP Error 500 calling https://kallilabcore.local:9443/api/endpoints/1/docker/containers/json?all=1 +[2026-03-20T09:52:32.002Z] error: HTTP Error 401 calling https://api.tailscale.com/api/v2/device/YOUR_TAILSCALE_DEVICE_ID +[2026-03-20T09:52:32.008Z] error: Error calling http://kallilabcore.local:19999/api/v1/info... +[2026-03-20T09:52:32.008Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T09:52:32.019Z] error: Error calling http://kallilabcore.local:61208/api/4/system... +[2026-03-20T09:52:32.019Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T09:52:32.019Z] error: HTTP Error 500 calling http://kallilabcore.local:61208/api/4/system +[2026-03-20T09:52:32.025Z] error: Error calling http://kallilabcore.local:20211/devices/totals... +[2026-03-20T09:52:32.025Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T09:52:32.025Z] error: HTTP Error 500 calling http://kallilabcore.local:20211/devices/totals +[2026-03-20T09:52:32.031Z] error: Error calling http://kallilabcore.local:8080/api/settings... +[2026-03-20T09:52:32.031Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T09:52:32.043Z] error: Error calling http://kallilabcore.local:3001/api/status-page/heartbeat/YOUR_UPTIME_STATUS_PAGE_SLUG... +[2026-03-20T09:52:32.043Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T09:52:32.049Z] error: Error calling http://kallilabcore.local:8088/application... +[2026-03-20T09:52:32.049Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T09:52:32.049Z] error: HTTP Error 500 calling http://kallilabcore.local:8088/application +[2026-03-20T09:52:32.061Z] error: Error calling http://kallilabcore.local:8080/api/summary... +[2026-03-20T09:52:32.061Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T09:52:32.072Z] error: Error calling http://kallilabcore.local:8088/client... +[2026-03-20T09:52:32.073Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T09:52:32.073Z] error: HTTP Error 500 calling http://kallilabcore.local:8088/client +[2026-03-20T09:52:32.086Z] error: Error calling http://kallilabcore.local:8000/api/statistics/... +[2026-03-20T09:52:32.087Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T09:52:32.087Z] error: HTTP Error 500 calling http://kallilabcore.local:8000/api/statistics/?format=json +[2026-03-20T09:52:32.091Z] error: Error calling http://kallilabcore.local:8543/admin/api.php... +[2026-03-20T09:52:32.091Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T09:52:32.099Z] error: Error calling http://kallilabcore.local:3001/api/status-page/YOUR_UPTIME_STATUS_PAGE_SLUG... +[2026-03-20T09:52:32.099Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T09:52:32.107Z] error: Error calling http://kallilabcore.local:8088/message... +[2026-03-20T09:52:32.107Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T09:52:32.107Z] error: HTTP Error 500 calling http://kallilabcore.local:8088/message +[2026-03-20T09:52:32.123Z] error: Error calling http://kallilabcore.local:32400/status/sessions... +[2026-03-20T09:52:32.123Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T09:52:32.123Z] error: HTTP 500 communicating with Plex. Data: [object Object] +[2026-03-20T09:52:32.124Z] error: TypeError: The first argument must be of type string or an instance of Buffer, ArrayBuffer, or Array or an Array-like Object. Received an instance of Object + at Function.from (node:buffer:328:9) + at p (/app/.next/server/pages/api/services/proxy.js:58:46884) + at process.processTicksAndRejections (node:internal/process/task_queues:103:5) + at async l (/app/.next/server/pages/api/services/proxy.js:41:19184) + at async tA (/app/node_modules/.pnpm/next@15.5.11_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:1:105856) + at async tT.render (/app/node_modules/.pnpm/next@15.5.11_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:1:106571) + at async Module.m (/app/.next/server/pages/api/services/proxy.js:58:29770) + at async NextNodeServer.runApi (/app/node_modules/.pnpm/next@15.5.11_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/next-server.js:766:9) + at async NextNodeServer.handleCatchallRenderRequest (/app/node_modules/.pnpm/next@15.5.11_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/next-server.js:390:37) + at async NextNodeServer.handleRequestImpl (/app/node_modules/.pnpm/next@15.5.11_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/base-server.js:916:17) +[2026-03-20T09:52:32.128Z] error: Error calling http://kallilabcore.local:9935/api/households/statistics... +[2026-03-20T09:52:32.128Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T09:52:32.128Z] error: HTTP Error 500 calling http://kallilabcore.local:9935/api/households/statistics +[2026-03-20T09:52:32.141Z] error: Error calling http://kallilabcore.local:2283/api/server-info/stats... +[2026-03-20T09:52:32.141Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T09:52:32.141Z] error: HTTP Error 500 calling http://kallilabcore.local:2283/api/server-info/stats +[2026-03-20T09:52:32.148Z] error: Error calling http://kallilabcore.local:2283/api/server-info/version... +[2026-03-20T09:52:32.148Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T09:52:32.148Z] error: HTTP Error 500 calling http://kallilabcore.local:2283/api/server-info/version +[2026-03-20T09:52:33.804Z] error: Error calling http://kallilabcore.local:61208/api/4/quicklook... +[2026-03-20T09:52:33.805Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T09:52:33.805Z] error: HTTP Error 500 calling http://kallilabcore.local:61208/api/4/quicklook +[2026-03-20T09:52:35.879Z] error: Error calling http://kallilabcore.local:61208/api/4/quicklook... +[2026-03-20T09:52:35.880Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T09:52:35.880Z] error: HTTP Error 500 calling http://kallilabcore.local:61208/api/4/quicklook +[2026-03-20T09:52:36.650Z] warn: Drive not found for target: /mnt/disk1 +[2026-03-20T09:52:36.650Z] warn: Drive not found for target: /mnt/user +[2026-03-20T09:52:36.650Z] warn: Drive not found for target: /mnt/cache +[2026-03-20T09:52:37.193Z] error: Error calling http://kallilabcore.local:32400/status/sessions... +[2026-03-20T09:52:37.193Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T09:52:37.193Z] error: HTTP 500 communicating with Plex. Data: [object Object] +[2026-03-20T09:52:37.194Z] error: TypeError: The first argument must be of type string or an instance of Buffer, ArrayBuffer, or Array or an Array-like Object. Received an instance of Object + at Function.from (node:buffer:328:9) + at p (/app/.next/server/pages/api/services/proxy.js:58:46884) + at process.processTicksAndRejections (node:internal/process/task_queues:103:5) + at async l (/app/.next/server/pages/api/services/proxy.js:41:19184) + at async tA (/app/node_modules/.pnpm/next@15.5.11_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:1:105856) + at async tT.render (/app/node_modules/.pnpm/next@15.5.11_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:1:106571) + at async Module.m (/app/.next/server/pages/api/services/proxy.js:58:29770) + at async NextNodeServer.runApi (/app/node_modules/.pnpm/next@15.5.11_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/next-server.js:766:9) + at async NextNodeServer.handleCatchallRenderRequest (/app/node_modules/.pnpm/next@15.5.11_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/next-server.js:390:37) + at async NextNodeServer.handleRequestImpl (/app/node_modules/.pnpm/next@15.5.11_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/base-server.js:916:17) +[2026-03-20T09:52:37.946Z] error: Error calling http://kallilabcore.local:61208/api/4/quicklook... +[2026-03-20T09:52:37.946Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T09:52:37.946Z] error: HTTP Error 500 calling http://kallilabcore.local:61208/api/4/quicklook +[2026-03-20T09:52:38.583Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:52:38.584Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:52:38.587Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:52:38.594Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:52:38.596Z] error: Error getting services from Docker server 'my-docker': [Error: connect ENOENT /var/run/docker.sock] { + errno: -2, + code: 'ENOENT', + syscall: 'connect', + address: '/var/run/docker.sock' +} +[2026-03-20T09:52:38.597Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:52:38.598Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:52:38.600Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:52:38.604Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:52:38.606Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:52:38.610Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:52:38.612Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:52:38.614Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:52:38.617Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:52:38.621Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:52:38.625Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:52:38.628Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:52:38.631Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:52:38.633Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:52:38.636Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:52:38.638Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:52:38.644Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:52:38.650Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:52:38.655Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:52:38.657Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:52:38.661Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:52:38.664Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:52:38.666Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:52:38.671Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:52:38.672Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:52:38.676Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:52:38.678Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:52:38.680Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:52:38.682Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:52:38.684Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:52:38.685Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:52:38.687Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:52:38.688Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:52:38.690Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:52:38.811Z] error: Error calling https://kallilabcore.local:9443/api/endpoints/1/docker/containers/json... +[2026-03-20T09:52:38.811Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T09:52:38.811Z] error: HTTP Error 500 calling https://kallilabcore.local:9443/api/endpoints/1/docker/containers/json?all=1 +[2026-03-20T09:52:38.817Z] error: Error calling http://kallilabcore.local:3001/api/status-page/YOUR_UPTIME_STATUS_PAGE_SLUG... +[2026-03-20T09:52:38.817Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T09:52:38.818Z] error: HTTP Error 401 calling https://api.tailscale.com/api/v2/device/YOUR_TAILSCALE_DEVICE_ID +[2026-03-20T09:52:38.827Z] error: Error calling http://kallilabcore.local:3001/api/status-page/heartbeat/YOUR_UPTIME_STATUS_PAGE_SLUG... +[2026-03-20T09:52:38.827Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T09:52:38.842Z] error: Error calling http://kallilabcore.local:8080/api/settings... +[2026-03-20T09:52:38.842Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T09:52:38.845Z] error: Error calling http://kallilabcore.local:61208/api/4/system... +[2026-03-20T09:52:38.845Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T09:52:38.845Z] error: HTTP Error 500 calling http://kallilabcore.local:61208/api/4/system +[2026-03-20T09:52:38.858Z] error: Error calling http://kallilabcore.local:8080/api/summary... +[2026-03-20T09:52:38.858Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T09:52:38.935Z] error: Error calling http://kallilabcore.local:19999/api/v1/info... +[2026-03-20T09:52:38.935Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T09:52:38.940Z] error: Error calling http://kallilabcore.local:20211/devices/totals... +[2026-03-20T09:52:38.940Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T09:52:38.940Z] error: HTTP Error 500 calling http://kallilabcore.local:20211/devices/totals +[2026-03-20T09:52:39.022Z] error: Error calling http://kallilabcore.local:8088/application... +[2026-03-20T09:52:39.023Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T09:52:39.023Z] error: HTTP Error 500 calling http://kallilabcore.local:8088/application +[2026-03-20T09:52:39.030Z] error: Error calling http://kallilabcore.local:8088/message... +[2026-03-20T09:52:39.030Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T09:52:39.030Z] error: HTTP Error 500 calling http://kallilabcore.local:8088/message +[2026-03-20T09:52:39.042Z] error: Error calling http://kallilabcore.local:8543/admin/api.php... +[2026-03-20T09:52:39.042Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T09:52:39.051Z] error: Error calling http://kallilabcore.local:8088/client... +[2026-03-20T09:52:39.051Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T09:52:39.051Z] error: HTTP Error 500 calling http://kallilabcore.local:8088/client +[2026-03-20T09:52:39.062Z] error: Error calling http://kallilabcore.local:2283/api/server-info/version... +[2026-03-20T09:52:39.062Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T09:52:39.062Z] error: HTTP Error 500 calling http://kallilabcore.local:2283/api/server-info/version +[2026-03-20T09:52:39.068Z] error: Error calling http://kallilabcore.local:8000/api/statistics/... +[2026-03-20T09:52:39.069Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T09:52:39.069Z] error: HTTP Error 500 calling http://kallilabcore.local:8000/api/statistics/?format=json +[2026-03-20T09:52:39.077Z] error: Error calling http://kallilabcore.local:9935/api/households/statistics... +[2026-03-20T09:52:39.077Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T09:52:39.077Z] error: HTTP Error 500 calling http://kallilabcore.local:9935/api/households/statistics +[2026-03-20T09:52:39.083Z] error: Error calling http://kallilabcore.local:2283/api/server-info/stats... +[2026-03-20T09:52:39.084Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T09:52:39.084Z] error: HTTP Error 500 calling http://kallilabcore.local:2283/api/server-info/stats +[2026-03-20T09:52:39.693Z] warn: Drive not found for target: /mnt/user +[2026-03-20T09:52:39.693Z] warn: Drive not found for target: /mnt/cache +[2026-03-20T09:52:39.694Z] warn: Drive not found for target: /mnt/disk1 +[2026-03-20T09:53:20.021Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:53:20.032Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:53:20.040Z] warn: Drive not found for target: /mnt/user +[2026-03-20T09:53:20.046Z] warn: Drive not found for target: /mnt/cache +[2026-03-20T09:53:20.055Z] error: Error getting services from Docker server 'my-docker': [Error: connect ENOENT /var/run/docker.sock] { + errno: -2, + code: 'ENOENT', + syscall: 'connect', + address: '/var/run/docker.sock' +} +[2026-03-20T09:53:20.067Z] warn: Drive not found for target: /mnt/disk1 +[2026-03-20T09:53:20.072Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:53:20.078Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:53:20.082Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:53:20.084Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:53:20.087Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:53:20.091Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:53:20.093Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:53:20.101Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:53:20.104Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:53:20.109Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:53:20.111Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:53:20.114Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:53:20.117Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:53:20.119Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:53:20.123Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:53:20.126Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:53:20.130Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:53:20.133Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:53:20.138Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:53:20.140Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:53:20.144Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:53:20.148Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:53:20.153Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:53:20.159Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:53:20.161Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:53:20.167Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:53:20.169Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:53:20.174Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:53:20.176Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:53:20.179Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:53:20.181Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:53:20.184Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:53:20.186Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:53:20.195Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:53:20.198Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:53:20.201Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:53:20.302Z] error: Error calling https://kallilabcore.local:9443/api/endpoints/1/docker/containers/json... +[2026-03-20T09:53:20.302Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T09:53:20.302Z] error: HTTP Error 500 calling https://kallilabcore.local:9443/api/endpoints/1/docker/containers/json?all=1 +[2026-03-20T09:53:20.306Z] error: Error calling http://kallilabcore.local:3001/api/status-page/heartbeat/YOUR_UPTIME_STATUS_PAGE_SLUG... +[2026-03-20T09:53:20.306Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T09:53:20.307Z] error: HTTP Error 401 calling https://api.tailscale.com/api/v2/device/YOUR_TAILSCALE_DEVICE_ID +[2026-03-20T09:53:20.316Z] error: Error calling http://kallilabcore.local:3001/api/status-page/YOUR_UPTIME_STATUS_PAGE_SLUG... +[2026-03-20T09:53:20.316Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T09:53:20.321Z] error: Error calling http://kallilabcore.local:61208/api/4/quicklook... +[2026-03-20T09:53:20.321Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T09:53:20.321Z] error: HTTP Error 500 calling http://kallilabcore.local:61208/api/4/quicklook +[2026-03-20T09:53:20.336Z] error: Error calling http://kallilabcore.local:61208/api/4/system... +[2026-03-20T09:53:20.336Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T09:53:20.336Z] error: HTTP Error 500 calling http://kallilabcore.local:61208/api/4/system +[2026-03-20T09:53:20.357Z] error: Error calling http://kallilabcore.local:8080/api/settings... +[2026-03-20T09:53:20.357Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T09:53:20.358Z] error: Error calling http://kallilabcore.local:8080/api/summary... +[2026-03-20T09:53:20.358Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T09:53:20.378Z] error: Error calling http://kallilabcore.local:8088/client... +[2026-03-20T09:53:20.378Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T09:53:20.379Z] error: HTTP Error 500 calling http://kallilabcore.local:8088/client +[2026-03-20T09:53:20.381Z] error: Error calling http://kallilabcore.local:19999/api/v1/info... +[2026-03-20T09:53:20.381Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T09:53:20.396Z] error: Error calling http://kallilabcore.local:8088/application... +[2026-03-20T09:53:20.397Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T09:53:20.397Z] error: HTTP Error 500 calling http://kallilabcore.local:8088/application +[2026-03-20T09:53:20.399Z] error: Error calling http://kallilabcore.local:8543/admin/api.php... +[2026-03-20T09:53:20.399Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T09:53:20.413Z] error: Error calling http://kallilabcore.local:8088/message... +[2026-03-20T09:53:20.413Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T09:53:20.413Z] error: HTTP Error 500 calling http://kallilabcore.local:8088/message +[2026-03-20T09:53:20.419Z] error: Error calling http://kallilabcore.local:20211/devices/totals... +[2026-03-20T09:53:20.419Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T09:53:20.419Z] error: HTTP Error 500 calling http://kallilabcore.local:20211/devices/totals +[2026-03-20T09:53:20.439Z] error: Error calling http://kallilabcore.local:9935/api/households/statistics... +[2026-03-20T09:53:20.439Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T09:53:20.439Z] error: HTTP Error 500 calling http://kallilabcore.local:9935/api/households/statistics +[2026-03-20T09:53:20.440Z] error: Error calling http://kallilabcore.local:8000/api/statistics/... +[2026-03-20T09:53:20.440Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T09:53:20.440Z] error: HTTP Error 500 calling http://kallilabcore.local:8000/api/statistics/?format=json +[2026-03-20T09:53:20.455Z] error: Error calling http://kallilabcore.local:2283/api/server-info/version... +[2026-03-20T09:53:20.455Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T09:53:20.455Z] error: HTTP Error 500 calling http://kallilabcore.local:2283/api/server-info/version +[2026-03-20T09:53:20.458Z] error: Error calling http://kallilabcore.local:2283/api/server-info/stats... +[2026-03-20T09:53:20.458Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T09:53:20.458Z] error: HTTP Error 500 calling http://kallilabcore.local:2283/api/server-info/stats +[2026-03-20T09:53:20.473Z] error: Error calling http://kallilabcore.local:32400/status/sessions... +[2026-03-20T09:53:20.473Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T09:53:20.473Z] error: HTTP 500 communicating with Plex. Data: [object Object] +[2026-03-20T09:53:20.473Z] error: TypeError: The first argument must be of type string or an instance of Buffer, ArrayBuffer, or Array or an Array-like Object. Received an instance of Object + at Function.from (node:buffer:328:9) + at p (/app/.next/server/pages/api/services/proxy.js:58:46884) + at process.processTicksAndRejections (node:internal/process/task_queues:103:5) + at async l (/app/.next/server/pages/api/services/proxy.js:41:19184) + at async tA (/app/node_modules/.pnpm/next@15.5.11_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:1:105856) + at async tT.render (/app/node_modules/.pnpm/next@15.5.11_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:1:106571) + at async Module.m (/app/.next/server/pages/api/services/proxy.js:58:29770) + at async NextNodeServer.runApi (/app/node_modules/.pnpm/next@15.5.11_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/next-server.js:766:9) + at async NextNodeServer.handleCatchallRenderRequest (/app/node_modules/.pnpm/next@15.5.11_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/next-server.js:390:37) + at async NextNodeServer.handleRequestImpl (/app/node_modules/.pnpm/next@15.5.11_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/base-server.js:916:17) +[2026-03-20T09:53:22.633Z] warn: Drive not found for target: /mnt/cache +[2026-03-20T09:53:22.635Z] warn: Drive not found for target: /mnt/user +[2026-03-20T09:53:22.636Z] warn: Drive not found for target: /mnt/disk1 +[2026-03-20T09:53:22.693Z] error: Error calling http://kallilabcore.local:61208/api/4/quicklook... +[2026-03-20T09:53:22.694Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T09:53:22.694Z] error: HTTP Error 500 calling http://kallilabcore.local:61208/api/4/quicklook +[2026-03-20T09:53:23.650Z] error: Error calling http://kallilabcore.local:32400/status/sessions... +[2026-03-20T09:53:23.651Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T09:53:23.651Z] error: HTTP 500 communicating with Plex. Data: [object Object] +[2026-03-20T09:53:23.651Z] error: TypeError: The first argument must be of type string or an instance of Buffer, ArrayBuffer, or Array or an Array-like Object. Received an instance of Object + at Function.from (node:buffer:328:9) + at p (/app/.next/server/pages/api/services/proxy.js:58:46884) + at process.processTicksAndRejections (node:internal/process/task_queues:103:5) + at async l (/app/.next/server/pages/api/services/proxy.js:41:19184) + at async tA (/app/node_modules/.pnpm/next@15.5.11_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:1:105856) + at async tT.render (/app/node_modules/.pnpm/next@15.5.11_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:1:106571) + at async Module.m (/app/.next/server/pages/api/services/proxy.js:58:29770) + at async NextNodeServer.runApi (/app/node_modules/.pnpm/next@15.5.11_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/next-server.js:766:9) + at async NextNodeServer.handleCatchallRenderRequest (/app/node_modules/.pnpm/next@15.5.11_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/next-server.js:390:37) + at async NextNodeServer.handleRequestImpl (/app/node_modules/.pnpm/next@15.5.11_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/base-server.js:916:17) +[2026-03-20T09:53:24.781Z] error: Error calling http://kallilabcore.local:61208/api/4/quicklook... +[2026-03-20T09:53:24.781Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T09:53:24.781Z] error: HTTP Error 500 calling http://kallilabcore.local:61208/api/4/quicklook +[2026-03-20T09:53:25.662Z] warn: Drive not found for target: /mnt/cache +[2026-03-20T09:53:25.665Z] warn: Drive not found for target: /mnt/disk1 +[2026-03-20T09:53:25.665Z] warn: Drive not found for target: /mnt/user +[2026-03-20T09:53:31.698Z] warn: Drive not found for target: /mnt/user +[2026-03-20T09:53:31.705Z] warn: Drive not found for target: /mnt/cache +[2026-03-20T09:53:31.707Z] warn: Drive not found for target: /mnt/disk1 +[2026-03-20T09:53:31.715Z] error: Error getting services from Docker server 'my-docker': [Error: connect ENOENT /var/run/docker.sock] { + errno: -2, + code: 'ENOENT', + syscall: 'connect', + address: '/var/run/docker.sock' +} +[2026-03-20T09:53:31.720Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:53:31.730Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:53:31.732Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:53:31.734Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:53:31.737Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:53:31.739Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:53:31.740Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:53:31.743Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:53:31.747Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:53:31.752Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:53:31.758Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:53:31.760Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:53:31.764Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:53:31.766Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:53:31.768Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:53:31.769Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:53:31.771Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:53:31.775Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:53:31.777Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:53:31.781Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:53:31.783Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:53:31.787Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:53:31.792Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:53:31.794Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:53:31.800Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:53:31.815Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:53:31.825Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:53:31.829Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:53:31.836Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:53:31.839Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:53:31.843Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:53:31.846Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:53:31.848Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:53:31.850Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:53:31.852Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:53:31.855Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:53:31.857Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:53:31.862Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:53:31.932Z] error: HTTP Error 401 calling https://api.tailscale.com/api/v2/device/YOUR_TAILSCALE_DEVICE_ID +[2026-03-20T09:53:31.940Z] error: Error calling https://kallilabcore.local:9443/api/endpoints/1/docker/containers/json... +[2026-03-20T09:53:31.941Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T09:53:31.941Z] error: HTTP Error 500 calling https://kallilabcore.local:9443/api/endpoints/1/docker/containers/json?all=1 +[2026-03-20T09:53:31.952Z] error: Error calling http://kallilabcore.local:3001/api/status-page/YOUR_UPTIME_STATUS_PAGE_SLUG... +[2026-03-20T09:53:31.952Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T09:53:31.958Z] error: Error calling http://kallilabcore.local:3001/api/status-page/heartbeat/YOUR_UPTIME_STATUS_PAGE_SLUG... +[2026-03-20T09:53:31.958Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T09:53:31.968Z] error: Error calling http://kallilabcore.local:61208/api/4/system... +[2026-03-20T09:53:31.968Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T09:53:31.969Z] error: HTTP Error 500 calling http://kallilabcore.local:61208/api/4/system +[2026-03-20T09:53:31.980Z] error: Error calling http://kallilabcore.local:61208/api/4/quicklook... +[2026-03-20T09:53:31.980Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T09:53:31.980Z] error: HTTP Error 500 calling http://kallilabcore.local:61208/api/4/quicklook +[2026-03-20T09:53:31.983Z] error: Error calling http://kallilabcore.local:8080/api/settings... +[2026-03-20T09:53:31.983Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T09:53:31.995Z] error: Error calling http://kallilabcore.local:8080/api/summary... +[2026-03-20T09:53:31.995Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T09:53:32.007Z] error: Error calling http://kallilabcore.local:20211/devices/totals... +[2026-03-20T09:53:32.007Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T09:53:32.007Z] error: HTTP Error 500 calling http://kallilabcore.local:20211/devices/totals +[2026-03-20T09:53:32.009Z] error: Error calling http://kallilabcore.local:8088/application... +[2026-03-20T09:53:32.010Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T09:53:32.010Z] error: HTTP Error 500 calling http://kallilabcore.local:8088/application +[2026-03-20T09:53:32.024Z] error: Error calling http://kallilabcore.local:19999/api/v1/info... +[2026-03-20T09:53:32.024Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T09:53:32.033Z] error: Error calling http://kallilabcore.local:32400/status/sessions... +[2026-03-20T09:53:32.033Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T09:53:32.033Z] error: HTTP 500 communicating with Plex. Data: [object Object] +[2026-03-20T09:53:32.033Z] error: TypeError: The first argument must be of type string or an instance of Buffer, ArrayBuffer, or Array or an Array-like Object. Received an instance of Object + at Function.from (node:buffer:328:9) + at p (/app/.next/server/pages/api/services/proxy.js:58:46884) + at process.processTicksAndRejections (node:internal/process/task_queues:103:5) + at async l (/app/.next/server/pages/api/services/proxy.js:41:19184) + at async tA (/app/node_modules/.pnpm/next@15.5.11_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:1:105856) + at async tT.render (/app/node_modules/.pnpm/next@15.5.11_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:1:106571) + at async Module.m (/app/.next/server/pages/api/services/proxy.js:58:29770) + at async NextNodeServer.runApi (/app/node_modules/.pnpm/next@15.5.11_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/next-server.js:766:9) + at async NextNodeServer.handleCatchallRenderRequest (/app/node_modules/.pnpm/next@15.5.11_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/next-server.js:390:37) + at async NextNodeServer.handleRequestImpl (/app/node_modules/.pnpm/next@15.5.11_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/base-server.js:916:17) +[2026-03-20T09:53:32.043Z] error: Error calling http://kallilabcore.local:8000/api/statistics/... +[2026-03-20T09:53:32.043Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T09:53:32.043Z] error: HTTP Error 500 calling http://kallilabcore.local:8000/api/statistics/?format=json +[2026-03-20T09:53:32.051Z] error: Error calling http://kallilabcore.local:2283/api/server-info/version... +[2026-03-20T09:53:32.051Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T09:53:32.051Z] error: HTTP Error 500 calling http://kallilabcore.local:2283/api/server-info/version +[2026-03-20T09:53:32.060Z] error: Error calling http://kallilabcore.local:8088/client... +[2026-03-20T09:53:32.061Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T09:53:32.061Z] error: HTTP Error 500 calling http://kallilabcore.local:8088/client +[2026-03-20T09:53:32.068Z] error: Error calling http://kallilabcore.local:2283/api/server-info/stats... +[2026-03-20T09:53:32.068Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T09:53:32.068Z] error: HTTP Error 500 calling http://kallilabcore.local:2283/api/server-info/stats +[2026-03-20T09:53:32.084Z] error: Error calling http://kallilabcore.local:9935/api/households/statistics... +[2026-03-20T09:53:32.084Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T09:53:32.084Z] error: HTTP Error 500 calling http://kallilabcore.local:9935/api/households/statistics +[2026-03-20T09:53:32.088Z] error: Error calling http://kallilabcore.local:8088/message... +[2026-03-20T09:53:32.088Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T09:53:32.088Z] error: HTTP Error 500 calling http://kallilabcore.local:8088/message +[2026-03-20T09:53:32.093Z] error: Error calling http://kallilabcore.local:8543/admin/api.php... +[2026-03-20T09:53:32.093Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T09:53:34.068Z] error: Error calling http://kallilabcore.local:61208/api/4/quicklook... +[2026-03-20T09:53:34.068Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T09:53:34.068Z] error: HTTP Error 500 calling http://kallilabcore.local:61208/api/4/quicklook +[2026-03-20T09:55:23.141Z] warn: Drive not found for target: /mnt/cache +[2026-03-20T09:55:23.151Z] warn: Drive not found for target: /mnt/user +[2026-03-20T09:55:23.153Z] warn: Drive not found for target: /mnt/disk1 +[2026-03-20T09:55:23.157Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:55:23.165Z] error: Error getting services from Docker server 'my-docker': [Error: connect ENOENT /var/run/docker.sock] { + errno: -2, + code: 'ENOENT', + syscall: 'connect', + address: '/var/run/docker.sock' +} +[2026-03-20T09:55:23.171Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:55:23.175Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:55:23.179Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:55:23.184Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:55:23.187Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:55:23.189Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:55:23.191Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:55:23.194Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:55:23.199Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:55:23.201Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:55:23.206Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:55:23.208Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:55:23.209Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:55:23.213Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:55:23.215Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:55:23.221Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:55:23.224Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:55:23.228Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:55:23.232Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:55:23.234Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:55:23.240Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:55:23.245Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:55:23.247Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:55:23.251Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:55:23.253Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:55:23.258Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:55:23.262Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:55:23.266Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:55:23.267Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:55:23.269Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:55:23.271Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:55:23.273Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:55:23.275Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:55:23.276Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:55:23.278Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:55:23.281Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:55:23.285Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T09:55:23.395Z] error: HTTP Error 401 calling https://api.tailscale.com/api/v2/device/YOUR_TAILSCALE_DEVICE_ID +[2026-03-20T09:55:23.398Z] error: Error calling https://kallilabcore.local:9443/api/endpoints/1/docker/containers/json... +[2026-03-20T09:55:23.398Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T09:55:23.398Z] error: HTTP Error 500 calling https://kallilabcore.local:9443/api/endpoints/1/docker/containers/json?all=1 +[2026-03-20T09:55:23.402Z] error: Error calling http://kallilabcore.local:3001/api/status-page/YOUR_UPTIME_STATUS_PAGE_SLUG... +[2026-03-20T09:55:23.403Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T09:55:23.412Z] error: Error calling http://kallilabcore.local:3001/api/status-page/heartbeat/YOUR_UPTIME_STATUS_PAGE_SLUG... +[2026-03-20T09:55:23.412Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T09:55:23.417Z] error: Error calling http://kallilabcore.local:61208/api/4/quicklook... +[2026-03-20T09:55:23.417Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T09:55:23.417Z] error: HTTP Error 500 calling http://kallilabcore.local:61208/api/4/quicklook +[2026-03-20T09:55:23.440Z] error: Error calling http://kallilabcore.local:8080/api/settings... +[2026-03-20T09:55:23.440Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T09:55:23.444Z] error: Error calling http://kallilabcore.local:61208/api/4/system... +[2026-03-20T09:55:23.444Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T09:55:23.444Z] error: HTTP Error 500 calling http://kallilabcore.local:61208/api/4/system +[2026-03-20T09:55:23.465Z] error: Error calling http://kallilabcore.local:8080/api/summary... +[2026-03-20T09:55:23.465Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T09:55:23.470Z] error: Error calling http://kallilabcore.local:19999/api/v1/info... +[2026-03-20T09:55:23.470Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T09:55:23.478Z] error: Error calling http://kallilabcore.local:20211/devices/totals... +[2026-03-20T09:55:23.478Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T09:55:23.478Z] error: HTTP Error 500 calling http://kallilabcore.local:20211/devices/totals +[2026-03-20T09:55:23.492Z] error: Error calling http://kallilabcore.local:8088/application... +[2026-03-20T09:55:23.492Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T09:55:23.492Z] error: HTTP Error 500 calling http://kallilabcore.local:8088/application +[2026-03-20T09:55:23.497Z] error: Error calling http://kallilabcore.local:8088/message... +[2026-03-20T09:55:23.497Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T09:55:23.497Z] error: HTTP Error 500 calling http://kallilabcore.local:8088/message +[2026-03-20T09:55:23.516Z] error: Error calling http://kallilabcore.local:8088/client... +[2026-03-20T09:55:23.517Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T09:55:23.517Z] error: HTTP Error 500 calling http://kallilabcore.local:8088/client +[2026-03-20T09:55:23.517Z] error: Error calling http://kallilabcore.local:8543/admin/api.php... +[2026-03-20T09:55:23.517Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T09:55:23.532Z] error: Error calling http://kallilabcore.local:32400/status/sessions... +[2026-03-20T09:55:23.532Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T09:55:23.532Z] error: HTTP 500 communicating with Plex. Data: [object Object] +[2026-03-20T09:55:23.532Z] error: TypeError: The first argument must be of type string or an instance of Buffer, ArrayBuffer, or Array or an Array-like Object. Received an instance of Object + at Function.from (node:buffer:328:9) + at p (/app/.next/server/pages/api/services/proxy.js:58:46884) + at process.processTicksAndRejections (node:internal/process/task_queues:103:5) + at async l (/app/.next/server/pages/api/services/proxy.js:41:19184) + at async tA (/app/node_modules/.pnpm/next@15.5.11_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:1:105856) + at async tT.render (/app/node_modules/.pnpm/next@15.5.11_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:1:106571) + at async Module.m (/app/.next/server/pages/api/services/proxy.js:58:29770) + at async NextNodeServer.runApi (/app/node_modules/.pnpm/next@15.5.11_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/next-server.js:766:9) + at async NextNodeServer.handleCatchallRenderRequest (/app/node_modules/.pnpm/next@15.5.11_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/next-server.js:390:37) + at async NextNodeServer.handleRequestImpl (/app/node_modules/.pnpm/next@15.5.11_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/base-server.js:916:17) +[2026-03-20T09:55:23.538Z] error: Error calling http://kallilabcore.local:8000/api/statistics/... +[2026-03-20T09:55:23.538Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T09:55:23.538Z] error: HTTP Error 500 calling http://kallilabcore.local:8000/api/statistics/?format=json +[2026-03-20T09:55:23.549Z] error: Error calling http://kallilabcore.local:2283/api/server-info/version... +[2026-03-20T09:55:23.549Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T09:55:23.549Z] error: HTTP Error 500 calling http://kallilabcore.local:2283/api/server-info/version +[2026-03-20T09:55:23.555Z] error: Error calling http://kallilabcore.local:9935/api/households/statistics... +[2026-03-20T09:55:23.555Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T09:55:23.555Z] error: HTTP Error 500 calling http://kallilabcore.local:9935/api/households/statistics +[2026-03-20T09:55:23.578Z] error: Error calling http://kallilabcore.local:2283/api/server-info/stats... +[2026-03-20T09:55:23.578Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T09:55:23.578Z] error: HTTP Error 500 calling http://kallilabcore.local:2283/api/server-info/stats