From ae2c083f2011b0a437633d9748d4321610b93b73 Mon Sep 17 00:00:00 2001 From: Micha Date: Fri, 20 Mar 2026 11:20:31 +0100 Subject: [PATCH] Auto-sync: 2026-03-20 11:20:31 --- autosync.log | 6 + custom.css | 479 +----- logs/homepage.log | 3869 +++++++++++++++++++++++++++++++++++++++++++++ settings.yaml | 2 +- 4 files changed, 3936 insertions(+), 420 deletions(-) diff --git a/autosync.log b/autosync.log index 4ff0872..b9be3f3 100644 --- a/autosync.log +++ b/autosync.log @@ -138,3 +138,9 @@ remote: . Processing 1 references remote: Processed 1 references in total To gitea:Micha/homepage.git 8b523bd..9102118 master -> master +[master c382e3e] Auto-sync: 2026-03-20 11:15:31 + 3 files changed, 3787 insertions(+), 3 deletions(-) +remote: . Processing 1 references +remote: Processed 1 references in total +To gitea:Micha/homepage.git + 9102118..c382e3e master -> master diff --git a/custom.css b/custom.css index 6895e39..4eaf9c0 100755 --- a/custom.css +++ b/custom.css @@ -1,82 +1,17 @@ -:root { - --kalilab-bg-1: #07111b; - --kalilab-bg-2: #0b1220; - --kalilab-bg-3: #0f1923; - - --kalilab-panel-bg: rgba(8, 14, 24, 0.48); - --kalilab-panel-border: rgba(72, 202, 228, 0.10); - - --kalilab-card-top: rgba(18, 28, 45, 0.78); - --kalilab-card-bottom: rgba(10, 17, 30, 0.88); - - --kalilab-border: rgba(0, 180, 216, 0.16); - --kalilab-border-hover: rgba(72, 202, 228, 0.34); - - --kalilab-shadow: - 0 8px 22px rgba(0, 0, 0, 0.34), - 0 0 0 1px rgba(0, 180, 216, 0.05); - - --kalilab-shadow-hover: - 0 14px 30px rgba(0, 0, 0, 0.42), - 0 0 0 1px rgba(0, 180, 216, 0.14); - - --kalilab-text: #ecf8ff; - --kalilab-text-soft: #9fb3c8; - --kalilab-text-dim: #7f95ac; - - --kalilab-accent: #00b4d8; - --kalilab-accent-2: #48cae4; - --kalilab-accent-3: #90e0ef; -} - /* ========================= - GLOBAL BACKGROUND + GLOBAL BACKGROUND (SAFE) ========================= */ html, body, #page_container { - background: - linear-gradient(rgba(5, 10, 20, 0.78), rgba(5, 10, 20, 0.86)), - url("/images/background_dashboard.png") center center / cover no-repeat fixed !important; -} - -body, -button, -input, -textarea { - color: var(--kalilab-text) !important; -} - -/* obere Widgets ruhig halten */ -div[class*="information-widget"], -div[class*="widget_resources"], -div[class*="widget_search"], -div[class*="widget_datetime"], -div[class*="widget_greeting"] { - background: transparent !important; - border: none !important; - box-shadow: none !important; -} - -/* Suchfeld */ -input, -input[type="text"], -.search-input { - background: rgba(18, 24, 35, 0.76) !important; - border: 1px solid rgba(255, 255, 255, 0.08) !important; - border-radius: 12px !important; - color: var(--kalilab-text) !important; - box-shadow: inset 0 1px 0 rgba(255,255,255,0.03); -} - -input:focus, -input[type="text"]:focus, -.search-input:focus { - outline: none !important; - border-color: rgba(0, 180, 216, 0.42) !important; - box-shadow: - 0 0 0 3px rgba(0, 180, 216, 0.10), - inset 0 1px 0 rgba(255,255,255,0.04) !important; + background-image: + linear-gradient(rgba(5, 10, 20, 0.80), rgba(5, 10, 20, 0.90)), + url("/images/background_dashboard.png"); + background-position: center center; + background-size: cover; + background-repeat: no-repeat; + background-attachment: fixed; + color: #ecf8ff !important; } /* ========================= @@ -84,427 +19,133 @@ input[type="text"]:focus, ========================= */ 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.025) 0%, rgba(255,255,255,0.01) 100%), - var(--kalilab-panel-bg) !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; + background: rgba(10, 17, 28, 0.55) !important; + border: 1px solid rgba(72, 202, 228, 0.10) !important; backdrop-filter: blur(8px); - -webkit-backdrop-filter: blur(8px); -} - -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; -} - -h2, -.group-title { - color: #e8f7ff !important; - font-weight: 800 !important; - letter-spacing: 0.15px; - margin-bottom: 1rem !important; - text-shadow: 0 0 10px rgba(0, 180, 216, 0.08); } /* ========================= - SERVICE CARDS + CARDS (ALLE EINHEITLICH) ========================= */ .service-card, +.bookmark, .widget-card, -div[class*="service_"] { - position: relative; - overflow: hidden; - min-height: 92px !important; - background: linear-gradient(180deg, var(--kalilab-card-top) 0%, var(--kalilab-card-bottom) 100%) !important; - border: 1px solid var(--kalilab-border) !important; +div[class*="service_"], +div[class*="bookmark_"] { + min-height: 90px !important; border-radius: 14px !important; - box-shadow: var(--kalilab-shadow) !important; - backdrop-filter: blur(10px); - -webkit-backdrop-filter: blur(10px); - transition: - transform 0.18s ease, - box-shadow 0.18s ease, - border-color 0.18s ease, - background 0.18s ease !important; -} - -.service-card::before, -.widget-card::before, -div[class*="service_"]::before { - content: ""; - position: absolute; - top: 0; - left: 12px; - right: 12px; - height: 1px; - background: linear-gradient( - 90deg, - rgba(0, 180, 216, 0) 0%, - rgba(72, 202, 228, 0.55) 50%, - rgba(0, 180, 216, 0) 100% - ); - opacity: 0.75; -} - -.service-card::after, -.widget-card::after, -div[class*="service_"]::after { - content: ""; - position: absolute; - inset: 0; - background: - linear-gradient( - 135deg, - rgba(255,255,255,0.035) 0%, - rgba(255,255,255,0.00) 24%, - rgba(0,180,216,0.025) 100% - ); - pointer-events: none; + border: 1px solid rgba(0, 180, 216, 0.16) !important; + background: linear-gradient(180deg, rgba(18,28,45,0.85), rgba(10,17,30,0.92)) !important; + box-shadow: 0 8px 22px rgba(0,0,0,0.35); + transition: all 0.2s ease !important; } +/* Hover */ .service-card:hover, -.widget-card:hover, -div[class*="service_"]:hover { +.bookmark: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; + border-color: rgba(72, 202, 228, 0.35) !important; } /* ========================= - BOOKMARK CARDS – FINAL FIX + BOOKMARK FIX (WICHTIG!) ========================= */ -.bookmark, -div[class*="bookmark_"] { - position: relative; - overflow: hidden !important; - min-height: 92px !important; - padding: 0 !important; - display: flex !important; - align-items: stretch !important; - background: linear-gradient(180deg, var(--kalilab-card-top) 0%, var(--kalilab-card-bottom) 100%) !important; - border: 1px solid var(--kalilab-border) !important; - border-radius: 14px !important; - box-shadow: var(--kalilab-shadow) !important; - backdrop-filter: blur(10px); - -webkit-backdrop-filter: blur(10px); - transition: - transform 0.18s ease, - box-shadow 0.18s ease, - border-color 0.18s ease, - background 0.18s ease !important; -} - -.bookmark::before, -div[class*="bookmark_"]::before { - content: ""; - position: absolute; - top: 0; - left: 12px; - right: 12px; - height: 1px; - background: linear-gradient( - 90deg, - rgba(0, 180, 216, 0) 0%, - rgba(72, 202, 228, 0.55) 50%, - rgba(0, 180, 216, 0) 100% - ); - opacity: 0.75; -} - -.bookmark::after, -div[class*="bookmark_"]::after { - content: ""; - position: absolute; - inset: 0; - background: - linear-gradient( - 135deg, - rgba(255,255,255,0.035) 0%, - rgba(255,255,255,0.00) 24%, - rgba(0,180,216,0.025) 100% - ); - pointer-events: none; -} - -.bookmark:hover, -div[class*="bookmark_"]:hover { - transform: translateY(-2px) !important; - 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; -} - -/* innerer klickbarer Bereich */ .bookmark > a, div[class*="bookmark_"] > a { display: flex !important; align-items: flex-start !important; - justify-content: flex-start !important; - width: 100% !important; - min-height: 92px !important; - padding: 16px 18px !important; gap: 14px !important; + padding: 16px !important; + width: 100% !important; + height: 100% !important; background: transparent !important; - border: none !important; - box-shadow: none !important; text-decoration: none !important; } -/* alle inneren Balken neutralisieren */ +/* inneren Müll entfernen */ .bookmark a > div, -div[class*="bookmark_"] a > div, -.bookmark [class*="bg-"], -.bookmark [class*="rounded"], -.bookmark [class*="backdrop"], -div[class*="bookmark_"] [class*="bg-"], -div[class*="bookmark_"] [class*="rounded"], -div[class*="bookmark_"] [class*="backdrop"] { +div[class*="bookmark_"] a > div { background: transparent !important; box-shadow: none !important; - border: none !important; } /* ========================= TYPO ========================= */ .service-card h3, -.service-card .title, -.widget-card h3, -div[class*="service_"] h3, .bookmark h3, -.bookmark .title, -div[class*="bookmark_"] h3, -div[class*="bookmark_"] .title { - display: block !important; - margin: 0 0 6px 0 !important; +div[class*="service_"] h3, +div[class*="bookmark_"] h3 { font-size: 1rem !important; - font-weight: 750 !important; - line-height: 1.2 !important; + font-weight: 700 !important; + margin-bottom: 6px !important; color: #f4fbff !important; } .service-card p, -.service-card .description, -.widget-card p, -div[class*="service_"] p, .bookmark p, -.bookmark .description, -div[class*="bookmark_"] p, -div[class*="bookmark_"] .description { - display: block !important; - margin: 0 !important; - font-size: 0.89rem !important; - line-height: 1.35 !important; - color: var(--kalilab-text-soft) !important; - opacity: 1 !important; -} - -small, -span[class*="description"], -div[class*="description"] { - color: var(--kalilab-text-dim) !important; -} - -.bookmark span, -.bookmark small, -div[class*="bookmark_"] span, -div[class*="bookmark_"] small { - white-space: normal !important; +div[class*="service_"] p, +div[class*="bookmark_"] p { + font-size: 0.88rem !important; + color: #9fb3c8 !important; } /* ========================= - ICONS – SKALIERT + ICONS (SKALIERT) ========================= */ -/* obere Service-Icons */ +/* Service Icons */ .service-card img, .service-card svg, -.widget-card img, -.widget-card svg, div[class*="service_"] img, div[class*="service_"] svg { - width: 30px !important; - height: 30px !important; - min-width: 30px !important; - min-height: 30px !important; + width: 28px !important; + height: 28px !important; object-fit: contain !important; - opacity: 0.96; - filter: drop-shadow(0 0 4px rgba(0, 180, 216, 0.06)); } -/* untere Bookmark-Icons bewusst etwas kleiner */ +/* Bookmark Icons kleiner */ .bookmark img, .bookmark svg, div[class*="bookmark_"] img, div[class*="bookmark_"] svg { - width: 22px !important; - height: 22px !important; - min-width: 22px !important; - min-height: 22px !important; - max-width: 22px !important; - max-height: 22px !important; - object-fit: contain !important; - margin-top: 2px !important; - opacity: 0.96 !important; - filter: drop-shadow(0 0 4px rgba(0, 180, 216, 0.06)); -} - -/* falls Homepage Icons als next/image o.ä. wrapped */ -.bookmark picture, -.bookmark picture img, -.bookmark span img, -div[class*="bookmark_"] picture, -div[class*="bookmark_"] picture img, -div[class*="bookmark_"] span img { - width: 22px !important; - height: 22px !important; - max-width: 22px !important; - max-height: 22px !important; + width: 20px !important; + height: 20px !important; object-fit: contain !important; } /* ========================= - STATUS / ERRORS + SEARCH FIELD ========================= */ -div[class*="status"], -.status { - filter: saturate(1.05) brightness(1.04); +input, +.search-input { + background: rgba(18,24,35,0.8) !important; + border: 1px solid rgba(255,255,255,0.08) !important; + border-radius: 12px !important; } -.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 { +/* ========================= + ERROR BARS + ========================= */ +[class*="error"] { + background: rgba(127,17,17,0.35) !important; + border-left: 3px solid rgba(239,68,68,0.6) !important; color: #fecaca !important; } /* ========================= - LINKS / HEADER / SCROLLBAR + SCROLLBAR ========================= */ -a { - color: var(--kalilab-accent-3); -} - -a:hover { - color: #ffffff; -} - -header, -div[class*="header"] { - background: transparent !important; - border: none !important; - box-shadow: none !important; -} - ::-webkit-scrollbar { width: 10px; - height: 10px; -} - -::-webkit-scrollbar-track { - background: rgba(5, 10, 20, 0.75); } ::-webkit-scrollbar-thumb { - background: rgba(0, 180, 216, 0.22); + background: rgba(0,180,216,0.3); border-radius: 999px; -} - -::-webkit-scrollbar-thumb:hover { - background: rgba(0, 180, 216, 0.40); -} - -/* ========================= - MOBILE - ========================= */ -@media (max-width: 900px) { - div[data-name], - section { - padding: 12px 12px 16px 12px !important; - border-radius: 16px !important; - } - - .service-card, - .widget-card, - .bookmark, - div[class*="service_"], - div[class*="bookmark_"] { - border-radius: 12px !important; - min-height: 78px !important; - } - - .bookmark > a, - div[class*="bookmark_"] > a { - min-height: 78px !important; - padding: 14px 16px !important; - } - - .service-card h3, - .service-card .title, - .bookmark h3, - .bookmark .title, - div[class*="service_"] h3, - div[class*="bookmark_"] h3 { - font-size: 0.96rem !important; - } - - .service-card p, - .bookmark p, - div[class*="service_"] p, - div[class*="bookmark_"] p { - font-size: 0.84rem !important; - } - - .service-card img, - .service-card svg, - div[class*="service_"] img, - div[class*="service_"] svg { - width: 26px !important; - height: 26px !important; - min-width: 26px !important; - min-height: 26px !important; - } - - .bookmark img, - .bookmark svg, - div[class*="bookmark_"] img, - div[class*="bookmark_"] svg { - width: 20px !important; - height: 20px !important; - min-width: 20px !important; - min-height: 20px !important; - } } \ No newline at end of file diff --git a/logs/homepage.log b/logs/homepage.log index 2daa86c..3b26ada 100755 --- a/logs/homepage.log +++ b/logs/homepage.log @@ -226156,3 +226156,3872 @@ hostname: 'kallilabcore.local' } ] +[2026-03-20T10:15:31.932Z] warn: Drive not found for target: /mnt/cache +[2026-03-20T10:15:31.932Z] warn: Drive not found for target: /mnt/disk1 +[2026-03-20T10:15:31.934Z] warn: Drive not found for target: /mnt/user +[2026-03-20T10:15:32.122Z] error: Error calling http://kallilabcore.local:61208/api/4/quicklook... +[2026-03-20T10:15:32.123Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:15:32.123Z] error: HTTP Error 500 calling http://kallilabcore.local:61208/api/4/quicklook +[2026-03-20T10:15:34.103Z] error: Error calling http://kallilabcore.local:32400/status/sessions... +[2026-03-20T10:15:34.103Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:15:34.103Z] error: HTTP 500 communicating with Plex. Data: [object Object] +[2026-03-20T10:15:34.103Z] 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-20T10:15:34.194Z] error: Error calling http://kallilabcore.local:61208/api/4/quicklook... +[2026-03-20T10:15:34.195Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:15:34.195Z] error: HTTP Error 500 calling http://kallilabcore.local:61208/api/4/quicklook +[2026-03-20T10:15:34.965Z] warn: Drive not found for target: /mnt/disk1 +[2026-03-20T10:15:34.965Z] warn: Drive not found for target: /mnt/user +[2026-03-20T10:15:34.966Z] warn: Drive not found for target: /mnt/cache +[2026-03-20T10:15:36.268Z] error: Error calling http://kallilabcore.local:61208/api/4/quicklook... +[2026-03-20T10:15:36.268Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:15:36.268Z] error: HTTP Error 500 calling http://kallilabcore.local:61208/api/4/quicklook +[2026-03-20T10:15:37.990Z] warn: Drive not found for target: /mnt/cache +[2026-03-20T10:15:37.992Z] warn: Drive not found for target: /mnt/user +[2026-03-20T10:15:37.993Z] warn: Drive not found for target: /mnt/disk1 +[2026-03-20T10:15:38.343Z] error: Error calling http://kallilabcore.local:61208/api/4/quicklook... +[2026-03-20T10:15:38.343Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:15:38.343Z] error: HTTP Error 500 calling http://kallilabcore.local:61208/api/4/quicklook +[2026-03-20T10:15:39.173Z] error: Error calling http://kallilabcore.local:32400/status/sessions... +[2026-03-20T10:15:39.173Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:15:39.173Z] error: HTTP 500 communicating with Plex. Data: [object Object] +[2026-03-20T10:15:39.173Z] 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-20T10:15:40.407Z] error: Error calling http://kallilabcore.local:61208/api/4/quicklook... +[2026-03-20T10:15:40.407Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:15:40.407Z] error: HTTP Error 500 calling http://kallilabcore.local:61208/api/4/quicklook +[2026-03-20T10:15:41.012Z] warn: Drive not found for target: /mnt/cache +[2026-03-20T10:15:41.014Z] warn: Drive not found for target: /mnt/user +[2026-03-20T10:15:41.015Z] warn: Drive not found for target: /mnt/disk1 +[2026-03-20T10:15:44.013Z] warn: Drive not found for target: /mnt/user +[2026-03-20T10:15:44.017Z] warn: Drive not found for target: /mnt/cache +[2026-03-20T10:15:44.025Z] 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-20T10:15:44.026Z] warn: Drive not found for target: /mnt/disk1 +[2026-03-20T10:15:44.032Z] 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-20T10:15:44.033Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:15:44.039Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:15:44.041Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:15:44.046Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:15:44.048Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:15:44.050Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:15:44.053Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:15:44.055Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:15:44.068Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:15:44.073Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:15:44.077Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:15:44.080Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:15:44.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-20T10:15:44.085Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:15:44.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-20T10:15:44.089Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:15:44.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-20T10:15:44.095Z] error: Error calling http://kallilabcore.local:8088/application... +[2026-03-20T10:15:44.095Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:15:44.095Z] error: HTTP Error 500 calling http://kallilabcore.local:8088/application +[2026-03-20T10:15:44.099Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:15:44.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-20T10:15:44.105Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:15:44.107Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:15:44.110Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:15:44.115Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:15:44.121Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:15:44.124Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:15:44.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-20T10:15:44.132Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:15:44.137Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:15:44.139Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:15:44.143Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:15:44.146Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:15:44.149Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:15:44.163Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:15:44.166Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:15:44.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-20T10:15:44.173Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:15:44.177Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:15:44.182Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:15:44.266Z] error: HTTP Error 401 calling https://api.tailscale.com/api/v2/device/YOUR_TAILSCALE_DEVICE_ID +[2026-03-20T10:15:44.274Z] error: Error calling https://kallilabcore.local:9443/api/endpoints/1/docker/containers/json... +[2026-03-20T10:15:44.274Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:15:44.274Z] error: HTTP Error 500 calling https://kallilabcore.local:9443/api/endpoints/1/docker/containers/json?all=1 +[2026-03-20T10:15:44.288Z] error: Error calling http://kallilabcore.local:3001/api/status-page/YOUR_UPTIME_STATUS_PAGE_SLUG... +[2026-03-20T10:15:44.288Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:15:44.291Z] error: Error calling http://kallilabcore.local:3001/api/status-page/heartbeat/YOUR_UPTIME_STATUS_PAGE_SLUG... +[2026-03-20T10:15:44.292Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:15:44.303Z] error: Error calling http://kallilabcore.local:61208/api/4/quicklook... +[2026-03-20T10:15:44.303Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:15:44.303Z] error: HTTP Error 500 calling http://kallilabcore.local:61208/api/4/quicklook +[2026-03-20T10:15:44.316Z] error: Error calling http://kallilabcore.local:61208/api/4/system... +[2026-03-20T10:15:44.316Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:15:44.316Z] error: HTTP Error 500 calling http://kallilabcore.local:61208/api/4/system +[2026-03-20T10:15:44.329Z] error: Error calling http://kallilabcore.local:8080/api/settings... +[2026-03-20T10:15:44.329Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:15:44.335Z] error: Error calling http://kallilabcore.local:8080/api/summary... +[2026-03-20T10:15:44.335Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:15:44.403Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:15:44.404Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:15:44.404Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:15:44.404Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:15:44.404Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:15:44.405Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:15:44.405Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:15:44.405Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:15:44.405Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:15:44.405Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:15:44.406Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:15:44.406Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:15:44.406Z] error: Error calling http://kallilabcore.local:20211/devices/totals... +[2026-03-20T10:15:44.406Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:15:44.407Z] error: HTTP Error 500 calling http://kallilabcore.local:20211/devices/totals +[2026-03-20T10:15:44.414Z] warn: Drive not found for target: /mnt/cache +[2026-03-20T10:15:44.414Z] warn: Drive not found for target: /mnt/disk1 +[2026-03-20T10:15:44.417Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:15:44.417Z] error: Error calling http://kallilabcore.local:19999/api/v1/info... +[2026-03-20T10:15:44.417Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:15:44.418Z] warn: Drive not found for target: /mnt/user +[2026-03-20T10:15:44.436Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:15:44.436Z] error: Error calling http://kallilabcore.local:8088/message... +[2026-03-20T10:15:44.436Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:15:44.436Z] error: Error calling http://kallilabcore.local:8088/client... +[2026-03-20T10:15:44.437Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:15:44.437Z] error: HTTP Error 500 calling http://kallilabcore.local:8088/message +[2026-03-20T10:15:44.437Z] error: HTTP Error 500 calling http://kallilabcore.local:8088/client +[2026-03-20T10:15:44.443Z] error: Error calling http://kallilabcore.local:8543/admin/api.php... +[2026-03-20T10:15:44.443Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:15:44.443Z] error: Error calling http://kallilabcore.local:9935/api/households/statistics... +[2026-03-20T10:15:44.443Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:15:44.444Z] error: HTTP Error 500 calling http://kallilabcore.local:9935/api/households/statistics +[2026-03-20T10:15:44.449Z] 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-20T10:15:44.450Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:15:44.450Z] error: Error calling http://kallilabcore.local:8000/api/statistics/... +[2026-03-20T10:15:44.450Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:15:44.451Z] error: HTTP Error 500 calling http://kallilabcore.local:8000/api/statistics/?format=json +[2026-03-20T10:15:44.465Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:15:44.486Z] error: Error calling http://kallilabcore.local:2283/api/server-info/stats... +[2026-03-20T10:15:44.486Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:15:44.486Z] error: Error calling http://kallilabcore.local:2283/api/server-info/version... +[2026-03-20T10:15:44.486Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:15:44.486Z] error: Error calling http://kallilabcore.local:32400/status/sessions... +[2026-03-20T10:15:44.486Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:15:44.486Z] error: HTTP Error 500 calling http://kallilabcore.local:2283/api/server-info/stats +[2026-03-20T10:15:44.486Z] error: HTTP Error 500 calling http://kallilabcore.local:2283/api/server-info/version +[2026-03-20T10:15:44.486Z] error: HTTP 500 communicating with Plex. Data: [object Object] +[2026-03-20T10:15:44.487Z] 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-20T10:15:44.490Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:15:44.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-20T10:15:44.506Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:15:44.518Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:15:44.523Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:15:44.527Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:15:44.535Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:15:44.544Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:15:44.546Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:15:44.549Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:15:44.555Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:15:44.557Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:15:44.560Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:15:44.564Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:15:44.566Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:15:44.569Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:15:44.573Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:15:44.575Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:15:44.578Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:15:44.579Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:15:44.582Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:15:44.585Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:15:44.611Z] error: Error calling https://kallilabcore.local:9443/api/endpoints/1/docker/containers/json... +[2026-03-20T10:15:44.611Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:15:44.611Z] error: HTTP Error 500 calling https://kallilabcore.local:9443/api/endpoints/1/docker/containers/json?all=1 +[2026-03-20T10:15:44.641Z] error: Error calling http://kallilabcore.local:3001/api/status-page/YOUR_UPTIME_STATUS_PAGE_SLUG... +[2026-03-20T10:15:44.642Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:15:44.648Z] error: HTTP Error 401 calling https://api.tailscale.com/api/v2/device/YOUR_TAILSCALE_DEVICE_ID +[2026-03-20T10:15:44.659Z] error: Error calling http://kallilabcore.local:8080/api/settings... +[2026-03-20T10:15:44.659Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:15:44.670Z] error: Error calling http://kallilabcore.local:3001/api/status-page/heartbeat/YOUR_UPTIME_STATUS_PAGE_SLUG... +[2026-03-20T10:15:44.670Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:15:44.677Z] error: Error calling http://kallilabcore.local:61208/api/4/quicklook... +[2026-03-20T10:15:44.677Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:15:44.677Z] error: HTTP Error 500 calling http://kallilabcore.local:61208/api/4/quicklook +[2026-03-20T10:15:44.694Z] error: Error calling http://kallilabcore.local:61208/api/4/system... +[2026-03-20T10:15:44.694Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:15:44.694Z] error: HTTP Error 500 calling http://kallilabcore.local:61208/api/4/system +[2026-03-20T10:15:44.699Z] error: Error calling http://kallilabcore.local:19999/api/v1/info... +[2026-03-20T10:15:44.699Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:15:44.719Z] error: Error calling http://kallilabcore.local:8080/api/summary... +[2026-03-20T10:15:44.719Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:15:44.719Z] error: Error calling http://kallilabcore.local:6969/graphql... +[2026-03-20T10:15:44.719Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:15:44.732Z] error: Error calling http://kallilabcore.local:20211/devices/totals... +[2026-03-20T10:15:44.732Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:15:44.732Z] error: HTTP Error 500 calling http://kallilabcore.local:20211/devices/totals +[2026-03-20T10:15:44.740Z] error: Error calling http://kallilabcore.local:8088/application... +[2026-03-20T10:15:44.740Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:15:44.741Z] error: HTTP Error 500 calling http://kallilabcore.local:8088/application +[2026-03-20T10:15:44.750Z] error: Error calling http://kallilabcore.local:8088/message... +[2026-03-20T10:15:44.750Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:15:44.750Z] error: HTTP Error 500 calling http://kallilabcore.local:8088/message +[2026-03-20T10:15:44.763Z] error: Error calling http://kallilabcore.local:8088/client... +[2026-03-20T10:15:44.763Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:15:44.763Z] error: HTTP Error 500 calling http://kallilabcore.local:8088/client +[2026-03-20T10:15:44.765Z] error: Error calling http://kallilabcore.local:8543/admin/api.php... +[2026-03-20T10:15:44.765Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:15:44.778Z] error: Error calling http://kallilabcore.local:9935/api/households/statistics... +[2026-03-20T10:15:44.778Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:15:44.778Z] error: HTTP Error 500 calling http://kallilabcore.local:9935/api/households/statistics +[2026-03-20T10:15:44.791Z] error: Error calling http://kallilabcore.local:8000/api/statistics/... +[2026-03-20T10:15:44.791Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:15:44.791Z] error: HTTP Error 500 calling http://kallilabcore.local:8000/api/statistics/?format=json +[2026-03-20T10:15:44.810Z] error: Error calling http://kallilabcore.local:2283/api/server-info/stats... +[2026-03-20T10:15:44.810Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:15:44.810Z] error: HTTP Error 500 calling http://kallilabcore.local:2283/api/server-info/stats +[2026-03-20T10:15:44.812Z] error: Error calling http://kallilabcore.local:32400/status/sessions... +[2026-03-20T10:15:44.813Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:15:44.813Z] error: HTTP 500 communicating with Plex. Data: [object Object] +[2026-03-20T10:15:44.813Z] 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-20T10:15:44.833Z] error: Error calling http://kallilabcore.local:2283/api/server-info/version... +[2026-03-20T10:15:44.833Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:15:44.833Z] error: HTTP Error 500 calling http://kallilabcore.local:2283/api/server-info/version +[2026-03-20T10:15:44.836Z] error: Error calling http://kallilabcore.local:6969/graphql... +[2026-03-20T10:15:44.836Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:15:47.235Z] warn: Drive not found for target: /mnt/user +[2026-03-20T10:15:47.235Z] warn: Drive not found for target: /mnt/disk1 +[2026-03-20T10:15:47.237Z] warn: Drive not found for target: /mnt/cache +[2026-03-20T10:15:47.458Z] error: Error calling http://kallilabcore.local:61208/api/4/quicklook... +[2026-03-20T10:15:47.458Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:15:47.459Z] error: HTTP Error 500 calling http://kallilabcore.local:61208/api/4/quicklook +[2026-03-20T10:15:49.448Z] error: Error calling http://kallilabcore.local:32400/status/sessions... +[2026-03-20T10:15:49.448Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:15:49.448Z] error: HTTP 500 communicating with Plex. Data: [object Object] +[2026-03-20T10:15:49.449Z] 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-20T10:15:49.545Z] error: Error calling http://kallilabcore.local:61208/api/4/quicklook... +[2026-03-20T10:15:49.546Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:15:49.546Z] error: HTTP Error 500 calling http://kallilabcore.local:61208/api/4/quicklook +[2026-03-20T10:15:50.285Z] warn: Drive not found for target: /mnt/disk1 +[2026-03-20T10:15:50.287Z] warn: Drive not found for target: /mnt/user +[2026-03-20T10:15:50.288Z] warn: Drive not found for target: /mnt/cache +[2026-03-20T10:15:51.633Z] error: Error calling http://kallilabcore.local:61208/api/4/quicklook... +[2026-03-20T10:15:51.633Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:15:51.633Z] error: HTTP Error 500 calling http://kallilabcore.local:61208/api/4/quicklook +[2026-03-20T10:15:53.325Z] warn: Drive not found for target: /mnt/user +[2026-03-20T10:15:53.325Z] warn: Drive not found for target: /mnt/disk1 +[2026-03-20T10:15:53.327Z] warn: Drive not found for target: /mnt/cache +[2026-03-20T10:15:53.706Z] error: Error calling http://kallilabcore.local:61208/api/4/quicklook... +[2026-03-20T10:15:53.706Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:15:53.706Z] error: HTTP Error 500 calling http://kallilabcore.local:61208/api/4/quicklook +[2026-03-20T10:15:54.521Z] error: Error calling http://kallilabcore.local:32400/status/sessions... +[2026-03-20T10:15:54.521Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:15:54.521Z] error: HTTP 500 communicating with Plex. Data: [object Object] +[2026-03-20T10:15:54.521Z] 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-20T10:15:55.804Z] error: Error calling http://kallilabcore.local:61208/api/4/quicklook... +[2026-03-20T10:15:55.805Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:15:55.805Z] error: HTTP Error 500 calling http://kallilabcore.local:61208/api/4/quicklook +[2026-03-20T10:15:56.355Z] warn: Drive not found for target: /mnt/disk1 +[2026-03-20T10:15:56.358Z] warn: Drive not found for target: /mnt/cache +[2026-03-20T10:15:56.358Z] warn: Drive not found for target: /mnt/user +[2026-03-20T10:15:57.875Z] error: Error calling http://kallilabcore.local:61208/api/4/quicklook... +[2026-03-20T10:15:57.875Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:15:57.875Z] error: HTTP Error 500 calling http://kallilabcore.local:61208/api/4/quicklook +[2026-03-20T10:15:59.391Z] warn: Drive not found for target: /mnt/cache +[2026-03-20T10:15:59.391Z] warn: Drive not found for target: /mnt/user +[2026-03-20T10:15:59.392Z] warn: Drive not found for target: /mnt/disk1 +[2026-03-20T10:15:59.588Z] error: Error calling http://kallilabcore.local:32400/status/sessions... +[2026-03-20T10:15:59.588Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:15:59.588Z] error: HTTP 500 communicating with Plex. Data: [object Object] +[2026-03-20T10:15:59.588Z] 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-20T10:15:59.954Z] error: Error calling http://kallilabcore.local:61208/api/4/quicklook... +[2026-03-20T10:15:59.955Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:15:59.955Z] error: HTTP Error 500 calling http://kallilabcore.local:61208/api/4/quicklook +[2026-03-20T10:16:02.053Z] error: Error calling http://kallilabcore.local:61208/api/4/quicklook... +[2026-03-20T10:16:02.053Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:16:02.053Z] error: HTTP Error 500 calling http://kallilabcore.local:61208/api/4/quicklook +[2026-03-20T10:16:02.425Z] warn: Drive not found for target: /mnt/user +[2026-03-20T10:16:02.428Z] warn: Drive not found for target: /mnt/disk1 +[2026-03-20T10:16:02.428Z] warn: Drive not found for target: /mnt/cache +[2026-03-20T10:16:04.140Z] error: Error calling http://kallilabcore.local:61208/api/4/quicklook... +[2026-03-20T10:16:04.141Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:16:04.141Z] error: HTTP Error 500 calling http://kallilabcore.local:61208/api/4/quicklook +[2026-03-20T10:16:04.668Z] error: Error calling http://kallilabcore.local:32400/status/sessions... +[2026-03-20T10:16:04.668Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:16:04.668Z] error: HTTP 500 communicating with Plex. Data: [object Object] +[2026-03-20T10:16:04.668Z] 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-20T10:16:05.452Z] warn: Drive not found for target: /mnt/disk1 +[2026-03-20T10:16:05.455Z] warn: Drive not found for target: /mnt/user +[2026-03-20T10:16:05.456Z] warn: Drive not found for target: /mnt/cache +[2026-03-20T10:16:06.213Z] error: Error calling http://kallilabcore.local:61208/api/4/quicklook... +[2026-03-20T10:16:06.213Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:16:06.213Z] error: HTTP Error 500 calling http://kallilabcore.local:61208/api/4/quicklook +[2026-03-20T10:16:08.304Z] error: Error calling http://kallilabcore.local:61208/api/4/quicklook... +[2026-03-20T10:16:08.304Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:16:08.304Z] error: HTTP Error 500 calling http://kallilabcore.local:61208/api/4/quicklook +[2026-03-20T10:16:08.477Z] warn: Drive not found for target: /mnt/disk1 +[2026-03-20T10:16:08.479Z] warn: Drive not found for target: /mnt/user +[2026-03-20T10:16:08.480Z] warn: Drive not found for target: /mnt/cache +[2026-03-20T10:16:09.743Z] error: Error calling http://kallilabcore.local:32400/status/sessions... +[2026-03-20T10:16:09.744Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:16:09.744Z] error: HTTP 500 communicating with Plex. Data: [object Object] +[2026-03-20T10:16:09.744Z] 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-20T10:16:10.542Z] error: Error calling http://kallilabcore.local:61208/api/4/quicklook... +[2026-03-20T10:16:10.542Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:16:10.542Z] error: HTTP Error 500 calling http://kallilabcore.local:61208/api/4/quicklook +[2026-03-20T10:16:11.491Z] warn: Drive not found for target: /mnt/disk1 +[2026-03-20T10:16:11.505Z] warn: Drive not found for target: /mnt/user +[2026-03-20T10:16:11.505Z] warn: Drive not found for target: /mnt/cache +[2026-03-20T10:16:12.610Z] error: Error calling http://kallilabcore.local:61208/api/4/quicklook... +[2026-03-20T10:16:12.610Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:16:12.610Z] error: HTTP Error 500 calling http://kallilabcore.local:61208/api/4/quicklook +[2026-03-20T10:16:14.440Z] error: Error calling http://kallilabcore.local:61208/api/4/system... +[2026-03-20T10:16:14.440Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:16:14.440Z] error: HTTP Error 500 calling http://kallilabcore.local:61208/api/4/system +[2026-03-20T10:16:14.507Z] warn: Drive not found for target: /mnt/disk1 +[2026-03-20T10:16:14.525Z] warn: Drive not found for target: /mnt/user +[2026-03-20T10:16:14.528Z] warn: Drive not found for target: /mnt/cache +[2026-03-20T10:16:14.684Z] error: Error calling http://kallilabcore.local:61208/api/4/quicklook... +[2026-03-20T10:16:14.684Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:16:14.684Z] error: HTTP Error 500 calling http://kallilabcore.local:61208/api/4/quicklook +[2026-03-20T10:16:14.821Z] error: Error calling http://kallilabcore.local:32400/status/sessions... +[2026-03-20T10:16:14.821Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:16:14.821Z] error: HTTP 500 communicating with Plex. Data: [object Object] +[2026-03-20T10:16:14.821Z] 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-20T10:16:16.772Z] error: Error calling http://kallilabcore.local:61208/api/4/quicklook... +[2026-03-20T10:16:16.772Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:16:16.772Z] error: HTTP Error 500 calling http://kallilabcore.local:61208/api/4/quicklook +[2026-03-20T10:16:17.524Z] warn: Drive not found for target: /mnt/disk1 +[2026-03-20T10:16:17.546Z] warn: Drive not found for target: /mnt/user +[2026-03-20T10:16:17.548Z] warn: Drive not found for target: /mnt/cache +[2026-03-20T10:16:18.866Z] error: Error calling http://kallilabcore.local:61208/api/4/quicklook... +[2026-03-20T10:16:18.867Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:16:18.867Z] error: HTTP Error 500 calling http://kallilabcore.local:61208/api/4/quicklook +[2026-03-20T10:16:19.908Z] error: Error calling http://kallilabcore.local:32400/status/sessions... +[2026-03-20T10:16:19.908Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:16:19.908Z] error: HTTP 500 communicating with Plex. Data: [object Object] +[2026-03-20T10:16:19.908Z] 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-20T10:16:20.542Z] warn: Drive not found for target: /mnt/disk1 +[2026-03-20T10:16:20.566Z] warn: Drive not found for target: /mnt/user +[2026-03-20T10:16:20.568Z] warn: Drive not found for target: /mnt/cache +[2026-03-20T10:16:20.953Z] error: Error calling http://kallilabcore.local:61208/api/4/quicklook... +[2026-03-20T10:16:20.953Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:16:20.953Z] error: HTTP Error 500 calling http://kallilabcore.local:61208/api/4/quicklook +[2026-03-20T10:16:23.041Z] error: Error calling http://kallilabcore.local:61208/api/4/quicklook... +[2026-03-20T10:16:23.041Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:16:23.041Z] error: HTTP Error 500 calling http://kallilabcore.local:61208/api/4/quicklook +[2026-03-20T10:16:23.558Z] warn: Drive not found for target: /mnt/disk1 +[2026-03-20T10:16:23.587Z] warn: Drive not found for target: /mnt/cache +[2026-03-20T10:16:23.588Z] warn: Drive not found for target: /mnt/user +[2026-03-20T10:16:24.995Z] error: Error calling http://kallilabcore.local:32400/status/sessions... +[2026-03-20T10:16:24.995Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:16:24.995Z] error: HTTP 500 communicating with Plex. Data: [object Object] +[2026-03-20T10:16:24.995Z] 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-20T10:16:25.118Z] error: Error calling http://kallilabcore.local:61208/api/4/quicklook... +[2026-03-20T10:16:25.118Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:16:25.118Z] error: HTTP Error 500 calling http://kallilabcore.local:61208/api/4/quicklook +[2026-03-20T10:16:26.574Z] warn: Drive not found for target: /mnt/disk1 +[2026-03-20T10:16:26.611Z] warn: Drive not found for target: /mnt/user +[2026-03-20T10:16:26.611Z] warn: Drive not found for target: /mnt/cache +[2026-03-20T10:16:27.192Z] error: Error calling http://kallilabcore.local:61208/api/4/quicklook... +[2026-03-20T10:16:27.192Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:16:27.192Z] error: HTTP Error 500 calling http://kallilabcore.local:61208/api/4/quicklook +[2026-03-20T10:16:29.285Z] error: Error calling http://kallilabcore.local:61208/api/4/quicklook... +[2026-03-20T10:16:29.286Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:16:29.286Z] error: HTTP Error 500 calling http://kallilabcore.local:61208/api/4/quicklook +[2026-03-20T10:16:29.587Z] warn: Drive not found for target: /mnt/disk1 +[2026-03-20T10:16:29.630Z] warn: Drive not found for target: /mnt/user +[2026-03-20T10:16:29.632Z] warn: Drive not found for target: /mnt/cache +[2026-03-20T10:16:30.065Z] error: Error calling http://kallilabcore.local:32400/status/sessions... +[2026-03-20T10:16:30.065Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:16:30.065Z] error: HTTP 500 communicating with Plex. Data: [object Object] +[2026-03-20T10:16:30.065Z] 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-20T10:16:31.367Z] error: Error calling http://kallilabcore.local:61208/api/4/quicklook... +[2026-03-20T10:16:31.367Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:16:31.367Z] error: HTTP Error 500 calling http://kallilabcore.local:61208/api/4/quicklook +[2026-03-20T10:16:32.605Z] warn: Drive not found for target: /mnt/disk1 +[2026-03-20T10:16:32.648Z] warn: Drive not found for target: /mnt/user +[2026-03-20T10:16:32.650Z] warn: Drive not found for target: /mnt/cache +[2026-03-20T10:16:33.444Z] error: Error calling http://kallilabcore.local:61208/api/4/quicklook... +[2026-03-20T10:16:33.444Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:16:33.444Z] error: HTTP Error 500 calling http://kallilabcore.local:61208/api/4/quicklook +[2026-03-20T10:16:35.135Z] error: Error calling http://kallilabcore.local:32400/status/sessions... +[2026-03-20T10:16:35.136Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:16:35.136Z] error: HTTP 500 communicating with Plex. Data: [object Object] +[2026-03-20T10:16:35.136Z] 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-20T10:16:35.518Z] error: Error calling http://kallilabcore.local:61208/api/4/quicklook... +[2026-03-20T10:16:35.518Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:16:35.518Z] error: HTTP Error 500 calling http://kallilabcore.local:61208/api/4/quicklook +[2026-03-20T10:16:35.622Z] warn: Drive not found for target: /mnt/disk1 +[2026-03-20T10:16:35.671Z] warn: Drive not found for target: /mnt/user +[2026-03-20T10:16:35.674Z] warn: Drive not found for target: /mnt/cache +[2026-03-20T10:16:37.604Z] error: Error calling http://kallilabcore.local:61208/api/4/quicklook... +[2026-03-20T10:16:37.604Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:16:37.604Z] error: HTTP Error 500 calling http://kallilabcore.local:61208/api/4/quicklook +[2026-03-20T10:16:38.636Z] warn: Drive not found for target: /mnt/disk1 +[2026-03-20T10:16:38.687Z] warn: Drive not found for target: /mnt/user +[2026-03-20T10:16:38.689Z] warn: Drive not found for target: /mnt/cache +[2026-03-20T10:16:39.676Z] error: Error calling http://kallilabcore.local:61208/api/4/quicklook... +[2026-03-20T10:16:39.676Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:16:39.676Z] error: HTTP Error 500 calling http://kallilabcore.local:61208/api/4/quicklook +[2026-03-20T10:16:40.217Z] error: Error calling http://kallilabcore.local:32400/status/sessions... +[2026-03-20T10:16:40.217Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:16:40.217Z] error: HTTP 500 communicating with Plex. Data: [object Object] +[2026-03-20T10:16:40.217Z] 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-20T10:16:41.652Z] warn: Drive not found for target: /mnt/disk1 +[2026-03-20T10:16:41.701Z] warn: Drive not found for target: /mnt/user +[2026-03-20T10:16:41.710Z] warn: Drive not found for target: /mnt/cache +[2026-03-20T10:16:41.770Z] error: Error calling http://kallilabcore.local:61208/api/4/quicklook... +[2026-03-20T10:16:41.770Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:16:41.770Z] error: HTTP Error 500 calling http://kallilabcore.local:61208/api/4/quicklook +[2026-03-20T10:16:43.853Z] error: Error calling http://kallilabcore.local:61208/api/4/quicklook... +[2026-03-20T10:16:43.854Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:16:43.854Z] error: HTTP Error 500 calling http://kallilabcore.local:61208/api/4/quicklook +[2026-03-20T10:16:44.515Z] error: Error calling http://kallilabcore.local:61208/api/4/system... +[2026-03-20T10:16:44.515Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:16:44.515Z] error: HTTP Error 500 calling http://kallilabcore.local:61208/api/4/system +[2026-03-20T10:16:44.670Z] warn: Drive not found for target: /mnt/disk1 +[2026-03-20T10:16:44.720Z] warn: Drive not found for target: /mnt/user +[2026-03-20T10:16:44.730Z] warn: Drive not found for target: /mnt/cache +[2026-03-20T10:16:45.292Z] error: Error calling http://kallilabcore.local:32400/status/sessions... +[2026-03-20T10:16:45.292Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:16:45.292Z] error: HTTP 500 communicating with Plex. Data: [object Object] +[2026-03-20T10:16:45.292Z] 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-20T10:16:45.931Z] error: Error calling http://kallilabcore.local:61208/api/4/quicklook... +[2026-03-20T10:16:45.931Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:16:45.932Z] error: HTTP Error 500 calling http://kallilabcore.local:61208/api/4/quicklook +[2026-03-20T10:16:47.698Z] warn: Drive not found for target: /mnt/disk1 +[2026-03-20T10:16:47.735Z] warn: Drive not found for target: /mnt/user +[2026-03-20T10:16:47.749Z] warn: Drive not found for target: /mnt/cache +[2026-03-20T10:16:48.004Z] error: Error calling http://kallilabcore.local:61208/api/4/quicklook... +[2026-03-20T10:16:48.005Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:16:48.005Z] error: HTTP Error 500 calling http://kallilabcore.local:61208/api/4/quicklook +[2026-03-20T10:16:50.089Z] error: Error calling http://kallilabcore.local:61208/api/4/quicklook... +[2026-03-20T10:16:50.090Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:16:50.090Z] error: HTTP Error 500 calling http://kallilabcore.local:61208/api/4/quicklook +[2026-03-20T10:16:50.373Z] error: Error calling http://kallilabcore.local:32400/status/sessions... +[2026-03-20T10:16:50.373Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:16:50.373Z] error: HTTP 500 communicating with Plex. Data: [object Object] +[2026-03-20T10:16:50.373Z] 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-20T10:16:50.731Z] warn: Drive not found for target: /mnt/disk1 +[2026-03-20T10:16:50.751Z] warn: Drive not found for target: /mnt/user +[2026-03-20T10:16:50.763Z] warn: Drive not found for target: /mnt/cache +[2026-03-20T10:16:52.164Z] error: Error calling http://kallilabcore.local:61208/api/4/quicklook... +[2026-03-20T10:16:52.165Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:16:52.165Z] error: HTTP Error 500 calling http://kallilabcore.local:61208/api/4/quicklook +[2026-03-20T10:16:53.753Z] warn: Drive not found for target: /mnt/disk1 +[2026-03-20T10:16:53.765Z] warn: Drive not found for target: /mnt/user +[2026-03-20T10:16:53.777Z] warn: Drive not found for target: /mnt/cache +[2026-03-20T10:16:54.241Z] error: Error calling http://kallilabcore.local:61208/api/4/quicklook... +[2026-03-20T10:16:54.241Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:16:54.241Z] error: HTTP Error 500 calling http://kallilabcore.local:61208/api/4/quicklook +[2026-03-20T10:16:55.456Z] error: Error calling http://kallilabcore.local:32400/status/sessions... +[2026-03-20T10:16:55.456Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:16:55.456Z] error: HTTP 500 communicating with Plex. Data: [object Object] +[2026-03-20T10:16:55.456Z] 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-20T10:16:56.312Z] error: Error calling http://kallilabcore.local:61208/api/4/quicklook... +[2026-03-20T10:16:56.312Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:16:56.312Z] error: HTTP Error 500 calling http://kallilabcore.local:61208/api/4/quicklook +[2026-03-20T10:16:56.796Z] warn: Drive not found for target: /mnt/disk1 +[2026-03-20T10:16:56.798Z] warn: Drive not found for target: /mnt/user +[2026-03-20T10:16:56.799Z] warn: Drive not found for target: /mnt/cache +[2026-03-20T10:16:58.395Z] error: Error calling http://kallilabcore.local:61208/api/4/quicklook... +[2026-03-20T10:16:58.395Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:16:58.395Z] error: HTTP Error 500 calling http://kallilabcore.local:61208/api/4/quicklook +[2026-03-20T10:16:59.823Z] warn: Drive not found for target: /mnt/user +[2026-03-20T10:16:59.825Z] warn: Drive not found for target: /mnt/disk1 +[2026-03-20T10:16:59.825Z] warn: Drive not found for target: /mnt/cache +[2026-03-20T10:17:00.473Z] error: Error calling http://kallilabcore.local:61208/api/4/quicklook... +[2026-03-20T10:17:00.473Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:17:00.473Z] error: HTTP Error 500 calling http://kallilabcore.local:61208/api/4/quicklook +[2026-03-20T10:17:00.524Z] error: Error calling http://kallilabcore.local:32400/status/sessions... +[2026-03-20T10:17:00.524Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:17:00.524Z] error: HTTP 500 communicating with Plex. Data: [object Object] +[2026-03-20T10:17:00.524Z] 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-20T10:17:02.576Z] error: Error calling http://kallilabcore.local:61208/api/4/quicklook... +[2026-03-20T10:17:02.577Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:17:02.577Z] error: HTTP Error 500 calling http://kallilabcore.local:61208/api/4/quicklook +[2026-03-20T10:17:02.847Z] warn: Drive not found for target: /mnt/disk1 +[2026-03-20T10:17:02.849Z] warn: Drive not found for target: /mnt/user +[2026-03-20T10:17:02.849Z] warn: Drive not found for target: /mnt/cache +[2026-03-20T10:17:04.665Z] error: Error calling http://kallilabcore.local:61208/api/4/quicklook... +[2026-03-20T10:17:04.665Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:17:04.665Z] error: HTTP Error 500 calling http://kallilabcore.local:61208/api/4/quicklook +[2026-03-20T10:17:05.604Z] error: Error calling http://kallilabcore.local:32400/status/sessions... +[2026-03-20T10:17:05.604Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:17:05.604Z] error: HTTP 500 communicating with Plex. Data: [object Object] +[2026-03-20T10:17:05.605Z] 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-20T10:17:05.886Z] warn: Drive not found for target: /mnt/disk1 +[2026-03-20T10:17:05.886Z] warn: Drive not found for target: /mnt/user +[2026-03-20T10:17:05.888Z] warn: Drive not found for target: /mnt/cache +[2026-03-20T10:17:06.747Z] error: Error calling http://kallilabcore.local:61208/api/4/quicklook... +[2026-03-20T10:17:06.748Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:17:06.748Z] error: HTTP Error 500 calling http://kallilabcore.local:61208/api/4/quicklook +[2026-03-20T10:17:08.839Z] error: Error calling http://kallilabcore.local:61208/api/4/quicklook... +[2026-03-20T10:17:08.840Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:17:08.840Z] error: HTTP Error 500 calling http://kallilabcore.local:61208/api/4/quicklook +[2026-03-20T10:17:08.922Z] warn: Drive not found for target: /mnt/user +[2026-03-20T10:17:08.924Z] warn: Drive not found for target: /mnt/disk1 +[2026-03-20T10:17:08.924Z] warn: Drive not found for target: /mnt/cache +[2026-03-20T10:17:10.676Z] error: Error calling http://kallilabcore.local:32400/status/sessions... +[2026-03-20T10:17:10.676Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:17:10.677Z] error: HTTP 500 communicating with Plex. Data: [object Object] +[2026-03-20T10:17:10.677Z] 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-20T10:17:10.920Z] error: Error calling http://kallilabcore.local:61208/api/4/quicklook... +[2026-03-20T10:17:10.920Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:17:10.920Z] error: HTTP Error 500 calling http://kallilabcore.local:61208/api/4/quicklook +[2026-03-20T10:17:11.953Z] warn: Drive not found for target: /mnt/disk1 +[2026-03-20T10:17:11.953Z] warn: Drive not found for target: /mnt/cache +[2026-03-20T10:17:11.953Z] warn: Drive not found for target: /mnt/user +[2026-03-20T10:17:12.990Z] error: Error calling http://kallilabcore.local:61208/api/4/quicklook... +[2026-03-20T10:17:12.991Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:17:12.991Z] error: HTTP Error 500 calling http://kallilabcore.local:61208/api/4/quicklook +[2026-03-20T10:17:14.595Z] error: Error calling http://kallilabcore.local:61208/api/4/system... +[2026-03-20T10:17:14.596Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:17:14.596Z] error: HTTP Error 500 calling http://kallilabcore.local:61208/api/4/system +[2026-03-20T10:17:14.982Z] warn: Drive not found for target: /mnt/cache +[2026-03-20T10:17:14.984Z] warn: Drive not found for target: /mnt/disk1 +[2026-03-20T10:17:14.985Z] warn: Drive not found for target: /mnt/user +[2026-03-20T10:17:15.070Z] error: Error calling http://kallilabcore.local:61208/api/4/quicklook... +[2026-03-20T10:17:15.070Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:17:15.070Z] error: HTTP Error 500 calling http://kallilabcore.local:61208/api/4/quicklook +[2026-03-20T10:17:15.748Z] error: Error calling http://kallilabcore.local:32400/status/sessions... +[2026-03-20T10:17:15.749Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:17:15.749Z] error: HTTP 500 communicating with Plex. Data: [object Object] +[2026-03-20T10:17:15.749Z] 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-20T10:17:17.157Z] error: Error calling http://kallilabcore.local:61208/api/4/quicklook... +[2026-03-20T10:17:17.158Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:17:17.158Z] error: HTTP Error 500 calling http://kallilabcore.local:61208/api/4/quicklook +[2026-03-20T10:17:18.004Z] warn: Drive not found for target: /mnt/cache +[2026-03-20T10:17:18.008Z] warn: Drive not found for target: /mnt/disk1 +[2026-03-20T10:17:18.008Z] warn: Drive not found for target: /mnt/user +[2026-03-20T10:17:19.247Z] error: Error calling http://kallilabcore.local:61208/api/4/quicklook... +[2026-03-20T10:17:19.248Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:17:19.248Z] error: HTTP Error 500 calling http://kallilabcore.local:61208/api/4/quicklook +[2026-03-20T10:17:20.826Z] error: Error calling http://kallilabcore.local:32400/status/sessions... +[2026-03-20T10:17:20.826Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:17:20.827Z] error: HTTP 500 communicating with Plex. Data: [object Object] +[2026-03-20T10:17:20.827Z] 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-20T10:17:21.027Z] warn: Drive not found for target: /mnt/cache +[2026-03-20T10:17:21.028Z] warn: Drive not found for target: /mnt/user +[2026-03-20T10:17:21.030Z] warn: Drive not found for target: /mnt/disk1 +[2026-03-20T10:17:21.322Z] error: Error calling http://kallilabcore.local:61208/api/4/quicklook... +[2026-03-20T10:17:21.322Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:17:21.322Z] error: HTTP Error 500 calling http://kallilabcore.local:61208/api/4/quicklook +[2026-03-20T10:17:23.408Z] error: Error calling http://kallilabcore.local:61208/api/4/quicklook... +[2026-03-20T10:17:23.408Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:17:23.408Z] error: HTTP Error 500 calling http://kallilabcore.local:61208/api/4/quicklook +[2026-03-20T10:17:24.057Z] warn: Drive not found for target: /mnt/disk1 +[2026-03-20T10:17:24.058Z] warn: Drive not found for target: /mnt/user +[2026-03-20T10:17:24.058Z] warn: Drive not found for target: /mnt/cache +[2026-03-20T10:17:25.482Z] error: Error calling http://kallilabcore.local:61208/api/4/quicklook... +[2026-03-20T10:17:25.482Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:17:25.482Z] error: HTTP Error 500 calling http://kallilabcore.local:61208/api/4/quicklook +[2026-03-20T10:17:25.905Z] error: Error calling http://kallilabcore.local:32400/status/sessions... +[2026-03-20T10:17:25.905Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:17:25.905Z] error: HTTP 500 communicating with Plex. Data: [object Object] +[2026-03-20T10:17:25.905Z] 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-20T10:17:27.084Z] warn: Drive not found for target: /mnt/user +[2026-03-20T10:17:27.085Z] warn: Drive not found for target: /mnt/disk1 +[2026-03-20T10:17:27.086Z] warn: Drive not found for target: /mnt/cache +[2026-03-20T10:17:27.560Z] error: Error calling http://kallilabcore.local:61208/api/4/quicklook... +[2026-03-20T10:17:27.560Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:17:27.560Z] error: HTTP Error 500 calling http://kallilabcore.local:61208/api/4/quicklook +[2026-03-20T10:17:29.655Z] error: Error calling http://kallilabcore.local:61208/api/4/quicklook... +[2026-03-20T10:17:29.655Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:17:29.655Z] error: HTTP Error 500 calling http://kallilabcore.local:61208/api/4/quicklook +[2026-03-20T10:17:30.121Z] warn: Drive not found for target: /mnt/cache +[2026-03-20T10:17:30.121Z] warn: Drive not found for target: /mnt/disk1 +[2026-03-20T10:17:30.121Z] warn: Drive not found for target: /mnt/user +[2026-03-20T10:17:30.969Z] error: Error calling http://kallilabcore.local:32400/status/sessions... +[2026-03-20T10:17:30.969Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:17:30.969Z] error: HTTP 500 communicating with Plex. Data: [object Object] +[2026-03-20T10:17:30.969Z] 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-20T10:17:31.721Z] error: Error calling http://kallilabcore.local:61208/api/4/quicklook... +[2026-03-20T10:17:31.721Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:17:31.721Z] error: HTTP Error 500 calling http://kallilabcore.local:61208/api/4/quicklook +[2026-03-20T10:17:33.149Z] warn: Drive not found for target: /mnt/user +[2026-03-20T10:17:33.149Z] warn: Drive not found for target: /mnt/disk1 +[2026-03-20T10:17:33.150Z] warn: Drive not found for target: /mnt/cache +[2026-03-20T10:17:33.793Z] error: Error calling http://kallilabcore.local:61208/api/4/quicklook... +[2026-03-20T10:17:33.793Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:17:33.793Z] error: HTTP Error 500 calling http://kallilabcore.local:61208/api/4/quicklook +[2026-03-20T10:17:35.900Z] error: Error calling http://kallilabcore.local:61208/api/4/quicklook... +[2026-03-20T10:17:35.900Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:17:35.900Z] error: HTTP Error 500 calling http://kallilabcore.local:61208/api/4/quicklook +[2026-03-20T10:17:36.047Z] error: Error calling http://kallilabcore.local:32400/status/sessions... +[2026-03-20T10:17:36.047Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:17:36.047Z] error: HTTP 500 communicating with Plex. Data: [object Object] +[2026-03-20T10:17:36.047Z] 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-20T10:17:36.178Z] warn: Drive not found for target: /mnt/disk1 +[2026-03-20T10:17:36.180Z] warn: Drive not found for target: /mnt/user +[2026-03-20T10:17:36.180Z] warn: Drive not found for target: /mnt/cache +[2026-03-20T10:17:37.988Z] error: Error calling http://kallilabcore.local:61208/api/4/quicklook... +[2026-03-20T10:17:37.988Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:17:37.988Z] error: HTTP Error 500 calling http://kallilabcore.local:61208/api/4/quicklook +[2026-03-20T10:17:39.205Z] warn: Drive not found for target: /mnt/cache +[2026-03-20T10:17:39.205Z] warn: Drive not found for target: /mnt/disk1 +[2026-03-20T10:17:39.206Z] warn: Drive not found for target: /mnt/user +[2026-03-20T10:18:00.733Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:18:00.770Z] warn: Drive not found for target: /mnt/user +[2026-03-20T10:18:00.773Z] warn: Drive not found for target: /mnt/cache +[2026-03-20T10:18:00.781Z] 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-20T10:18:00.784Z] warn: Drive not found for target: /mnt/disk1 +[2026-03-20T10:18:00.788Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:18:00.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-20T10:18:00.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-20T10:18:00.803Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:18:00.805Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:18:00.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-20T10:18:00.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-20T10:18:00.812Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:18:00.818Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:18:00.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-20T10:18:00.824Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:18:00.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-20T10:18:00.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-20T10:18:00.831Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:18:00.834Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:18:00.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-20T10:18:00.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-20T10:18:00.840Z] error: Error calling http://kallilabcore.local:8088/client... +[2026-03-20T10:18:00.840Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:18:00.840Z] error: HTTP Error 500 calling http://kallilabcore.local:8088/client +[2026-03-20T10:18:00.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-20T10:18:00.844Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:18:00.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-20T10:18:00.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-20T10:18:00.854Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:18:00.861Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:18:00.883Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:18:00.892Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:18:00.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-20T10:18:00.902Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:18:00.905Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:18:00.910Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:18:00.912Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:18:00.914Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:18:00.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-20T10:18:00.918Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:18:00.920Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:18:00.922Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:18:00.924Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:18:00.927Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:18:00.998Z] 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-20T10:18:01.003Z] error: HTTP Error 401 calling https://api.tailscale.com/api/v2/device/YOUR_TAILSCALE_DEVICE_ID +[2026-03-20T10:18:01.018Z] error: Error calling https://kallilabcore.local:9443/api/endpoints/1/docker/containers/json... +[2026-03-20T10:18:01.019Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:18:01.019Z] error: HTTP Error 500 calling https://kallilabcore.local:9443/api/endpoints/1/docker/containers/json?all=1 +[2026-03-20T10:18:01.023Z] error: Error calling http://kallilabcore.local:3001/api/status-page/heartbeat/YOUR_UPTIME_STATUS_PAGE_SLUG... +[2026-03-20T10:18:01.023Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:18:01.027Z] error: Error calling http://kallilabcore.local:61208/api/4/quicklook... +[2026-03-20T10:18:01.027Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:18:01.027Z] error: HTTP Error 500 calling http://kallilabcore.local:61208/api/4/quicklook +[2026-03-20T10:18:01.043Z] error: Error calling http://kallilabcore.local:61208/api/4/system... +[2026-03-20T10:18:01.043Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:18:01.043Z] error: HTTP Error 500 calling http://kallilabcore.local:61208/api/4/system +[2026-03-20T10:18:01.050Z] error: Error calling http://kallilabcore.local:8080/api/settings... +[2026-03-20T10:18:01.050Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:18:01.063Z] error: Error calling http://kallilabcore.local:3001/api/status-page/YOUR_UPTIME_STATUS_PAGE_SLUG... +[2026-03-20T10:18:01.063Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:18:01.064Z] error: Error calling http://kallilabcore.local:8080/api/summary... +[2026-03-20T10:18:01.064Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:18:01.083Z] error: Error calling http://kallilabcore.local:19999/api/v1/info... +[2026-03-20T10:18:01.083Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:18:01.089Z] error: Error calling http://kallilabcore.local:8088/application... +[2026-03-20T10:18:01.089Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:18:01.089Z] error: HTTP Error 500 calling http://kallilabcore.local:8088/application +[2026-03-20T10:18:01.109Z] error: Error calling http://kallilabcore.local:20211/devices/totals... +[2026-03-20T10:18:01.109Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:18:01.110Z] error: HTTP Error 500 calling http://kallilabcore.local:20211/devices/totals +[2026-03-20T10:18:01.110Z] error: Error calling http://kallilabcore.local:8088/message... +[2026-03-20T10:18:01.110Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:18:01.110Z] error: HTTP Error 500 calling http://kallilabcore.local:8088/message +[2026-03-20T10:18:01.124Z] error: Error calling http://kallilabcore.local:8543/admin/api.php... +[2026-03-20T10:18:01.124Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:18:01.128Z] error: Error calling http://kallilabcore.local:8000/api/statistics/... +[2026-03-20T10:18:01.128Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:18:01.128Z] error: HTTP Error 500 calling http://kallilabcore.local:8000/api/statistics/?format=json +[2026-03-20T10:18:01.142Z] error: Error calling http://kallilabcore.local:9935/api/households/statistics... +[2026-03-20T10:18:01.142Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:18:01.143Z] error: HTTP Error 500 calling http://kallilabcore.local:9935/api/households/statistics +[2026-03-20T10:18:01.147Z] error: Error calling http://kallilabcore.local:32400/status/sessions... +[2026-03-20T10:18:01.147Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:18:01.147Z] error: HTTP 500 communicating with Plex. Data: [object Object] +[2026-03-20T10:18:01.147Z] 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-20T10:18:01.171Z] error: Error calling http://kallilabcore.local:2283/api/server-info/version... +[2026-03-20T10:18:01.171Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:18:01.171Z] error: HTTP Error 500 calling http://kallilabcore.local:2283/api/server-info/version +[2026-03-20T10:18:01.172Z] error: Error calling http://kallilabcore.local:2283/api/server-info/stats... +[2026-03-20T10:18:01.172Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:18:01.172Z] error: HTTP Error 500 calling http://kallilabcore.local:2283/api/server-info/stats +[2026-03-20T10:18:01.390Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:18:01.390Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:18:01.391Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:18:01.391Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:18:01.391Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:18:01.391Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:18:01.392Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:18:01.392Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:18:01.392Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:18:01.392Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:18:01.392Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:18:01.393Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:18:01.393Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:18:01.393Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:18:01.393Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:18:01.394Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:18:01.394Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:18:01.394Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:18:01.394Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:18:01.394Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:18:01.395Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:18:01.395Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:18:01.395Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:18:01.395Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:18:01.396Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:18:01.396Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:18:01.396Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:18:01.396Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:18:01.396Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:18:01.397Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:18:01.397Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:18:01.397Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:18:01.397Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:18:01.397Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:18:01.398Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:18:01.398Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:18:01.398Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:18:01.398Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:18:01.412Z] warn: Drive not found for target: /mnt/user +[2026-03-20T10:18:01.412Z] warn: Drive not found for target: /mnt/disk1 +[2026-03-20T10:18:01.413Z] warn: Drive not found for target: /mnt/cache +[2026-03-20T10:18:01.447Z] 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-20T10:18:01.538Z] error: Error calling https://kallilabcore.local:9443/api/endpoints/1/docker/containers/json... +[2026-03-20T10:18:01.538Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:18:01.538Z] error: HTTP Error 500 calling https://kallilabcore.local:9443/api/endpoints/1/docker/containers/json?all=1 +[2026-03-20T10:18:01.570Z] error: HTTP Error 401 calling https://api.tailscale.com/api/v2/device/YOUR_TAILSCALE_DEVICE_ID +[2026-03-20T10:18:01.581Z] error: Error calling http://kallilabcore.local:3001/api/status-page/YOUR_UPTIME_STATUS_PAGE_SLUG... +[2026-03-20T10:18:01.581Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:18:01.583Z] error: Error calling http://kallilabcore.local:20211/devices/totals... +[2026-03-20T10:18:01.583Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:18:01.583Z] error: HTTP Error 500 calling http://kallilabcore.local:20211/devices/totals +[2026-03-20T10:18:01.609Z] error: Error calling http://kallilabcore.local:19999/api/v1/info... +[2026-03-20T10:18:01.609Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:18:01.609Z] error: Error calling http://kallilabcore.local:61208/api/4/system... +[2026-03-20T10:18:01.609Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:18:01.609Z] error: HTTP Error 500 calling http://kallilabcore.local:61208/api/4/system +[2026-03-20T10:18:01.627Z] error: Error calling http://kallilabcore.local:3001/api/status-page/heartbeat/YOUR_UPTIME_STATUS_PAGE_SLUG... +[2026-03-20T10:18:01.628Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:18:01.628Z] error: Error calling http://kallilabcore.local:8080/api/settings... +[2026-03-20T10:18:01.628Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:18:01.635Z] error: Error calling http://kallilabcore.local:61208/api/4/quicklook... +[2026-03-20T10:18:01.635Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:18:01.635Z] error: HTTP Error 500 calling http://kallilabcore.local:61208/api/4/quicklook +[2026-03-20T10:18:01.648Z] error: Error calling http://kallilabcore.local:8080/api/summary... +[2026-03-20T10:18:01.648Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:18:01.656Z] error: Error calling http://kallilabcore.local:8088/application... +[2026-03-20T10:18:01.656Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:18:01.656Z] error: HTTP Error 500 calling http://kallilabcore.local:8088/application +[2026-03-20T10:18:01.664Z] error: Error calling http://kallilabcore.local:6969/graphql... +[2026-03-20T10:18:01.664Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:18:01.676Z] error: Error calling http://kallilabcore.local:8088/message... +[2026-03-20T10:18:01.676Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:18:01.676Z] error: HTTP Error 500 calling http://kallilabcore.local:8088/message +[2026-03-20T10:18:01.685Z] error: Error calling http://kallilabcore.local:8088/client... +[2026-03-20T10:18:01.685Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:18:01.685Z] error: HTTP Error 500 calling http://kallilabcore.local:8088/client +[2026-03-20T10:18:01.697Z] error: Error calling http://kallilabcore.local:8543/admin/api.php... +[2026-03-20T10:18:01.697Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:18:01.727Z] error: Error calling http://kallilabcore.local:9935/api/households/statistics... +[2026-03-20T10:18:01.728Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:18:01.728Z] error: HTTP Error 500 calling http://kallilabcore.local:9935/api/households/statistics +[2026-03-20T10:18:01.735Z] error: Error calling http://kallilabcore.local:8000/api/statistics/... +[2026-03-20T10:18:01.735Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:18:01.735Z] error: HTTP Error 500 calling http://kallilabcore.local:8000/api/statistics/?format=json +[2026-03-20T10:18:01.739Z] error: Error calling http://kallilabcore.local:2283/api/server-info/version... +[2026-03-20T10:18:01.739Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:18:01.739Z] error: HTTP Error 500 calling http://kallilabcore.local:2283/api/server-info/version +[2026-03-20T10:18:01.750Z] error: Error calling http://kallilabcore.local:32400/status/sessions... +[2026-03-20T10:18:01.750Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:18:01.750Z] error: HTTP 500 communicating with Plex. Data: [object Object] +[2026-03-20T10:18:01.750Z] 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-20T10:18:01.765Z] error: Error calling http://kallilabcore.local:2283/api/server-info/stats... +[2026-03-20T10:18:01.765Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:18:01.765Z] error: HTTP Error 500 calling http://kallilabcore.local:2283/api/server-info/stats +[2026-03-20T10:18:01.767Z] error: Error calling http://kallilabcore.local:6969/graphql... +[2026-03-20T10:18:01.767Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:18:04.156Z] warn: Drive not found for target: /mnt/disk1 +[2026-03-20T10:18:04.157Z] warn: Drive not found for target: /mnt/user +[2026-03-20T10:18:04.158Z] warn: Drive not found for target: /mnt/cache +[2026-03-20T10:18:04.373Z] error: Error calling http://kallilabcore.local:61208/api/4/quicklook... +[2026-03-20T10:18:04.374Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:18:04.374Z] error: HTTP Error 500 calling http://kallilabcore.local:61208/api/4/quicklook +[2026-03-20T10:18:05.762Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:18:05.763Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:18:05.763Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:18:05.763Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:18:05.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-20T10:18:05.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-20T10:18:05.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-20T10:18:05.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-20T10:18:05.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-20T10:18:05.765Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:18:05.765Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:18:05.765Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:18:05.765Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:18:05.765Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:18:05.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-20T10:18:05.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-20T10:18:05.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-20T10:18:05.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-20T10:18:05.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-20T10:18:05.767Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:18:05.767Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:18:05.767Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:18:05.767Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:18:05.767Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:18:05.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-20T10:18:05.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-20T10:18:05.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-20T10:18:05.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-20T10:18:05.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-20T10:18:05.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-20T10:18:05.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-20T10:18:05.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-20T10:18:05.770Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:18:05.770Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:18:05.770Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:18:05.770Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:18:05.770Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:18:05.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-20T10:18:05.783Z] warn: Drive not found for target: /mnt/user +[2026-03-20T10:18:05.783Z] warn: Drive not found for target: /mnt/cache +[2026-03-20T10:18:05.783Z] warn: Drive not found for target: /mnt/disk1 +[2026-03-20T10:18:05.821Z] 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-20T10:18:05.939Z] error: Error calling https://kallilabcore.local:9443/api/endpoints/1/docker/containers/json... +[2026-03-20T10:18:05.940Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:18:05.940Z] error: HTTP Error 500 calling https://kallilabcore.local:9443/api/endpoints/1/docker/containers/json?all=1 +[2026-03-20T10:18:05.942Z] error: HTTP Error 401 calling https://api.tailscale.com/api/v2/device/YOUR_TAILSCALE_DEVICE_ID +[2026-03-20T10:18:05.956Z] error: Error calling http://kallilabcore.local:3001/api/status-page/YOUR_UPTIME_STATUS_PAGE_SLUG... +[2026-03-20T10:18:05.956Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:18:05.957Z] error: Error calling http://kallilabcore.local:61208/api/4/quicklook... +[2026-03-20T10:18:05.957Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:18:05.957Z] error: HTTP Error 500 calling http://kallilabcore.local:61208/api/4/quicklook +[2026-03-20T10:18:05.968Z] error: Error calling http://kallilabcore.local:3001/api/status-page/heartbeat/YOUR_UPTIME_STATUS_PAGE_SLUG... +[2026-03-20T10:18:05.968Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:18:05.980Z] error: Error calling http://kallilabcore.local:61208/api/4/system... +[2026-03-20T10:18:05.980Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:18:05.980Z] error: HTTP Error 500 calling http://kallilabcore.local:61208/api/4/system +[2026-03-20T10:18:06.005Z] error: Error calling http://kallilabcore.local:8080/api/summary... +[2026-03-20T10:18:06.005Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:18:06.006Z] error: Error calling http://kallilabcore.local:20211/devices/totals... +[2026-03-20T10:18:06.006Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:18:06.006Z] error: HTTP Error 500 calling http://kallilabcore.local:20211/devices/totals +[2026-03-20T10:18:06.023Z] error: Error calling http://kallilabcore.local:8080/api/settings... +[2026-03-20T10:18:06.023Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:18:06.028Z] error: Error calling http://kallilabcore.local:8088/application... +[2026-03-20T10:18:06.028Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:18:06.028Z] error: HTTP Error 500 calling http://kallilabcore.local:8088/application +[2026-03-20T10:18:06.034Z] error: Error calling http://kallilabcore.local:8088/message... +[2026-03-20T10:18:06.034Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:18:06.034Z] error: HTTP Error 500 calling http://kallilabcore.local:8088/message +[2026-03-20T10:18:06.047Z] error: Error calling http://kallilabcore.local:19999/api/v1/info... +[2026-03-20T10:18:06.047Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:18:06.054Z] error: Error calling http://kallilabcore.local:6969/graphql... +[2026-03-20T10:18:06.054Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:18:06.067Z] error: Error calling http://kallilabcore.local:8543/admin/api.php... +[2026-03-20T10:18:06.067Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:18:06.076Z] error: Error calling http://kallilabcore.local:8088/client... +[2026-03-20T10:18:06.076Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:18:06.076Z] error: HTTP Error 500 calling http://kallilabcore.local:8088/client +[2026-03-20T10:18:06.087Z] error: Error calling http://kallilabcore.local:9935/api/households/statistics... +[2026-03-20T10:18:06.087Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:18:06.087Z] error: HTTP Error 500 calling http://kallilabcore.local:9935/api/households/statistics +[2026-03-20T10:18:06.098Z] error: Error calling http://kallilabcore.local:8000/api/statistics/... +[2026-03-20T10:18:06.099Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:18:06.099Z] error: HTTP Error 500 calling http://kallilabcore.local:8000/api/statistics/?format=json +[2026-03-20T10:18:06.108Z] error: Error calling http://kallilabcore.local:2283/api/server-info/stats... +[2026-03-20T10:18:06.109Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:18:06.109Z] error: HTTP Error 500 calling http://kallilabcore.local:2283/api/server-info/stats +[2026-03-20T10:18:06.125Z] error: Error calling http://kallilabcore.local:6969/graphql... +[2026-03-20T10:18:06.125Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:18:06.141Z] error: Error calling http://kallilabcore.local:2283/api/server-info/version... +[2026-03-20T10:18:06.141Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:18:06.141Z] error: HTTP Error 500 calling http://kallilabcore.local:2283/api/server-info/version +[2026-03-20T10:18:06.155Z] error: Error calling http://kallilabcore.local:32400/status/sessions... +[2026-03-20T10:18:06.156Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:18:06.156Z] error: HTTP 500 communicating with Plex. Data: [object Object] +[2026-03-20T10:18:06.156Z] 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-20T10:18:08.548Z] warn: Drive not found for target: /mnt/user +[2026-03-20T10:18:08.548Z] warn: Drive not found for target: /mnt/disk1 +[2026-03-20T10:18:08.550Z] warn: Drive not found for target: /mnt/cache +[2026-03-20T10:18:08.621Z] error: Error calling http://kallilabcore.local:61208/api/4/quicklook... +[2026-03-20T10:18:08.621Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:18:08.621Z] error: HTTP Error 500 calling http://kallilabcore.local:61208/api/4/quicklook +[2026-03-20T10:18:10.630Z] error: Error calling http://kallilabcore.local:32400/status/sessions... +[2026-03-20T10:18:10.630Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:18:10.630Z] error: HTTP 500 communicating with Plex. Data: [object Object] +[2026-03-20T10:18:10.630Z] 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-20T10:18:10.702Z] error: Error calling http://kallilabcore.local:61208/api/4/quicklook... +[2026-03-20T10:18:10.702Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:18:10.702Z] error: HTTP Error 500 calling http://kallilabcore.local:61208/api/4/quicklook +[2026-03-20T10:18:11.592Z] warn: Drive not found for target: /mnt/user +[2026-03-20T10:18:11.593Z] warn: Drive not found for target: /mnt/disk1 +[2026-03-20T10:18:11.593Z] warn: Drive not found for target: /mnt/cache +[2026-03-20T10:18:12.771Z] error: Error calling http://kallilabcore.local:61208/api/4/quicklook... +[2026-03-20T10:18:12.771Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:18:12.771Z] error: HTTP Error 500 calling http://kallilabcore.local:61208/api/4/quicklook +[2026-03-20T10:18:14.630Z] warn: Drive not found for target: /mnt/disk1 +[2026-03-20T10:18:14.630Z] warn: Drive not found for target: /mnt/user +[2026-03-20T10:18:14.632Z] warn: Drive not found for target: /mnt/cache +[2026-03-20T10:18:14.847Z] error: Error calling http://kallilabcore.local:61208/api/4/quicklook... +[2026-03-20T10:18:14.847Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:18:14.847Z] error: HTTP Error 500 calling http://kallilabcore.local:61208/api/4/quicklook +[2026-03-20T10:18:15.704Z] error: Error calling http://kallilabcore.local:32400/status/sessions... +[2026-03-20T10:18:15.704Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:18:15.704Z] error: HTTP 500 communicating with Plex. Data: [object Object] +[2026-03-20T10:18:15.704Z] 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-20T10:18:16.932Z] error: Error calling http://kallilabcore.local:61208/api/4/quicklook... +[2026-03-20T10:18:16.932Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:18:16.932Z] error: HTTP Error 500 calling http://kallilabcore.local:61208/api/4/quicklook +[2026-03-20T10:18:17.662Z] warn: Drive not found for target: /mnt/user +[2026-03-20T10:18:17.664Z] warn: Drive not found for target: /mnt/disk1 +[2026-03-20T10:18:17.664Z] warn: Drive not found for target: /mnt/cache +[2026-03-20T10:18:19.006Z] error: Error calling http://kallilabcore.local:61208/api/4/quicklook... +[2026-03-20T10:18:19.006Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:18:19.006Z] error: HTTP Error 500 calling http://kallilabcore.local:61208/api/4/quicklook +[2026-03-20T10:18:39.735Z] warn: Drive not found for target: /mnt/cache +[2026-03-20T10:18:39.744Z] warn: Drive not found for target: /mnt/user +[2026-03-20T10:18:39.747Z] warn: Drive not found for target: /mnt/disk1 +[2026-03-20T10:18:39.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-20T10:18:39.770Z] 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-20T10:18:39.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-20T10:18:39.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-20T10:18:39.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-20T10:18:39.785Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:18:39.788Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:18:39.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-20T10:18:39.797Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:18:39.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-20T10:18:39.803Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:18:39.810Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:18:39.813Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:18:39.816Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:18:39.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-20T10:18:39.825Z] 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-20T10:18:39.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-20T10:18:39.831Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:18:39.835Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:18:39.841Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:18:39.844Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:18:39.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-20T10:18:39.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-20T10:18:39.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-20T10:18:39.861Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:18:39.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-20T10:18:39.876Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:18:39.880Z] error: Error calling https://kallilabcore.local:9443/api/endpoints/1/docker/containers/json... +[2026-03-20T10:18:39.880Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:18:39.880Z] error: HTTP Error 500 calling https://kallilabcore.local:9443/api/endpoints/1/docker/containers/json?all=1 +[2026-03-20T10:18:39.884Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:18:39.892Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:18:39.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-20T10:18:39.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-20T10:18:39.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-20T10:18:39.903Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:18:39.905Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:18:39.906Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:18:39.907Z] error: HTTP Error 401 calling https://api.tailscale.com/api/v2/device/YOUR_TAILSCALE_DEVICE_ID +[2026-03-20T10:18:39.908Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:18:39.910Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:18:39.912Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:18:39.914Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:18:39.914Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:18:40.002Z] error: Error calling http://kallilabcore.local:3001/api/status-page/YOUR_UPTIME_STATUS_PAGE_SLUG... +[2026-03-20T10:18:40.002Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:18:40.002Z] error: Error calling http://kallilabcore.local:3001/api/status-page/heartbeat/YOUR_UPTIME_STATUS_PAGE_SLUG... +[2026-03-20T10:18:40.002Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:18:40.100Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:18:40.101Z] error: Error calling http://kallilabcore.local:8080/api/settings... +[2026-03-20T10:18:40.101Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:18:40.101Z] error: Error calling http://kallilabcore.local:8080/api/summary... +[2026-03-20T10:18:40.101Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:18:40.116Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:18:40.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-20T10:18:40.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-20T10:18:40.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-20T10:18:40.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-20T10:18:40.118Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:18:40.118Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:18:40.118Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:18:40.118Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:18:40.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-20T10:18:40.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-20T10:18:40.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-20T10:18:40.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-20T10:18:40.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-20T10:18:40.120Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:18:40.120Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:18:40.120Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:18:40.120Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:18:40.121Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:18:40.121Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:18:40.121Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:18:40.121Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:18:40.121Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:18:40.121Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:18:40.122Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:18:40.122Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:18:40.122Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:18:40.122Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:18:40.122Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:18:40.122Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:18:40.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-20T10:18:40.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-20T10:18:40.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-20T10:18:40.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-20T10:18:40.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-20T10:18:40.124Z] warn: Drive not found for target: /mnt/cache +[2026-03-20T10:18:40.125Z] warn: Drive not found for target: /mnt/disk1 +[2026-03-20T10:18:40.129Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:18:40.129Z] error: Error calling http://kallilabcore.local:61208/api/4/system... +[2026-03-20T10:18:40.130Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:18:40.130Z] error: Error calling http://kallilabcore.local:61208/api/4/quicklook... +[2026-03-20T10:18:40.130Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:18:40.130Z] error: HTTP Error 500 calling http://kallilabcore.local:61208/api/4/system +[2026-03-20T10:18:40.130Z] error: HTTP Error 500 calling http://kallilabcore.local:61208/api/4/quicklook +[2026-03-20T10:18:40.130Z] warn: Drive not found for target: /mnt/user +[2026-03-20T10:18:40.132Z] error: Error: connect ENOENT /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) + at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) +[2026-03-20T10:18:40.156Z] error: Error calling http://kallilabcore.local:8088/application... +[2026-03-20T10:18:40.156Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:18:40.156Z] error: Error calling http://kallilabcore.local:8088/message... +[2026-03-20T10:18:40.156Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:18:40.156Z] error: Error calling http://kallilabcore.local:8088/client... +[2026-03-20T10:18:40.157Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:18:40.157Z] error: Error calling http://kallilabcore.local:19999/api/v1/info... +[2026-03-20T10:18:40.157Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:18:40.157Z] error: HTTP Error 500 calling http://kallilabcore.local:8088/application +[2026-03-20T10:18:40.157Z] error: HTTP Error 500 calling http://kallilabcore.local:8088/message +[2026-03-20T10:18:40.157Z] error: HTTP Error 500 calling http://kallilabcore.local:8088/client +[2026-03-20T10:18:40.163Z] 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-20T10:18:40.166Z] error: Error calling http://kallilabcore.local:8543/admin/api.php... +[2026-03-20T10:18:40.166Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:18:40.166Z] error: Error calling http://kallilabcore.local:20211/devices/totals... +[2026-03-20T10:18:40.166Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:18:40.166Z] error: Error calling http://kallilabcore.local:8000/api/statistics/... +[2026-03-20T10:18:40.167Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:18:40.167Z] error: Error calling http://kallilabcore.local:32400/status/sessions... +[2026-03-20T10:18:40.167Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:18:40.167Z] error: HTTP Error 500 calling http://kallilabcore.local:20211/devices/totals +[2026-03-20T10:18:40.167Z] error: HTTP Error 500 calling http://kallilabcore.local:8000/api/statistics/?format=json +[2026-03-20T10:18:40.167Z] error: HTTP 500 communicating with Plex. Data: [object Object] +[2026-03-20T10:18:40.167Z] 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-20T10:18:40.173Z] error: Error calling http://kallilabcore.local:9935/api/households/statistics... +[2026-03-20T10:18:40.173Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:18:40.174Z] error: HTTP Error 500 calling http://kallilabcore.local:9935/api/households/statistics +[2026-03-20T10:18:40.192Z] error: Error calling http://kallilabcore.local:2283/api/server-info/stats... +[2026-03-20T10:18:40.193Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:18:40.193Z] error: Error calling http://kallilabcore.local:2283/api/server-info/version... +[2026-03-20T10:18:40.193Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:18:40.193Z] error: Error calling http://kallilabcore.local:6969/graphql... +[2026-03-20T10:18:40.193Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:18:40.193Z] error: HTTP Error 500 calling http://kallilabcore.local:2283/api/server-info/stats +[2026-03-20T10:18:40.193Z] error: HTTP Error 500 calling http://kallilabcore.local:2283/api/server-info/version +[2026-03-20T10:18:40.273Z] error: Error calling https://kallilabcore.local:9443/api/endpoints/1/docker/containers/json... +[2026-03-20T10:18:40.274Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:18:40.274Z] error: HTTP Error 500 calling https://kallilabcore.local:9443/api/endpoints/1/docker/containers/json?all=1 +[2026-03-20T10:18:40.302Z] error: Error calling http://kallilabcore.local:3001/api/status-page/heartbeat/YOUR_UPTIME_STATUS_PAGE_SLUG... +[2026-03-20T10:18:40.302Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:18:40.304Z] error: HTTP Error 401 calling https://api.tailscale.com/api/v2/device/YOUR_TAILSCALE_DEVICE_ID +[2026-03-20T10:18:40.310Z] error: Error calling http://kallilabcore.local:3001/api/status-page/YOUR_UPTIME_STATUS_PAGE_SLUG... +[2026-03-20T10:18:40.310Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:18:40.321Z] error: Error calling http://kallilabcore.local:61208/api/4/quicklook... +[2026-03-20T10:18:40.321Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:18:40.321Z] error: HTTP Error 500 calling http://kallilabcore.local:61208/api/4/quicklook +[2026-03-20T10:18:40.328Z] error: Error calling http://kallilabcore.local:61208/api/4/system... +[2026-03-20T10:18:40.328Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:18:40.328Z] error: HTTP Error 500 calling http://kallilabcore.local:61208/api/4/system +[2026-03-20T10:18:40.342Z] error: Error calling http://kallilabcore.local:6969/graphql... +[2026-03-20T10:18:40.342Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:18:40.351Z] error: Error calling http://kallilabcore.local:8080/api/summary... +[2026-03-20T10:18:40.352Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:18:40.366Z] error: Error calling http://kallilabcore.local:8080/api/settings... +[2026-03-20T10:18:40.367Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:18:40.372Z] error: Error calling http://kallilabcore.local:19999/api/v1/info... +[2026-03-20T10:18:40.372Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:18:40.387Z] error: Error calling http://kallilabcore.local:20211/devices/totals... +[2026-03-20T10:18:40.387Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:18:40.387Z] error: HTTP Error 500 calling http://kallilabcore.local:20211/devices/totals +[2026-03-20T10:18:40.393Z] error: Error calling http://kallilabcore.local:8088/application... +[2026-03-20T10:18:40.393Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:18:40.393Z] error: HTTP Error 500 calling http://kallilabcore.local:8088/application +[2026-03-20T10:18:40.407Z] error: Error calling http://kallilabcore.local:8543/admin/api.php... +[2026-03-20T10:18:40.407Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:18:40.413Z] error: Error calling http://kallilabcore.local:8088/message... +[2026-03-20T10:18:40.413Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:18:40.413Z] error: HTTP Error 500 calling http://kallilabcore.local:8088/message +[2026-03-20T10:18:40.431Z] error: Error calling http://kallilabcore.local:8088/client... +[2026-03-20T10:18:40.431Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:18:40.431Z] error: HTTP Error 500 calling http://kallilabcore.local:8088/client +[2026-03-20T10:18:40.433Z] error: Error calling http://kallilabcore.local:8000/api/statistics/... +[2026-03-20T10:18:40.433Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:18:40.433Z] error: HTTP Error 500 calling http://kallilabcore.local:8000/api/statistics/?format=json +[2026-03-20T10:18:40.450Z] error: Error calling http://kallilabcore.local:9935/api/households/statistics... +[2026-03-20T10:18:40.450Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:18:40.450Z] error: HTTP Error 500 calling http://kallilabcore.local:9935/api/households/statistics +[2026-03-20T10:18:40.454Z] error: Error calling http://kallilabcore.local:32400/status/sessions... +[2026-03-20T10:18:40.455Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:18:40.455Z] error: HTTP 500 communicating with Plex. Data: [object Object] +[2026-03-20T10:18:40.455Z] 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-20T10:18:40.465Z] error: Error calling http://kallilabcore.local:2283/api/server-info/version... +[2026-03-20T10:18:40.465Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:18:40.465Z] error: HTTP Error 500 calling http://kallilabcore.local:2283/api/server-info/version +[2026-03-20T10:18:40.473Z] error: Error calling http://kallilabcore.local:2283/api/server-info/stats... +[2026-03-20T10:18:40.473Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] +[2026-03-20T10:18:40.473Z] error: HTTP Error 500 calling http://kallilabcore.local:2283/api/server-info/stats +[2026-03-20T10:18:40.497Z] error: Error calling http://kallilabcore.local:6969/graphql... +[2026-03-20T10:18:40.497Z] error: [ + 500, + [Error: queryAaaa ENOTFOUND kallilabcore.local] { + errno: undefined, + code: 'ENOTFOUND', + syscall: 'queryAaaa', + hostname: 'kallilabcore.local' + } +] diff --git a/settings.yaml b/settings.yaml index f8dee89..3534163 100755 --- a/settings.yaml +++ b/settings.yaml @@ -18,7 +18,7 @@ quicklaunch: showSearchSuggestions: true background: - image: /images/kalilab-bg.jpg + image: /images/bac.jpg blur: sm saturate: 50 brightness: 50