diff --git a/.docker/containers/homepage/bookmarks.yaml b/.docker/containers/homepage/bookmarks.yaml new file mode 100644 index 0000000..7ff43a8 --- /dev/null +++ b/.docker/containers/homepage/bookmarks.yaml @@ -0,0 +1,104 @@ +--- +# For configuration options and examples, please see: +# https://gethomepage.dev/configs/bookmarks + +- General: + - Blog: + - abbr: PD + icon: /images/hugo.png + href: https://peterdominguez.art/ + - Arch Forums: + - abbr: AF + icon: /images/arch.png + href: https://bbs.archlinux.org + - Jellyfin Forums: + - abbr: JF + icon: jellyfin.png + href: https://forum.jellyfin.org/ + - HeVK's Torrents: + - abbr: HE + icon: /images/1337x.png + href: https://1337x.st/user/HeVK/ + - QxR's Torrents: + - abbr: QX + icon: /images/1337x.png + href: https://1337x.st/user/QxR/ + - Local Syncthing: + - abbr: LS + icon: syncthing.png + href: http://127.0.0.1:8384 +- Services: + - Gitlab: + - abbr: GL + icon: gitlab.png + href: https://gitlab.com + - Github: + - abbr: GH + icon: /images/github.png + href: https://github.com + - Linode: + - abbr: LD + href: https://login.linode.com/login + icon: linode.png + - Filen: + - abbr: FN + href: https://app.filen.io/#/login + icon: /images/filen.png + - Amazon: + - abbr: AZ + href: https://amazon.com + icon: /images/amazon.png + - Namecheap: + - abbr: NC + href: https://namecheap.com/myaccount/login + icon: namecheap.png +- Entertainment: + - YouTube: + - abbr: YT + icon: youtube.png + href: https://youtube.com + - Odysee: + - abbr: OD + icon: /images/odysee.png + href: https://odysee.com/ + - Roku: + - abbr: RK + icon: /images/roku.png + href: https://my.roku.com/signin + - MangaDex: + - abbr: MD + icon: /images/mangadex.png + href: https://mangadex.org/ + - GOG: + - abbr: GO + icon: /images/gog.png + href: https://gog.com + - Steam: + - abbr: SM + icon: steam.png + href: https://store.steampowered.com +- Documentation: + - Vim Cheat Sheet: + - abbr: VS + icon: /images/vim.png + href: https://vim.rtorr.com + - Chmod Calculator: + - abbr: CC + icon: /images/chmod.png + href: https://chmod-calculator.com + - Arch Wiki: + - abbr: AW + icon: /images/arch.png + href: https://wiki.archlinux.org + - Docker Compose Wiki: + - abbr: DW + icon: docker.png + href: https://docs.docker.com/compose + - Hyprland Wiki: + - abbr: HW + icon: /images/hyprland.png + href: https://wiki.hyprland.org + - Kitty Docs: + - abbr: KD + icon: /images/kitty.png + href: https://sw.kovidgoyal.net/kitty diff --git a/.docker/containers/homepage/custom.css b/.docker/containers/homepage/custom.css new file mode 100644 index 0000000..e69de29 diff --git a/.docker/containers/homepage/custom.js b/.docker/containers/homepage/custom.js new file mode 100644 index 0000000..e69de29 diff --git a/.docker/containers/homepage/docker.yaml b/.docker/containers/homepage/docker.yaml new file mode 100644 index 0000000..6818008 --- /dev/null +++ b/.docker/containers/homepage/docker.yaml @@ -0,0 +1,40 @@ +--- +# For configuration options and examples, please see: +# https://gethomepage.dev/configs/docker/ + + pihole: + host: 10.0.0.121 + port: 6346:443 + socket: /var/run/docker.sock + qbittorrent-nox: + host: 10.0.0.121 + port: 8080 + socket: /var/run/docker.sock + jackett: + host: 10.0.0.121 + port: 9117 + socket: /var/run/docker.sock + flaresolverr: + host: 10.0.0.121 + port: 8191 + socket: /var/run/docker.sock + speedtest: + host: 10.0.0.121 + port: 7639 + socket: /var/run/docker.sock + homepage: + host: 10.0.0.121 + port: 3000 + socket: /var/run/docker.sock + unbound: + host: 10.0.0.121 + port: 5335 + socket: /var/run/docker.sock + metube: + host: 10.0.0.121 + port: 8081 + socket: /var/run/docker.sock + speedtest-tracker: + host: 10.0.0.121 + port: 9080 + socket: /var/run/docker.sock diff --git a/.docker/containers/homepage/images/1337x.png b/.docker/containers/homepage/images/1337x.png new file mode 100644 index 0000000..ba5acd7 Binary files /dev/null and b/.docker/containers/homepage/images/1337x.png differ diff --git a/.docker/containers/homepage/images/amazon.png b/.docker/containers/homepage/images/amazon.png new file mode 100644 index 0000000..ab8b84d Binary files /dev/null and b/.docker/containers/homepage/images/amazon.png differ diff --git a/.docker/containers/homepage/images/arch.png b/.docker/containers/homepage/images/arch.png new file mode 100644 index 0000000..b354eb3 Binary files /dev/null and b/.docker/containers/homepage/images/arch.png differ diff --git a/.docker/containers/homepage/images/castlevania3.png b/.docker/containers/homepage/images/castlevania3.png new file mode 100644 index 0000000..07984a9 Binary files /dev/null and b/.docker/containers/homepage/images/castlevania3.png differ diff --git a/.docker/containers/homepage/images/chmod.png b/.docker/containers/homepage/images/chmod.png new file mode 100644 index 0000000..ff9ab8e Binary files /dev/null and b/.docker/containers/homepage/images/chmod.png differ diff --git a/.docker/containers/homepage/images/classicpress.png b/.docker/containers/homepage/images/classicpress.png new file mode 100644 index 0000000..20cdc15 Binary files /dev/null and b/.docker/containers/homepage/images/classicpress.png differ diff --git a/.docker/containers/homepage/images/debian.png b/.docker/containers/homepage/images/debian.png new file mode 100644 index 0000000..a4b007b Binary files /dev/null and b/.docker/containers/homepage/images/debian.png differ diff --git a/.docker/containers/homepage/images/filen.png b/.docker/containers/homepage/images/filen.png new file mode 100644 index 0000000..5ba3062 Binary files /dev/null and b/.docker/containers/homepage/images/filen.png differ diff --git a/.docker/containers/homepage/images/github.png b/.docker/containers/homepage/images/github.png new file mode 100644 index 0000000..0321a22 Binary files /dev/null and b/.docker/containers/homepage/images/github.png differ diff --git a/.docker/containers/homepage/images/gitlab.png b/.docker/containers/homepage/images/gitlab.png new file mode 100644 index 0000000..1219567 Binary files /dev/null and b/.docker/containers/homepage/images/gitlab.png differ diff --git a/.docker/containers/homepage/images/gog.png b/.docker/containers/homepage/images/gog.png new file mode 100644 index 0000000..9bba47e Binary files /dev/null and b/.docker/containers/homepage/images/gog.png differ diff --git a/.docker/containers/homepage/images/hugo.png b/.docker/containers/homepage/images/hugo.png new file mode 100644 index 0000000..4c9b468 Binary files /dev/null and b/.docker/containers/homepage/images/hugo.png differ diff --git a/.docker/containers/homepage/images/hyprland.png b/.docker/containers/homepage/images/hyprland.png new file mode 100644 index 0000000..14ea6a4 Binary files /dev/null and b/.docker/containers/homepage/images/hyprland.png differ diff --git a/.docker/containers/homepage/images/kitty.png b/.docker/containers/homepage/images/kitty.png new file mode 100644 index 0000000..f7e5ed0 Binary files /dev/null and b/.docker/containers/homepage/images/kitty.png differ diff --git a/.docker/containers/homepage/images/mangadex.png b/.docker/containers/homepage/images/mangadex.png new file mode 100644 index 0000000..35dd3c9 Binary files /dev/null and b/.docker/containers/homepage/images/mangadex.png differ diff --git a/.docker/containers/homepage/images/moon.png b/.docker/containers/homepage/images/moon.png new file mode 100644 index 0000000..e588f90 Binary files /dev/null and b/.docker/containers/homepage/images/moon.png differ diff --git a/.docker/containers/homepage/images/odysee.png b/.docker/containers/homepage/images/odysee.png new file mode 100644 index 0000000..4cacfd1 Binary files /dev/null and b/.docker/containers/homepage/images/odysee.png differ diff --git a/.docker/containers/homepage/images/roku.png b/.docker/containers/homepage/images/roku.png new file mode 100644 index 0000000..3ebcbbd Binary files /dev/null and b/.docker/containers/homepage/images/roku.png differ diff --git a/.docker/containers/homepage/images/saturn.png b/.docker/containers/homepage/images/saturn.png new file mode 100644 index 0000000..862a9ab Binary files /dev/null and b/.docker/containers/homepage/images/saturn.png differ diff --git a/.docker/containers/homepage/images/tuta.png b/.docker/containers/homepage/images/tuta.png new file mode 100644 index 0000000..04f00ee Binary files /dev/null and b/.docker/containers/homepage/images/tuta.png differ diff --git a/.docker/containers/homepage/images/vim.png b/.docker/containers/homepage/images/vim.png new file mode 100644 index 0000000..b450bca Binary files /dev/null and b/.docker/containers/homepage/images/vim.png differ diff --git a/.docker/containers/homepage/kubernetes.yaml b/.docker/containers/homepage/kubernetes.yaml new file mode 100644 index 0000000..aca6e82 --- /dev/null +++ b/.docker/containers/homepage/kubernetes.yaml @@ -0,0 +1,2 @@ +--- +# sample kubernetes config diff --git a/.docker/containers/homepage/logs/homepage.log b/.docker/containers/homepage/logs/homepage.log new file mode 100644 index 0000000..23f9db3 --- /dev/null +++ b/.docker/containers/homepage/logs/homepage.log @@ -0,0 +1,5056 @@ +[2025-02-19T19:26:14.391Z] info: docker.yaml was copied to the config folder +[2025-02-19T19:26:14.393Z] info: services.yaml was copied to the config folder +[2025-02-19T19:26:14.393Z] info: bookmarks.yaml was copied to the config folder +[2025-02-19T19:26:14.394Z] info: widgets.yaml was copied to the config folder +[2025-02-19T19:26:14.394Z] info: custom.css was copied to the config folder +[2025-02-19T19:26:14.395Z] info: custom.js was copied to the config folder +[2025-02-19T19:26:14.489Z] info: kubernetes.yaml was copied to the config folder +[2025-02-19T21:42:08.301Z] error: Failed to load services.yaml, please check for errors +[2025-02-19T21:42:08.302Z] error: YAMLException: bad indentation of a mapping entry (8:20) + + 5 | - My First Group: + 6 | - My First Service: + 7 | href: http://10.0.0.13:8096/ + 8 | description: The Free Software Media System +------------------------^ + 9 | + 10 | - My Second Group: +[2025-02-19T21:42:08.306Z] error: Failed to load services.yaml, please check for errors +[2025-02-19T21:42:08.306Z] error: YAMLException: bad indentation of a mapping entry (8:20) + + 5 | - My First Group: + 6 | - My First Service: + 7 | href: http://10.0.0.13:8096/ + 8 | description: The Free Software Media System +------------------------^ + 9 | + 10 | - My Second Group: +[2025-02-19T21:42:08.465Z] error: Failed to load services.yaml, please check for errors +[2025-02-19T21:42:08.465Z] error: YAMLException: bad indentation of a mapping entry (8:20) + + 5 | - My First Group: + 6 | - My First Service: + 7 | href: http://10.0.0.13:8096/ + 8 | description: The Free Software Media System +------------------------^ + 9 | + 10 | - My Second Group: +[2025-02-19T21:42:31.827Z] warn: Error parsing service "My First Service" from config. Ensure required fields are present. +[2025-02-19T21:42:31.872Z] warn: Error parsing service "My First Service" from config. Ensure required fields are present. +[2025-02-19T21:42:32.026Z] warn: Error parsing service "My First Service" from config. Ensure required fields are present. +[2025-02-19T21:49:57.924Z] error: undefined +[2025-02-19T21:49:57.936Z] error: undefined +[2025-02-19T21:50:01.227Z] error: undefined +[2025-02-19T21:50:01.229Z] error: undefined +[2025-02-19T22:56:10.976Z] error: Failed to discover services, please check docker.yaml for errors or remove example entries. +[2025-02-19T22:56:10.978Z] error: YAMLException: duplicated mapping key (9:2) + + 6 | host: 10.0.0.121 + 7 | port: 6346 + 8 | + 9 | pihole: +-------^ + 10 | socket: /var/run/docker.sock +[2025-02-19T22:56:10.991Z] error: Failed to discover services, please check docker.yaml for errors or remove example entries. +[2025-02-19T22:56:10.992Z] error: YAMLException: duplicated mapping key (9:2) + + 6 | host: 10.0.0.121 + 7 | port: 6346 + 8 | + 9 | pihole: +-------^ + 10 | socket: /var/run/docker.sock +[2025-02-19T22:56:11.188Z] error: Failed to discover services, please check docker.yaml for errors or remove example entries. +[2025-02-19T22:56:11.188Z] error: YAMLException: duplicated mapping key (9:2) + + 6 | host: 10.0.0.121 + 7 | port: 6346 + 8 | + 9 | pihole: +-------^ + 10 | socket: /var/run/docker.sock +[2025-02-19T22:57:12.495Z] error: Error getting services from Docker server 'pihole': Error: socket hang up + at connResetException (node:internal/errors:720:14) + at Socket.socketOnEnd (node:_http_client:525:23) + at Socket.emit (node:events:529:35) + at endReadableNT (node:internal/streams/readable:1400:12) + at process.processTicksAndRejections (node:internal/process/task_queues:82:21) { + code: 'ECONNRESET' +} +[2025-02-19T22:57:12.507Z] error: Error getting services from Docker server 'pihole': Error: socket hang up + at connResetException (node:internal/errors:720:14) + at Socket.socketOnEnd (node:_http_client:525:23) + at Socket.emit (node:events:529:35) + at endReadableNT (node:internal/streams/readable:1400:12) + at process.processTicksAndRejections (node:internal/process/task_queues:82:21) { + code: 'ECONNRESET' +} +[2025-02-19T22:57:12.678Z] error: Error getting services from Docker server 'pihole': Error: socket hang up + at connResetException (node:internal/errors:720:14) + at Socket.socketOnEnd (node:_http_client:525:23) + at Socket.emit (node:events:529:35) + at endReadableNT (node:internal/streams/readable:1400:12) + at process.processTicksAndRejections (node:internal/process/task_queues:82:21) { + code: 'ECONNRESET' +} +[2025-02-19T22:57:52.995Z] error: Error getting services from Docker server 'pihole': Error: connect ECONNREFUSED 10.0.0.121:80 + at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1555:16) { + errno: -111, + code: 'ECONNREFUSED', + syscall: 'connect', + address: '10.0.0.121', + port: 80 +} +[2025-02-19T22:57:52.997Z] error: Error getting services from Docker server 'pihole': Error: connect ECONNREFUSED 10.0.0.121:80 + at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1555:16) { + errno: -111, + code: 'ECONNREFUSED', + syscall: 'connect', + address: '10.0.0.121', + port: 80 +} +[2025-02-19T22:57:53.149Z] error: Error getting services from Docker server 'pihole': Error: connect ECONNREFUSED 10.0.0.121:80 + at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1555:16) { + errno: -111, + code: 'ECONNREFUSED', + syscall: 'connect', + address: '10.0.0.121', + port: 80 +} +[2025-02-19T22:58:43.571Z] error: Error getting services from Docker server 'pihole': Error: socket hang up + at connResetException (node:internal/errors:720:14) + at Socket.socketOnEnd (node:_http_client:525:23) + at Socket.emit (node:events:529:35) + at endReadableNT (node:internal/streams/readable:1400:12) + at process.processTicksAndRejections (node:internal/process/task_queues:82:21) { + code: 'ECONNRESET' +} +[2025-02-19T22:58:43.574Z] error: Error getting services from Docker server 'pihole': Error: socket hang up + at connResetException (node:internal/errors:720:14) + at Socket.socketOnEnd (node:_http_client:525:23) + at Socket.emit (node:events:529:35) + at endReadableNT (node:internal/streams/readable:1400:12) + at process.processTicksAndRejections (node:internal/process/task_queues:82:21) { + code: 'ECONNRESET' +} +[2025-02-19T22:58:43.713Z] error: Error getting services from Docker server 'pihole': Error: socket hang up + at connResetException (node:internal/errors:720:14) + at Socket.socketOnEnd (node:_http_client:525:23) + at Socket.emit (node:events:529:35) + at endReadableNT (node:internal/streams/readable:1400:12) + at process.processTicksAndRejections (node:internal/process/task_queues:82:21) { + code: 'ECONNRESET' +} +[2025-02-19T22:58:59.707Z] error: Error getting services from Docker server 'pihole': Error: socket hang up + at connResetException (node:internal/errors:720:14) + at Socket.socketOnEnd (node:_http_client:525:23) + at Socket.emit (node:events:529:35) + at endReadableNT (node:internal/streams/readable:1400:12) + at process.processTicksAndRejections (node:internal/process/task_queues:82:21) { + code: 'ECONNRESET' +} +[2025-02-19T23:00:28.202Z] error: Error getting services from Docker server 'pihole': Error: socket hang up + at connResetException (node:internal/errors:720:14) + at Socket.socketOnEnd (node:_http_client:525:23) + at Socket.emit (node:events:529:35) + at endReadableNT (node:internal/streams/readable:1400:12) + at process.processTicksAndRejections (node:internal/process/task_queues:82:21) { + code: 'ECONNRESET' +} +[2025-02-19T23:00:28.292Z] error: Error getting services from Docker server 'pihole': Error: socket hang up + at connResetException (node:internal/errors:720:14) + at Socket.socketOnEnd (node:_http_client:525:23) + at Socket.emit (node:events:529:35) + at endReadableNT (node:internal/streams/readable:1400:12) + at process.processTicksAndRejections (node:internal/process/task_queues:82:21) { + code: 'ECONNRESET' +} +[2025-02-19T23:00:28.592Z] error: Error getting services from Docker server 'pihole': Error: socket hang up + at connResetException (node:internal/errors:720:14) + at Socket.socketOnEnd (node:_http_client:525:23) + at Socket.emit (node:events:529:35) + at endReadableNT (node:internal/streams/readable:1400:12) + at process.processTicksAndRejections (node:internal/process/task_queues:82:21) { + code: 'ECONNRESET' +} +[2025-02-19T23:00:42.295Z] error: Error getting services from Docker server 'pihole': Error: socket hang up + at connResetException (node:internal/errors:720:14) + at Socket.socketOnEnd (node:_http_client:525:23) + at Socket.emit (node:events:529:35) + at endReadableNT (node:internal/streams/readable:1400:12) + at process.processTicksAndRejections (node:internal/process/task_queues:82:21) { + code: 'ECONNRESET' +} +[2025-02-19T23:00:42.298Z] error: Error getting services from Docker server 'pihole': Error: socket hang up + at connResetException (node:internal/errors:720:14) + at Socket.socketOnEnd (node:_http_client:525:23) + at Socket.emit (node:events:529:35) + at endReadableNT (node:internal/streams/readable:1400:12) + at process.processTicksAndRejections (node:internal/process/task_queues:82:21) { + code: 'ECONNRESET' +} +[2025-02-19T23:00:42.455Z] error: Error getting services from Docker server 'pihole': Error: socket hang up + at connResetException (node:internal/errors:720:14) + at Socket.socketOnEnd (node:_http_client:525:23) + at Socket.emit (node:events:529:35) + at endReadableNT (node:internal/streams/readable:1400:12) + at process.processTicksAndRejections (node:internal/process/task_queues:82:21) { + code: 'ECONNRESET' +} +[2025-02-19T23:02:33.970Z] error: Error getting services from Docker server 'pihole': Error: socket hang up + at connResetException (node:internal/errors:720:14) + at Socket.socketOnEnd (node:_http_client:525:23) + at Socket.emit (node:events:529:35) + at endReadableNT (node:internal/streams/readable:1400:12) + at process.processTicksAndRejections (node:internal/process/task_queues:82:21) { + code: 'ECONNRESET' +} +[2025-02-19T23:02:33.973Z] error: Error getting services from Docker server 'pihole': Error: socket hang up + at connResetException (node:internal/errors:720:14) + at Socket.socketOnEnd (node:_http_client:525:23) + at Socket.emit (node:events:529:35) + at endReadableNT (node:internal/streams/readable:1400:12) + at process.processTicksAndRejections (node:internal/process/task_queues:82:21) { + code: 'ECONNRESET' +} +[2025-02-19T23:02:34.123Z] error: Error getting services from Docker server 'pihole': Error: socket hang up + at connResetException (node:internal/errors:720:14) + at Socket.socketOnEnd (node:_http_client:525:23) + at Socket.emit (node:events:529:35) + at endReadableNT (node:internal/streams/readable:1400:12) + at process.processTicksAndRejections (node:internal/process/task_queues:82:21) { + code: 'ECONNRESET' +} +[2025-02-19T23:02:53.611Z] error: Error getting services from Docker server 'pihole': Error: socket hang up + at connResetException (node:internal/errors:720:14) + at Socket.socketOnEnd (node:_http_client:525:23) + at Socket.emit (node:events:529:35) + at endReadableNT (node:internal/streams/readable:1400:12) + at process.processTicksAndRejections (node:internal/process/task_queues:82:21) { + code: 'ECONNRESET' +} +[2025-02-19T23:03:25.205Z] error: Error getting services from Docker server 'pihole': Error: socket hang up + at connResetException (node:internal/errors:720:14) + at Socket.socketOnEnd (node:_http_client:525:23) + at Socket.emit (node:events:529:35) + at endReadableNT (node:internal/streams/readable:1400:12) + at process.processTicksAndRejections (node:internal/process/task_queues:82:21) { + code: 'ECONNRESET' +} +[2025-02-19T23:03:25.208Z] error: Error getting services from Docker server 'pihole': Error: socket hang up + at connResetException (node:internal/errors:720:14) + at Socket.socketOnEnd (node:_http_client:525:23) + at Socket.emit (node:events:529:35) + at endReadableNT (node:internal/streams/readable:1400:12) + at process.processTicksAndRejections (node:internal/process/task_queues:82:21) { + code: 'ECONNRESET' +} +[2025-02-19T23:03:25.364Z] error: TypeError: Cannot read properties of null (reading 'conn') + at handler (/app/.next/server/pages/api/docker/status/[...service].js:89:86) + at Object.apiResolver (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/api-utils/node.js:366:15) + at process.processTicksAndRejections (node:internal/process/task_queues:95:5) + at async NextNodeServer.runApi (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/next-server.js:481:9) + at async Object.fn (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/next-server.js:741:37) + at async Router.execute (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/router.js:252:36) + at async NextNodeServer.run (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/base-server.js:365:29) + at async NextNodeServer.handleRequest (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/base-server.js:303:20) + at async Server. (/app/server.js:19:5) +[2025-02-19T23:03:25.379Z] error: Error getting services from Docker server 'pihole': Error: socket hang up + at connResetException (node:internal/errors:720:14) + at Socket.socketOnEnd (node:_http_client:525:23) + at Socket.emit (node:events:529:35) + at endReadableNT (node:internal/streams/readable:1400:12) + at process.processTicksAndRejections (node:internal/process/task_queues:82:21) { + code: 'ECONNRESET' +} +[2025-02-19T23:03:39.295Z] error: TypeError: Cannot read properties of null (reading 'conn') + at handler (/app/.next/server/pages/api/docker/status/[...service].js:89:86) + at Object.apiResolver (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/api-utils/node.js:366:15) + at process.processTicksAndRejections (node:internal/process/task_queues:95:5) + at async NextNodeServer.runApi (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/next-server.js:481:9) + at async Object.fn (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/next-server.js:741:37) + at async Router.execute (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/router.js:252:36) + at async NextNodeServer.run (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/base-server.js:365:29) + at async NextNodeServer.handleRequest (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/base-server.js:303:20) + at async Server. (/app/server.js:19:5) +[2025-02-19T23:03:39.314Z] error: Error getting services from Docker server 'pihole': Error: socket hang up + at connResetException (node:internal/errors:720:14) + at Socket.socketOnEnd (node:_http_client:525:23) + at Socket.emit (node:events:529:35) + at endReadableNT (node:internal/streams/readable:1400:12) + at process.processTicksAndRejections (node:internal/process/task_queues:82:21) { + code: 'ECONNRESET' +} +[2025-02-19T23:05:10.266Z] error: TypeError: Cannot read properties of null (reading 'conn') + at handler (/app/.next/server/pages/api/docker/status/[...service].js:89:86) + at Object.apiResolver (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/api-utils/node.js:366:15) + at process.processTicksAndRejections (node:internal/process/task_queues:95:5) + at async NextNodeServer.runApi (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/next-server.js:481:9) + at async Object.fn (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/next-server.js:741:37) + at async Router.execute (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/router.js:252:36) + at async NextNodeServer.run (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/base-server.js:365:29) + at async NextNodeServer.handleRequest (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/base-server.js:303:20) + at async Server. (/app/server.js:19:5) +[2025-02-19T23:05:10.279Z] error: Error getting services from Docker server 'pihole': Error: socket hang up + at connResetException (node:internal/errors:720:14) + at Socket.socketOnEnd (node:_http_client:525:23) + at Socket.emit (node:events:529:35) + at endReadableNT (node:internal/streams/readable:1400:12) + at process.processTicksAndRejections (node:internal/process/task_queues:82:21) { + code: 'ECONNRESET' +} +[2025-02-19T23:05:10.282Z] error: Error getting services from Docker server 'pihole': Error: socket hang up + at connResetException (node:internal/errors:720:14) + at Socket.socketOnEnd (node:_http_client:525:23) + at Socket.emit (node:events:529:35) + at endReadableNT (node:internal/streams/readable:1400:12) + at process.processTicksAndRejections (node:internal/process/task_queues:82:21) { + code: 'ECONNRESET' +} +[2025-02-19T23:05:10.433Z] error: TypeError: Cannot read properties of null (reading 'conn') + at handler (/app/.next/server/pages/api/docker/status/[...service].js:89:86) + at Object.apiResolver (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/api-utils/node.js:366:15) + at process.processTicksAndRejections (node:internal/process/task_queues:95:5) + at async NextNodeServer.runApi (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/next-server.js:481:9) + at async Object.fn (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/next-server.js:741:37) + at async Router.execute (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/router.js:252:36) + at async NextNodeServer.run (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/base-server.js:365:29) + at async NextNodeServer.handleRequest (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/base-server.js:303:20) + at async Server. (/app/server.js:19:5) +[2025-02-19T23:05:10.451Z] error: Error getting services from Docker server 'pihole': Error: socket hang up + at connResetException (node:internal/errors:720:14) + at Socket.socketOnEnd (node:_http_client:525:23) + at Socket.emit (node:events:529:35) + at endReadableNT (node:internal/streams/readable:1400:12) + at process.processTicksAndRejections (node:internal/process/task_queues:82:21) { + code: 'ECONNRESET' +} +[2025-02-19T23:05:46.651Z] error: YAMLException: bad indentation of a mapping entry (10:9) + + 7 | port: 6346 + 8 | + 9 | # pihole: + 10 | socket: /var/run/docker.sock +--------------^ + at generateError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1273:10) + at throwError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1277:9) + at readBlockMapping (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2272:7) + at composeNode (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2531:12) + at readBlockMapping (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2254:11) + at composeNode (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2531:12) + at readDocument (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2715:3) + at loadDocuments (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2778:5) + at Object.load$1 [as load] (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2804:19) + at getDockerArguments (/app/.next/server/chunks/2045.js:30:67) +[2025-02-19T23:05:46.658Z] error: Failed to discover services, please check docker.yaml for errors or remove example entries. +[2025-02-19T23:05:46.658Z] error: YAMLException: bad indentation of a mapping entry (10:9) + + 7 | port: 6346 + 8 | + 9 | # pihole: + 10 | socket: /var/run/docker.sock +--------------^ +[2025-02-19T23:05:46.665Z] error: Failed to discover services, please check docker.yaml for errors or remove example entries. +[2025-02-19T23:05:46.665Z] error: YAMLException: bad indentation of a mapping entry (10:9) + + 7 | port: 6346 + 8 | + 9 | # pihole: + 10 | socket: /var/run/docker.sock +--------------^ +[2025-02-19T23:05:46.840Z] error: YAMLException: bad indentation of a mapping entry (10:9) + + 7 | port: 6346 + 8 | + 9 | # pihole: + 10 | socket: /var/run/docker.sock +--------------^ + at generateError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1273:10) + at throwError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1277:9) + at readBlockMapping (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2272:7) + at composeNode (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2531:12) + at readBlockMapping (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2254:11) + at composeNode (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2531:12) + at readDocument (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2715:3) + at loadDocuments (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2778:5) + at Object.load$1 [as load] (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2804:19) + at getDockerArguments (/app/.next/server/chunks/2045.js:30:67) +[2025-02-19T23:05:46.854Z] error: Failed to discover services, please check docker.yaml for errors or remove example entries. +[2025-02-19T23:05:46.854Z] error: YAMLException: bad indentation of a mapping entry (10:9) + + 7 | port: 6346 + 8 | + 9 | # pihole: + 10 | socket: /var/run/docker.sock +--------------^ +[2025-02-19T23:05:58.080Z] error: TypeError: Cannot read properties of null (reading 'conn') + at handler (/app/.next/server/pages/api/docker/status/[...service].js:89:86) + at Object.apiResolver (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/api-utils/node.js:366:15) + at process.processTicksAndRejections (node:internal/process/task_queues:95:5) + at async NextNodeServer.runApi (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/next-server.js:481:9) + at async Object.fn (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/next-server.js:741:37) + at async Router.execute (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/router.js:252:36) + at async NextNodeServer.run (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/base-server.js:365:29) + at async NextNodeServer.handleRequest (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/base-server.js:303:20) + at async Server. (/app/server.js:19:5) +[2025-02-19T23:06:20.830Z] error: YAMLException: duplicated mapping key (9:2) + + 6 | host: https://10.0.0.121 + 7 | port: 6346 + 8 | + 9 | pihole: +-------^ + 10 | socket: /var/run/docker.sock + at generateError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1273:10) + at throwError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1277:9) + at storeMappingPair (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1448:7) + at readBlockMapping (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2263:9) + at composeNode (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2531:12) + at readDocument (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2715:3) + at loadDocuments (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2778:5) + at Object.load$1 [as load] (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2804:19) + at getDockerArguments (/app/.next/server/chunks/2045.js:30:67) + at handler (/app/.next/server/pages/api/docker/status/[...service].js:88:96) +[2025-02-19T23:06:20.841Z] error: Failed to discover services, please check docker.yaml for errors or remove example entries. +[2025-02-19T23:06:20.841Z] error: YAMLException: duplicated mapping key (9:2) + + 6 | host: https://10.0.0.121 + 7 | port: 6346 + 8 | + 9 | pihole: +-------^ + 10 | socket: /var/run/docker.sock +[2025-02-19T23:06:20.851Z] error: Failed to discover services, please check docker.yaml for errors or remove example entries. +[2025-02-19T23:06:20.851Z] error: YAMLException: duplicated mapping key (9:2) + + 6 | host: https://10.0.0.121 + 7 | port: 6346 + 8 | + 9 | pihole: +-------^ + 10 | socket: /var/run/docker.sock +[2025-02-19T23:06:20.999Z] error: YAMLException: duplicated mapping key (9:2) + + 6 | host: https://10.0.0.121 + 7 | port: 6346 + 8 | + 9 | pihole: +-------^ + 10 | socket: /var/run/docker.sock + at generateError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1273:10) + at throwError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1277:9) + at storeMappingPair (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1448:7) + at readBlockMapping (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2263:9) + at composeNode (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2531:12) + at readDocument (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2715:3) + at loadDocuments (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2778:5) + at Object.load$1 [as load] (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2804:19) + at getDockerArguments (/app/.next/server/chunks/2045.js:30:67) + at handler (/app/.next/server/pages/api/docker/status/[...service].js:88:96) +[2025-02-19T23:06:21.014Z] error: Failed to discover services, please check docker.yaml for errors or remove example entries. +[2025-02-19T23:06:21.014Z] error: YAMLException: duplicated mapping key (9:2) + + 6 | host: https://10.0.0.121 + 7 | port: 6346 + 8 | + 9 | pihole: +-------^ + 10 | socket: /var/run/docker.sock +[2025-02-19T23:06:37.190Z] error: Error getting services from Docker server 'pihole': Error: socket hang up + at connResetException (node:internal/errors:720:14) + at Socket.socketOnEnd (node:_http_client:525:23) + at Socket.emit (node:events:529:35) + at endReadableNT (node:internal/streams/readable:1400:12) + at process.processTicksAndRejections (node:internal/process/task_queues:82:21) { + code: 'ECONNRESET' +} +[2025-02-19T23:06:37.228Z] error: TypeError: Cannot read properties of null (reading 'conn') + at handler (/app/.next/server/pages/api/docker/status/[...service].js:89:86) + at Object.apiResolver (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/api-utils/node.js:366:15) + at process.processTicksAndRejections (node:internal/process/task_queues:95:5) + at async NextNodeServer.runApi (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/next-server.js:481:9) + at async Object.fn (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/next-server.js:741:37) + at async Router.execute (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/router.js:252:36) + at async NextNodeServer.run (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/base-server.js:365:29) + at async NextNodeServer.handleRequest (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/base-server.js:303:20) + at async Server. (/app/server.js:19:5) +[2025-02-19T23:06:37.241Z] error: Error getting services from Docker server 'pihole': Error: socket hang up + at connResetException (node:internal/errors:720:14) + at Socket.socketOnEnd (node:_http_client:525:23) + at Socket.emit (node:events:529:35) + at endReadableNT (node:internal/streams/readable:1400:12) + at process.processTicksAndRejections (node:internal/process/task_queues:82:21) { + code: 'ECONNRESET' +} +[2025-02-19T23:06:37.369Z] error: TypeError: Cannot read properties of null (reading 'conn') + at handler (/app/.next/server/pages/api/docker/status/[...service].js:89:86) + at Object.apiResolver (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/api-utils/node.js:366:15) + at process.processTicksAndRejections (node:internal/process/task_queues:95:5) + at async NextNodeServer.runApi (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/next-server.js:481:9) + at async Object.fn (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/next-server.js:741:37) + at async Router.execute (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/router.js:252:36) + at async NextNodeServer.run (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/base-server.js:365:29) + at async NextNodeServer.handleRequest (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/base-server.js:303:20) + at async Server. (/app/server.js:19:5) +[2025-02-19T23:06:37.385Z] error: Error getting services from Docker server 'pihole': Error: socket hang up + at connResetException (node:internal/errors:720:14) + at Socket.socketOnEnd (node:_http_client:525:23) + at Socket.emit (node:events:529:35) + at endReadableNT (node:internal/streams/readable:1400:12) + at process.processTicksAndRejections (node:internal/process/task_queues:82:21) { + code: 'ECONNRESET' +} +[2025-02-19T23:06:56.045Z] error: TypeError: Cannot read properties of null (reading 'conn') + at handler (/app/.next/server/pages/api/docker/status/[...service].js:89:86) + at Object.apiResolver (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/api-utils/node.js:366:15) + at process.processTicksAndRejections (node:internal/process/task_queues:95:5) + at async NextNodeServer.runApi (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/next-server.js:481:9) + at async Object.fn (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/next-server.js:741:37) + at async Router.execute (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/router.js:252:36) + at async NextNodeServer.run (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/base-server.js:365:29) + at async NextNodeServer.handleRequest (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/base-server.js:303:20) + at async Server. (/app/server.js:19:5) +[2025-02-19T23:06:56.055Z] error: Error getting services from Docker server 'pihole': Error: socket hang up + at connResetException (node:internal/errors:720:14) + at Socket.socketOnEnd (node:_http_client:525:23) + at Socket.emit (node:events:529:35) + at endReadableNT (node:internal/streams/readable:1400:12) + at process.processTicksAndRejections (node:internal/process/task_queues:82:21) { + code: 'ECONNRESET' +} +[2025-02-19T23:07:26.087Z] error: TypeError: Cannot read properties of null (reading 'conn') + at handler (/app/.next/server/pages/api/docker/status/[...service].js:89:86) + at Object.apiResolver (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/api-utils/node.js:366:15) + at process.processTicksAndRejections (node:internal/process/task_queues:95:5) + at async NextNodeServer.runApi (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/next-server.js:481:9) + at async Object.fn (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/next-server.js:741:37) + at async Router.execute (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/router.js:252:36) + at async NextNodeServer.run (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/base-server.js:365:29) + at async NextNodeServer.handleRequest (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/base-server.js:303:20) + at async Server. (/app/server.js:19:5) +[2025-02-19T23:07:26.102Z] error: Error getting services from Docker server 'pihole': Error: socket hang up + at connResetException (node:internal/errors:720:14) + at Socket.socketOnEnd (node:_http_client:525:23) + at Socket.emit (node:events:529:35) + at endReadableNT (node:internal/streams/readable:1400:12) + at process.processTicksAndRejections (node:internal/process/task_queues:82:21) { + code: 'ECONNRESET' +} +[2025-02-19T23:07:33.461Z] error: TypeError: Cannot read properties of null (reading 'conn') + at handler (/app/.next/server/pages/api/docker/status/[...service].js:89:86) + at Object.apiResolver (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/api-utils/node.js:366:15) + at process.processTicksAndRejections (node:internal/process/task_queues:95:5) + at async NextNodeServer.runApi (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/next-server.js:481:9) + at async Object.fn (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/next-server.js:741:37) + at async Router.execute (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/router.js:252:36) + at async NextNodeServer.run (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/base-server.js:365:29) + at async NextNodeServer.handleRequest (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/base-server.js:303:20) + at async Server. (/app/server.js:19:5) +[2025-02-19T23:07:33.471Z] error: Error getting services from Docker server 'pihole': Error: socket hang up + at connResetException (node:internal/errors:720:14) + at Socket.socketOnEnd (node:_http_client:525:23) + at Socket.emit (node:events:529:35) + at endReadableNT (node:internal/streams/readable:1400:12) + at process.processTicksAndRejections (node:internal/process/task_queues:82:21) { + code: 'ECONNRESET' +} +[2025-02-19T23:09:11.109Z] error: TypeError: Cannot read properties of null (reading 'conn') + at handler (/app/.next/server/pages/api/docker/status/[...service].js:89:86) + at Object.apiResolver (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/api-utils/node.js:366:15) + at process.processTicksAndRejections (node:internal/process/task_queues:95:5) + at async NextNodeServer.runApi (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/next-server.js:481:9) + at async Object.fn (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/next-server.js:741:37) + at async Router.execute (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/router.js:252:36) + at async NextNodeServer.run (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/base-server.js:365:29) + at async NextNodeServer.handleRequest (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/base-server.js:303:20) + at async Server. (/app/server.js:19:5) +[2025-02-19T23:09:11.135Z] error: Error getting services from Docker server 'pihole': Error: connect ECONNREFUSED 10.0.0.121:443 + at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1555:16) { + errno: -111, + code: 'ECONNREFUSED', + syscall: 'connect', + address: '10.0.0.121', + port: 443 +} +[2025-02-19T23:09:11.138Z] error: Error getting services from Docker server 'pihole': Error: connect ECONNREFUSED 10.0.0.121:443 + at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1555:16) { + errno: -111, + code: 'ECONNREFUSED', + syscall: 'connect', + address: '10.0.0.121', + port: 443 +} +[2025-02-19T23:09:11.276Z] error: TypeError: Cannot read properties of null (reading 'conn') + at handler (/app/.next/server/pages/api/docker/status/[...service].js:89:86) + at Object.apiResolver (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/api-utils/node.js:366:15) + at process.processTicksAndRejections (node:internal/process/task_queues:95:5) + at async NextNodeServer.runApi (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/next-server.js:481:9) + at async Object.fn (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/next-server.js:741:37) + at async Router.execute (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/router.js:252:36) + at async NextNodeServer.run (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/base-server.js:365:29) + at async NextNodeServer.handleRequest (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/base-server.js:303:20) + at async Server. (/app/server.js:19:5) +[2025-02-19T23:09:11.293Z] error: Error getting services from Docker server 'pihole': Error: connect ECONNREFUSED 10.0.0.121:443 + at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1555:16) { + errno: -111, + code: 'ECONNREFUSED', + syscall: 'connect', + address: '10.0.0.121', + port: 443 +} +[2025-02-19T23:09:40.425Z] error: TypeError: Cannot read properties of null (reading 'conn') + at handler (/app/.next/server/pages/api/docker/status/[...service].js:89:86) + at Object.apiResolver (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/api-utils/node.js:366:15) + at process.processTicksAndRejections (node:internal/process/task_queues:95:5) + at async NextNodeServer.runApi (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/next-server.js:481:9) + at async Object.fn (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/next-server.js:741:37) + at async Router.execute (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/router.js:252:36) + at async NextNodeServer.run (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/base-server.js:365:29) + at async NextNodeServer.handleRequest (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/base-server.js:303:20) + at async Server. (/app/server.js:19:5) +[2025-02-19T23:09:40.441Z] error: Error getting services from Docker server 'pihole': Error: connect ECONNREFUSED 10.0.0.121:443 + at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1555:16) { + errno: -111, + code: 'ECONNREFUSED', + syscall: 'connect', + address: '10.0.0.121', + port: 443 +} +[2025-02-19T23:09:40.445Z] error: Error getting services from Docker server 'pihole': Error: connect ECONNREFUSED 10.0.0.121:443 + at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1555:16) { + errno: -111, + code: 'ECONNREFUSED', + syscall: 'connect', + address: '10.0.0.121', + port: 443 +} +[2025-02-19T23:09:40.587Z] error: Error: connect ECONNREFUSED 10.0.0.121:443 + at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1555:16) +[2025-02-19T23:09:40.597Z] error: Error getting services from Docker server 'pihole': Error: connect ECONNREFUSED 10.0.0.121:443 + at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1555:16) { + errno: -111, + code: 'ECONNREFUSED', + syscall: 'connect', + address: '10.0.0.121', + port: 443 +} +[2025-02-19T23:32:23.239Z] error: TypeError: Cannot read properties of null (reading 'conn') + at handler (/app/.next/server/pages/api/docker/status/[...service].js:89:86) + at Object.apiResolver (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/api-utils/node.js:366:15) + at process.processTicksAndRejections (node:internal/process/task_queues:95:5) + at async NextNodeServer.runApi (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/next-server.js:481:9) + at async Object.fn (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/next-server.js:741:37) + at async Router.execute (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/router.js:252:36) + at async NextNodeServer.run (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/base-server.js:365:29) + at async NextNodeServer.handleRequest (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/base-server.js:303:20) + at async Server. (/app/server.js:19:5) +[2025-02-19T23:33:05.214Z] error: TypeError: Cannot read properties of null (reading 'conn') + at handler (/app/.next/server/pages/api/docker/status/[...service].js:89:86) + at Object.apiResolver (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/api-utils/node.js:366:15) + at process.processTicksAndRejections (node:internal/process/task_queues:95:5) + at async NextNodeServer.runApi (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/next-server.js:481:9) + at async Object.fn (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/next-server.js:741:37) + at async Router.execute (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/router.js:252:36) + at async NextNodeServer.run (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/base-server.js:365:29) + at async NextNodeServer.handleRequest (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/base-server.js:303:20) + at async Server. (/app/server.js:19:5) +[2025-02-19T23:33:05.458Z] error: TypeError: Cannot read properties of null (reading 'conn') + at handler (/app/.next/server/pages/api/docker/status/[...service].js:89:86) + at Object.apiResolver (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/api-utils/node.js:366:15) + at process.processTicksAndRejections (node:internal/process/task_queues:95:5) + at async NextNodeServer.runApi (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/next-server.js:481:9) + at async Object.fn (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/next-server.js:741:37) + at async Router.execute (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/router.js:252:36) + at async NextNodeServer.run (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/base-server.js:365:29) + at async NextNodeServer.handleRequest (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/base-server.js:303:20) + at async Server. (/app/server.js:19:5) +[2025-02-19T23:34:08.918Z] error: TypeError: Cannot read properties of null (reading 'conn') + at handler (/app/.next/server/pages/api/docker/status/[...service].js:89:86) + at Object.apiResolver (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/api-utils/node.js:366:15) + at process.processTicksAndRejections (node:internal/process/task_queues:95:5) + at async NextNodeServer.runApi (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/next-server.js:481:9) + at async Object.fn (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/next-server.js:741:37) + at async Router.execute (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/router.js:252:36) + at async NextNodeServer.run (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/base-server.js:365:29) + at async NextNodeServer.handleRequest (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/base-server.js:303:20) + at async Server. (/app/server.js:19:5) +[2025-02-19T23:34:09.148Z] error: TypeError: Cannot read properties of null (reading 'conn') + at handler (/app/.next/server/pages/api/docker/status/[...service].js:89:86) + at Object.apiResolver (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/api-utils/node.js:366:15) + at process.processTicksAndRejections (node:internal/process/task_queues:95:5) + at async NextNodeServer.runApi (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/next-server.js:481:9) + at async Object.fn (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/next-server.js:741:37) + at async Router.execute (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/router.js:252:36) + at async NextNodeServer.run (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/base-server.js:365:29) + at async NextNodeServer.handleRequest (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/base-server.js:303:20) + at async Server. (/app/server.js:19:5) +[2025-02-19T23:34:49.057Z] error: TypeError: Cannot read properties of null (reading 'conn') + at handler (/app/.next/server/pages/api/docker/status/[...service].js:89:86) + at Object.apiResolver (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/api-utils/node.js:366:15) + at process.processTicksAndRejections (node:internal/process/task_queues:95:5) + at async NextNodeServer.runApi (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/next-server.js:481:9) + at async Object.fn (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/next-server.js:741:37) + at async Router.execute (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/router.js:252:36) + at async NextNodeServer.run (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/base-server.js:365:29) + at async NextNodeServer.handleRequest (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/base-server.js:303:20) + at async Server. (/app/server.js:19:5) +[2025-02-19T23:34:49.305Z] error: TypeError: Cannot read properties of null (reading 'conn') + at handler (/app/.next/server/pages/api/docker/status/[...service].js:89:86) + at Object.apiResolver (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/api-utils/node.js:366:15) + at process.processTicksAndRejections (node:internal/process/task_queues:95:5) + at async NextNodeServer.runApi (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/next-server.js:481:9) + at async Object.fn (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/next-server.js:741:37) + at async Router.execute (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/router.js:252:36) + at async NextNodeServer.run (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/base-server.js:365:29) + at async NextNodeServer.handleRequest (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/base-server.js:303:20) + at async Server. (/app/server.js:19:5) +[2025-02-19T23:35:01.041Z] error: TypeError: Cannot read properties of null (reading 'conn') + at handler (/app/.next/server/pages/api/docker/status/[...service].js:89:86) + at Object.apiResolver (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/api-utils/node.js:366:15) + at process.processTicksAndRejections (node:internal/process/task_queues:95:5) + at async NextNodeServer.runApi (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/next-server.js:481:9) + at async Object.fn (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/next-server.js:741:37) + at async Router.execute (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/router.js:252:36) + at async NextNodeServer.run (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/base-server.js:365:29) + at async NextNodeServer.handleRequest (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/base-server.js:303:20) + at async Server. (/app/server.js:19:5) +[2025-02-19T23:36:11.161Z] error: TypeError: Cannot read properties of null (reading 'conn') + at handler (/app/.next/server/pages/api/docker/status/[...service].js:89:86) + at Object.apiResolver (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/api-utils/node.js:366:15) + at process.processTicksAndRejections (node:internal/process/task_queues:95:5) + at async NextNodeServer.runApi (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/next-server.js:481:9) + at async Object.fn (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/next-server.js:741:37) + at async Router.execute (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/router.js:252:36) + at async NextNodeServer.run (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/base-server.js:365:29) + at async NextNodeServer.handleRequest (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/base-server.js:303:20) + at async Server. (/app/server.js:19:5) +[2025-02-19T23:36:11.345Z] error: TypeError: Cannot read properties of null (reading 'conn') + at handler (/app/.next/server/pages/api/docker/status/[...service].js:89:86) + at Object.apiResolver (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/api-utils/node.js:366:15) + at process.processTicksAndRejections (node:internal/process/task_queues:95:5) + at async NextNodeServer.runApi (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/next-server.js:481:9) + at async Object.fn (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/next-server.js:741:37) + at async Router.execute (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/router.js:252:36) + at async NextNodeServer.run (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/base-server.js:365:29) + at async NextNodeServer.handleRequest (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/base-server.js:303:20) + at async Server. (/app/server.js:19:5) +[2025-02-19T23:36:24.778Z] error: TypeError: Cannot read properties of null (reading 'conn') + at handler (/app/.next/server/pages/api/docker/status/[...service].js:89:86) + at Object.apiResolver (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/api-utils/node.js:366:15) + at process.processTicksAndRejections (node:internal/process/task_queues:95:5) + at async NextNodeServer.runApi (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/next-server.js:481:9) + at async Object.fn (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/next-server.js:741:37) + at async Router.execute (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/router.js:252:36) + at async NextNodeServer.run (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/base-server.js:365:29) + at async NextNodeServer.handleRequest (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/base-server.js:303:20) + at async Server. (/app/server.js:19:5) +[2025-02-19T23:37:46.112Z] error: TypeError: Cannot read properties of null (reading 'conn') + at handler (/app/.next/server/pages/api/docker/status/[...service].js:89:86) + at Object.apiResolver (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/api-utils/node.js:366:15) + at process.processTicksAndRejections (node:internal/process/task_queues:95:5) + at async NextNodeServer.runApi (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/next-server.js:481:9) + at async Object.fn (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/next-server.js:741:37) + at async Router.execute (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/router.js:252:36) + at async NextNodeServer.run (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/base-server.js:365:29) + at async NextNodeServer.handleRequest (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/base-server.js:303:20) + at async Server. (/app/server.js:19:5) +[2025-02-19T23:37:46.298Z] error: TypeError: Cannot read properties of null (reading 'conn') + at handler (/app/.next/server/pages/api/docker/status/[...service].js:89:86) + at Object.apiResolver (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/api-utils/node.js:366:15) + at process.processTicksAndRejections (node:internal/process/task_queues:95:5) + at async NextNodeServer.runApi (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/next-server.js:481:9) + at async Object.fn (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/next-server.js:741:37) + at async Router.execute (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/router.js:252:36) + at async NextNodeServer.run (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/base-server.js:365:29) + at async NextNodeServer.handleRequest (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/base-server.js:303:20) + at async Server. (/app/server.js:19:5) +[2025-02-19T23:38:26.115Z] error: TypeError: Cannot read properties of null (reading 'conn') + at handler (/app/.next/server/pages/api/docker/status/[...service].js:89:86) + at Object.apiResolver (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/api-utils/node.js:366:15) + at process.processTicksAndRejections (node:internal/process/task_queues:95:5) + at async NextNodeServer.runApi (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/next-server.js:481:9) + at async Object.fn (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/next-server.js:741:37) + at async Router.execute (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/router.js:252:36) + at async NextNodeServer.run (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/base-server.js:365:29) + at async NextNodeServer.handleRequest (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/base-server.js:303:20) + at async Server. (/app/server.js:19:5) +[2025-02-19T23:38:26.290Z] error: TypeError: Cannot read properties of null (reading 'conn') + at handler (/app/.next/server/pages/api/docker/status/[...service].js:89:86) + at Object.apiResolver (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/api-utils/node.js:366:15) + at process.processTicksAndRejections (node:internal/process/task_queues:95:5) + at async NextNodeServer.runApi (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/next-server.js:481:9) + at async Object.fn (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/next-server.js:741:37) + at async Router.execute (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/router.js:252:36) + at async NextNodeServer.run (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/base-server.js:365:29) + at async NextNodeServer.handleRequest (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/base-server.js:303:20) + at async Server. (/app/server.js:19:5) +[2025-02-19T23:39:06.805Z] error: TypeError: Cannot read properties of null (reading 'conn') + at handler (/app/.next/server/pages/api/docker/status/[...service].js:89:86) + at Object.apiResolver (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/api-utils/node.js:366:15) + at process.processTicksAndRejections (node:internal/process/task_queues:95:5) + at async NextNodeServer.runApi (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/next-server.js:481:9) + at async Object.fn (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/next-server.js:741:37) + at async Router.execute (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/router.js:252:36) + at async NextNodeServer.run (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/base-server.js:365:29) + at async NextNodeServer.handleRequest (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/base-server.js:303:20) + at async Server. (/app/server.js:19:5) +[2025-02-19T23:39:07.036Z] error: TypeError: Cannot read properties of null (reading 'conn') + at handler (/app/.next/server/pages/api/docker/status/[...service].js:89:86) + at Object.apiResolver (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/api-utils/node.js:366:15) + at process.processTicksAndRejections (node:internal/process/task_queues:95:5) + at async NextNodeServer.runApi (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/next-server.js:481:9) + at async Object.fn (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/next-server.js:741:37) + at async Router.execute (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/router.js:252:36) + at async NextNodeServer.run (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/base-server.js:365:29) + at async NextNodeServer.handleRequest (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/base-server.js:303:20) + at async Server. (/app/server.js:19:5) +[2025-02-20T00:21:14.758Z] error: Failed to load widgets, please check widgets.yaml for errors or remove example entries. +[2025-02-20T00:21:14.759Z] error: duplicated mapping key (9:5) + + 6 | cpu: true + 7 | memory: true + 8 | disk: / + 9 | disk: /media/network +----------^ + 10 | uptime: true + 11 | +[2025-02-20T00:21:14.786Z] error: Failed to load widgets, please check widgets.yaml for errors or remove example entries. +[2025-02-20T00:21:14.787Z] error: duplicated mapping key (9:5) + + 6 | cpu: true + 7 | memory: true + 8 | disk: / + 9 | disk: /media/network +----------^ + 10 | uptime: true + 11 | +[2025-02-20T00:21:14.921Z] error: Failed to load widgets, please check widgets.yaml for errors or remove example entries. +[2025-02-20T00:21:14.921Z] error: duplicated mapping key (9:5) + + 6 | cpu: true + 7 | memory: true + 8 | disk: / + 9 | disk: /media/network +----------^ + 10 | uptime: true + 11 | +[2025-02-20T00:21:22.547Z] error: Failed to load widgets, please check widgets.yaml for errors or remove example entries. +[2025-02-20T00:21:22.547Z] error: duplicated mapping key (9:5) + + 6 | cpu: true + 7 | memory: true + 8 | disk: / + 9 | disk: /media/network +----------^ + 10 | uptime: true + 11 | +[2025-02-20T00:27:45.429Z] error: Failed to load widgets, please check widgets.yaml for errors or remove example entries. +[2025-02-20T00:27:45.430Z] error: duplicated mapping key (9:5) + + 6 | cpu: true + 7 | memory: true + 8 | disk: / + 9 | disk: /media +----------^ + 10 | uptime: true + 11 | +[2025-02-20T00:27:45.458Z] error: Failed to load widgets, please check widgets.yaml for errors or remove example entries. +[2025-02-20T00:27:45.458Z] error: duplicated mapping key (9:5) + + 6 | cpu: true + 7 | memory: true + 8 | disk: / + 9 | disk: /media +----------^ + 10 | uptime: true + 11 | +[2025-02-20T00:27:45.705Z] error: Failed to load widgets, please check widgets.yaml for errors or remove example entries. +[2025-02-20T00:27:45.705Z] error: duplicated mapping key (9:5) + + 6 | cpu: true + 7 | memory: true + 8 | disk: / + 9 | disk: /media +----------^ + 10 | uptime: true + 11 | +[2025-02-20T00:27:55.665Z] error: Failed to load widgets, please check widgets.yaml for errors or remove example entries. +[2025-02-20T00:27:55.666Z] error: duplicated mapping key (9:5) + + 6 | cpu: true + 7 | memory: true + 8 | disk: / + 9 | disk: /media/network +----------^ + 10 | uptime: true + 11 | +[2025-02-20T00:27:55.714Z] error: Failed to load widgets, please check widgets.yaml for errors or remove example entries. +[2025-02-20T00:27:55.714Z] error: duplicated mapping key (9:5) + + 6 | cpu: true + 7 | memory: true + 8 | disk: / + 9 | disk: /media/network +----------^ + 10 | uptime: true + 11 | +[2025-02-20T00:27:55.849Z] error: Failed to load widgets, please check widgets.yaml for errors or remove example entries. +[2025-02-20T00:27:55.849Z] error: duplicated mapping key (9:5) + + 6 | cpu: true + 7 | memory: true + 8 | disk: / + 9 | disk: /media/network +----------^ + 10 | uptime: true + 11 | +[2025-02-20T02:25:24.700Z] error: Invalid data for widget 'jellyfin' endpoint 'Sessions': +Expected:undefined +Parse error: SyntaxError: Unexpected token < in JSON at position 0 +Data: {"type":"Buffer","data":[60,33,100,111,99,116,121,112,101,32,104,116,109,108,62,60,104,116,109,108,32,99,108,97,115,115,61,34,112,114,101,108,111,97,100,34,32,100,105,114,61,34,108,116,114,34,62,60,104,101,97,100,62,60,109,101,116,97,32,99,104,97,114,115,101,116,61,34,117,116,102,45,56,34,62,60,109,101,116,97,32,110,97,109,101,61,34,118,105,101,119,112,111,114,116,34,32,99,111,110,116,101,110,116,61,34,119,105,100,116,104,61,100,101,118,105,99,101,45,119,105,100,116,104,44,105,110,105,116,105,97,108,45,115,99,97,108,101,61,49,44,109,105,110,105,109,117,109,45,115,99,97,108,101,61,49,44,109,97,120,105,109,117,109,45,115,99,97,108,101,61,49,44,117,115,101,114,45,115,99,97,108,97,98,108,101,61,110,111,44,118,105,101,119,112,111,114,116,45,102,105,116,61,99,111,118,101,114,34,62,60,108,105,110,107,32,114,101,108,61,34,109,97,110,105,102,101,115,116,34,32,104,114,101,102,61,34,102,100,52,51,48,49,102,100,99,49,55,48,102,100,50,48,50,52,55,52,46,106,115,111,110,34,62,60,109,101,116,97,32,110,97,109,101,61,34,102,111,114,109,97,116,45,100,101,116,101,99,116,105,111,110,34,32,99,111,110,116,101,110,116,61,34,116,101,108,101,112,104,111,110,101,61,110,111,34,62,60,109,101,116,97,32,110,97,109,101,61,34,109,115,97,112,112,108,105,99,97,116,105,111,110,45,116,97,112,45,104,105,103,104,108,105,103,104,116,34,32,99,111,110,116,101,110,116,61,34,110,111,34,62,60,109,101,116,97,32,104,116,116,112,45,101,113,117,105,118,61,34,88,45,85,65,45,67,111,109,112,97,116,105,98,105,108,105,116,121,34,32,99,111,110,116,101,110,116,61,34,73,69,61,69,100,103,101,34,62,60,109,101,116,97,32,110,97,109,101,61,34,97,112,112,108,101,45,109,111,98,105,108,101,45,119,101,98,45,97,112,112,45,99,97,112,97,98,108,101,34,32,99,111,110,116,101,110,116,61,34,121,101,115,34,62,60,109,101,116,97,32,110,97,109,101,61,34,109,111,98,105,108,101,45,119,101,98,45,97,112,112,45,99,97,112,97,98,108,101,34,32,99,111,110,116,101,110,116,61,34,121,101,115,34,62,60,109,101,116,97,32,110,97,109,101,61,34,97,112,112,108,105,99,97,116,105,111,110,45,110,97,109,101,34,32,99,111,110,116,101,110,116,61,34,74,101,108,108,121,102,105,110,34,62,60,109,101,116,97,32,110,97,109,101,61,34,114,111,98,111,116,115,34,32,99,111,110,116,101,110,116,61,34,110,111,105,110,100,101,120,44,32,110,111,102,111,108,108,111,119,44,32,110,111,97,114,99,104,105,118,101,34,62,60,109,101,116,97,32,110,97,109,101,61,34,114,101,102,101,114,114,101,114,34,32,99,111,110,116,101,110,116,61,34,110,111,45,114,101,102,101,114,114,101,114,34,62,60,109,101,116,97,32,105,100,61,34,116,104,101,109,101,67,111,108,111,114,34,32,110,97,109,101,61,34,116,104,101,109,101,45,99,111,108,111,114,34,32,99,111,110,116,101,110,116,61,34,35,50,48,50,48,50,48,34,62,60,108,105,110,107,32,114,101,108,61,34,97,112,112,108,101,45,116,111,117,99,104,45,105,99,111,110,34,32,115,105,122,101,115,61,34,49,56,48,120,49,56,48,34,32,104,114,101,102,61,34,102,53,98,98,98,55,57,56,99,98,50,99,54,53,57,48,56,54,51,51,46,112,110,103,34,62,60,108,105,110,107,32,104,114,101,102,61,34,54,97,50,101,50,101,54,98,52,49,56,54,55,50,48,101,53,100,52,102,46,112,110,103,34,32,109,101,100,105,97,61,34,115,99,114,101,101,110,32,97,110,100,32,40,100,101,118,105,99,101,45,119,105,100,116,104,58,32,51,50,48,112,120,41,32,97,110,100,32,40,100,101,118,105,99,101,45,104,101,105,103,104,116,58,32,53,54,56,112,120,41,32,97,110,100,32,40,45,119,101,98,107,105,116,45,100,101,118,105,99,101,45,112,105,120,101,108,45,114,97,116,105,111,58,32,50,41,32,97,110,100,32,40,111,114,105,101,110,116,97,116,105,111,110,58,32,112,111,114,116,114,97,105,116,41,34,32,114,101,108,61,34,97,112,112,108,101,45,116,111,117,99,104,45,115,116,97,114,116,117,112,45,105,109,97,103,101,34,47,62,60,108,105,110,107,32,104,114,101,102,61,34,101,98,56,98,101,102,52,102,49,57,98,54,97,100,50,50,55,102,52,54,46,112,110,103,34,32,109,101,100,105,97,61,34,115,99,114,101,101,110,32,97,110,100,32,40,100,101,118,105,99,101,45,119,105,100,116,104,58,32,51,50,48,112,120,41,32,97,110,100,32,40,100,101,118,105,99,101,45,104,101,105,103,104,116,58,32,53,54,56,112,120,41,32,97,110,100,32,40,45,119,101,98,107,105,116,45,100,101,118,105,99,101,45,112,105,120,101,108,45,114,97,116,105,111,58,32,50,41,32,97,110,100,32,40,111,114,105,101,110,116,97,116,105,111,110,58,32,108,97,110,100,115,99,97,112,101,41,34,32,114,101,108,61,34,97,112,112,108,101,45,116,111,117,99,104,45,115,116,97,114,116,117,112,45,105,109,97,103,101,34,47,62,60,108,105,110,107,32,104,114,101,102,61,34,51,102,97,57,48,99,53,57,51,49,56,52,100,53,55,51,55,101,98,51,46,112,110,103,34,32,109,101,100,105,97,61,34,115,99,114,101,101,110,32,97,110,100,32,40,100,101,118,105,99,101,45,119,105,100,116,104,58,32,51,55,53,112,120,41,32,97,110,100,32,40,100,101,118,105,99,101,45,104,101,105,103,104,116,58,32,54,54,55,112,120,41,32,97,110,100,32,40,45,119,101,98,107,105,116,45,100,101,118,105,99,101,45,112,105,120,101,108,45,114,97,116,105,111,58,32,50,41,32,97,110,100,32,40,111,114,105,101,110,116,97,116,105,111,110,58,32,112,111,114,116,114,97,105,116,41,34,32,114,101,108,61,34,97,112,112,108,101,45,116,111,117,99,104,45,115,116,97,114,116,117,112,45,105,109,97,103,101,34,47,62,60,108,105,110,107,32,104,114,101,102,61,34,50,51,97,55,50,102,53,100,53,54,102,56,50,53,53,52,97,101,97,98,46,112,110,103,34,32,109,101,100,105,97,61,34,115,99,114,101,101,110,32,97,110,100,32,40,100,101,118,105,99,101,45,119,105,100,116,104,58,32,51,55,53,112,120,41,32,97,110,100,32,40,100,101,118,105,99,101,45,104,101,105,103,104,116,58,32,54,54,55,112,120,41,32,97,110,100,32,40,45,119,101,98,107,105,116,45,100,101,118,105,99,101,45,112,105,120,101,108,45,114,97,116,105,111,58,32,50,41,32,97,110,100,32,40,111,114,105,101,110,116,97,116,105,111,110,58,32,108,97,110,100,115,99,97,112,101,41,34,32,114,101,108,61,34,97,112,112,108,101,45,116,111,117,99,104,45,115,116,97,114,116,117,112,45,105,109,97,103,101,34,47,62,60,108,105,110,107,32,104,114,101,102,61,34,100,50,56,97,53,55,98,49,101,54,49,102,57,102,48,100,97,98,100,57,46,112,110,103,34,32,109,101,100,105,97,61,34,115,99,114,101,101,110,32,97,110,100,32,40,100,101,118,105,99,101,45,119,105,100,116,104,58,32,52,49,52,112,120,41,32,97,110,100,32,40,100,101,118,105,99,101,45,104,101,105,103,104,116,58,32,55,51,54,112,120,41,32,97,110,100,32,40,45,119,101,98,107,105,116,45,100,101,118,105,99,101,45,112,105,120,101,108,45,114,97,116,105,111,58,32,51,41,32,97,110,100,32,40,111,114,105,101,110,116,97,116,105,111,110,58,32,112,111,114,116,114,97,105,116,41,34,32,114,101,108,61,34,97,112,112,108,101,45,116,111,117,99,104,45,115,116,97,114,116,117,112,45,105,109,97,103,101,34,47,62,60,108,105,110,107,32,104,114,101,102,61,34,49,54,102,99,56,49,49,55,56,100,49,97,101,101,53,52,102,54,99,99,46,112,110,103,34,32,109,101,100,105,97,61,34,115,99,114,101,101,110,32,97,110,100,32,40,100,101,118,105,99,101,45,119,105,100,116,104,58,32,52,49,52,112,120,41,32,97,110,100,32,40,100,101,118,105,99,101,45,104,101,105,103,104,116,58,32,55,51,54,112,120,41,32,97,110,100,32,40,45,119,101,98,107,105,116,45,100,101,118,105,99,101,45,112,105,120,101,108,45,114,97,116,105,111,58,32,51,41,32,97,110,100,32,40,111,114,105,101,110,116,97,116,105,111,110,58,32,108,97,110,100,115,99,97,112,101,41,34,32,114,101,108,61,34,97,112,112,108,101,45,116,111,117,99,104,45,115,116,97,114,116,117,112,45,105,109,97,103,101,34,47,62,60,108,105,110,107,32,104,114,101,102,61,34,102,57,52,101,98,102,50,48,51,101,97,48,99,57,49,97,52,55,99,54,46,112,110,103,34,32,109,101,100,105,97,61,34,115,99,114,101,101,110,32,97,110,100,32,40,100,101,118,105,99,101,45,119,105,100,116,104,58,32,51,55,53,112,120,41,32,97,110,100,32,40,100,101,118,105,99,101,45,104,101,105,103,104,116,58,32,56,49,50,112,120,41,32,97,110,100,32,40,45,119,101,98,107,105,116,45,100,101,118,105,99,101,45,112,105,120,101,108,45,114,97,116,105,111,58,32,51,41,32,97,110,100,32,40,111,114,105,101,110,116,97,116,105,111,110,58,32,112,111,114,116,114,97,105,116,41,34,32,114,101,108,61,34,97,112,112,108,101,45,116,111,117,99,104,45,115,116,97,114,116,117,112,45,105,109,97,103,101,34,47,62,60,108,105,110,107,32,104,114,101,102,61,34,53,50,50,102,97,50,55,48,56,48,55,98,55,98,49,50,97,57,98,97,46,112,110,103,34,32,109,101,100,105,97,61,34,115,99,114,101,101,110,32,97,110,100,32,40,100,101,118,105,99,101,45,119,105,100,116,104,58,32,51,55,53,112,120,41,32,97,110,100,32,40,100,101,118,105,99,101,45,104,101,105,103,104,116,58,32,56,49,50,112,120,41,32,97,110,100,32,40,45,119,101,98,107,105,116,45,100,101,118,105,99,101,45,112,105,120,101,108,45,114,97,116,105,111,58,32,51,41,32,97,110,100,32,40,111,114,105,101,110,116,97,116,105,111,110,58,32,108,97,110,100,115,99,97,112,101,41,34,32,114,101,108,61,34,97,112,112,108,101,45,116,111,117,99,104,45,115,116,97,114,116,117,112,45,105,109,97,103,101,34,47,62,60,108,105,110,107,32,104,114,101,102,61,34,48,100,102,55,49,57,98,52,56,101,102,99,97,101,102,57,53,51,100,102,46,112,110,103,34,32,109,101,100,105,97,61,34,115,99,114,101,101,110,32,97,110,100,32,40,100,101,118,105,99,101,45,119,105,100,116,104,58,32,52,49,52,112,120,41,32,97,110,100,32,40,100,101,118,105,99,101,45,104,101,105,103,104,116,58,32,56,57,54,112,120,41,32,97,110,100,32,40,45,119,101,98,107,105,116,45,100,101,118,105,99,101,45,112,105,120,101,108,45,114,97,116,105,111,58,32,50,41,32,97,110,100,32,40,111,114,105,101,110,116,97,116,105,111,110,58,32,112,111,114,116,114,97,105,116,41,34,32,114,101,108,61,34,97,112,112,108,101,45,116,111,117,99,104,45,115,116,97,114,116,117,112,45,105,109,97,103,101,34,47,62,60,108,105,110,107,32,104,114,101,102,61,34,48,98,51,55,102,54,54,48,97,99,48,102,55,102,48,49,97,98,52,49,46,112,110,103,34,32,109,101,100,105,97,61,34,115,99,114,101,101,110,32,97,110,100,32,40,100,101,118,105,99,101,45,119,105,100,116,104,58,32,52,49,52,112,120,41,32,97,110,100,32,40,100,101,118,105,99,101,45,104,101,105,103,104,116,58,32,56,57,54,112,120,41,32,97,110,100,32,40,45,119,101,98,107,105,116,45,100,101,118,105,99,101,45,112,105,120,101,108,45,114,97,116,105,111,58,32,50,41,32,97,110,100,32,40,111,114,105,101,110,116,97,116,105,111,110,58,32,108,97,110,100,115,99,97,112,101,41,34,32,114,101,108,61,34,97,112,112,108,101,45,116,111,117,99,104,45,115,116,97,114,116,117,112,45,105,109,97,103,101,34,47,62,60,108,105,110,107,32,104,114,101,102,61,34,100,48,101,53,54,54,56,51,51,48,56,97,49,55,100,98,97,56,54,100,46,112,110,103,34,32,109,101,100,105,97,61,34,115,99,114,101,101,110,32,97,110,100,32,40,100,101,118,105,99,101,45,119,105,100,116,104,58,32,52,49,52,112,120,41,32,97,110,100,32,40,100,101,118,105,99,101,45,104,101,105,103,104,116,58,32,56,57,54,112,120,41,32,97,110,100,32,40,45,119,101,98,107,105,116,45,100,101,118,105,99,101,45,112,105,120,101,108,45,114,97,116,105,111,58,32,51,41,32,97,110,100,32,40,111,114,105,101,110,116,97,116,105,111,110,58,32,112,111,114,116,114,97,105,116,41,34,32,114,101,108,61,34,97,112,112,108,101,45,116,111,117,99,104,45,115,116,97,114,116,117,112,45,105,109,97,103,101,34,47,62,60,108,105,110,107,32,104,114,101,102,61,34,98,97,97,102,97,57,51,97,55,56,51,98,55,54,101,54,54,55,101,99,46,112,110,103,34,32,109,101,100,105,97,61,34,115,99,114,101,101,110,32,97,110,100,32,40,100,101,118,105,99,101,45,119,105,100,116,104,58,32,52,49,52,112,120,41,32,97,110,100,32,40,100,101,118,105,99,101,45,104,101,105,103,104,116,58,32,56,57,54,112,120,41,32,97,110,100,32,40,45,119,101,98,107,105,116,45,100,101,118,105,99,101,45,112,105,120,101,108,45,114,97,116,105,111,58,32,51,41,32,97,110,100,32,40,111,114,105,101,110,116,97,116,105,111,110,58,32,108,97,110,100,115,99,97,112,101,41,34,32,114,101,108,61,34,97,112,112,108,101,45,116,111,117,99,104,45,115,116,97,114,116,117,112,45,105,109,97,103,101,34,47,62,60,108,105,110,107,32,104,114,101,102,61,34,51,55,57,98,97,98,54,56,100,48,53,54,57,49,48,51,51,54,102,57,46,112,110,103,34,32,109,101,100,105,97,61,34,115,99,114,101,101,110,32,97,110,100,32,40,100,101,118,105,99,101,45,119,105,100,116,104,58,32,55,54,56,112,120,41,32,97,110,100,32,40,100,101,118,105,99,101,45,104,101,105,103,104,116,58,32,49,48,50,52,112,120,41,32,97,110,100,32,40,45,119,101,98,107,105,116,45,100,101,118,105,99,101,45,112,105,120,101,108,45,114,97,116,105,111,58,32,50,41,32,97,110,100,32,40,111,114,105,101,110,116,97,116,105,111,110,58,32,112,111,114,116,114,97,105,116,41,34,32,114,101,108,61,34,97,112,112,108,101,45,116,111,117,99,104,45,115,116,97,114,116,117,112,45,105,109,97,103,101,34,47,62,60,108,105,110,107,32,104,114,101,102,61,34,100,51,49,52,49,51,100,51,102,48,51,99,48,56,55,51,99,99,98,98,46,112,110,103,34,32,109,101,100,105,97,61,34,115,99,114,101,101,110,32,97,110,100,32,40,100,101,118,105,99,101,45,119,105,100,116,104,58,32,55,54,56,112,120,41,32,97,110,100,32,40,100,101,118,105,99,101,45,104,101,105,103,104,116,58,32,49,48,50,52,112,120,41,32,97,110,100,32,40,45,119,101,98,107,105,116,45,100,101,118,105,99,101,45,112,105,120,101,108,45,114,97,116,105,111,58,32,50,41,32,97,110,100,32,40,111,114,105,101,110,116,97,116,105,111,110,58,32,108,97,110,100,115,99,97,112,101,41,34,32,114,101,108,61,34,97,112,112,108,101,45,116,111,117,99,104,45,115,116,97,114,116,117,112,45,105,109,97,103,101,34,47,62,60,108,105,110,107,32,104,114,101,102,61,34,52,57,100,49,52,100,48,101,98,55,98,99,100,102,54,102,50,100,49,98,46,112,110,103,34,32,109,101,100,105,97,61,34,115,99,114,101,101,110,32,97,110,100,32,40,100,101,118,105,99,101,45,119,105,100,116,104,58,32,56,51,52,112,120,41,32,97,110,100,32,40,100,101,118,105,99,101,45,104,101,105,103,104,116,58,32,49,49,49,50,112,120,41,32,97,110,100,32,40,45,119,101,98,107,105,116,45,100,101,118,105,99,101,45,112,105,120,101,108,45,114,97,116,105,111,58,32,50,41,32,97,110,100,32,40,111,114,105,101,110,116,97,116,105,111,110,58,32,112,111,114,116,114,97,105,116,41,34,32,114,101,108,61,34,97,112,112,108,101,45,116,111,117,99,104,45,115,116,97,114,116,117,112,45,105,109,97,103,101,34,47,62,60,108,105,110,107,32,104,114,101,102,61,34,98,98,98,51,101,54,100,52,51,51,56,57,98,97,48,100,52,51,54,99,46,112,110,103,34,32,109,101,100,105,97,61,34,115,99,114,101,101,110,32,97,110,100,32,40,100,101,118,105,99,101,45,119,105,100,116,104,58,32,56,51,52,112,120,41,32,97,110,100,32,40,100,101,118,105,99,101,45,104,101,105,103,104,116,58,32,49,49,49,50,112,120,41,32,97,110,100,32,40,45,119,101,98,107,105,116,45,100,101,118,105,99,101,45,112,105,120,101,108,45,114,97,116,105,111,58,32,50,41,32,97,110,100,32,40,111,114,105,101,110,116,97,116,105,111,110,58,32,108,97,110,100,115,99,97,112,101,41,34,32,114,101,108,61,34,97,112,112,108,101,45,116,111,117,99,104,45,115,116,97,114,116,117,112,45,105,109,97,103,101,34,47,62,60,108,105,110,107,32,104,114,101,102,61,34,49,52,50,100,56,51,52,99,50,48,49,56,57,53,97,52,54,97,48,49,46,112,110,103,34,32,109,101,100,105,97,61,34,115,99,114,101,101,110,32,97,110,100,32,40,100,101,118,105,99,101,45,119,105,100,116,104,58,32,56,51,52,112,120,41,32,97,110,100,32,40,100,101,118,105,99,101,45,104,101,105,103,104,116,58,32,49,49,57,52,112,120,41,32,97,110,100,32,40,45,119,101,98,107,105,116,45,100,101,118,105,99,101,45,112,105,120,101,108,45,114,97,116,105,111,58,32,50,41,32,97,110,100,32,40,111,114,105,101,110,116,97,116,105,111,110,58,32,112,111,114,116,114,97,105,116,41,34,32,114,101,108,61,34,97,112,112,108,101,45,116,111,117,99,104,45,115,116,97,114,116,117,112,45,105,109,97,103,101,34,47,62,60,108,105,110,107,32,104,114,101,102,61,34,101,54,50,57,56,55,97,49,50,97,53,56,98,50,52,102,51,56,51,97,46,112,110,103,34,32,109,101,100,105,97,61,34,115,99,114,101,101,110,32,97,110,100,32,40,100,101,118,105,99,101,45,119,105,100,116,104,58,32,56,51,52,112,120,41,32,97,110,100,32,40,100,101,118,105,99,101,45,104,101,105,103,104,116,58,32,49,49,57,52,112,120,41,32,97,110,100,32,40,45,119,101,98,107,105,116,45,100,101,118,105,99,101,45,112,105,120,101,108,45,114,97,116,105,111,58,32,50,41,32,97,110,100,32,40,111,114,105,101,110,116,97,116,105,111,110,58,32,108,97,110,100,115,99,97,112,101,41,34,32,114,101,108,61,34,97,112,112,108,101,45,116,111,117,99,104,45,115,116,97,114,116,117,112,45,105,109,97,103,101,34,47,62,60,108,105,110,107,32,104,114,101,102,61,34,51,102,51,102,101,48,102,100,51,97,48,98,54,51,55,98,53,48,51,48,46,112,110,103,34,32,109,101,100,105,97,61,34,115,99,114,101,101,110,32,97,110,100,32,40,100,101,118,105,99,101,45,119,105,100,116,104,58,32,49,48,50,52,112,120,41,32,97,110,100,32,40,100,101,118,105,99,101,45,104,101,105,103,104,116,58,32,49,51,54,54,112,120,41,32,97,110,100,32,40,45,119,101,98,107,105,116,45,100,101,118,105,99,101,45,112,105,120,101,108,45,114,97,116,105,111,58,32,50,41,32,97,110,100,32,40,111,114,105,101,110,116,97,116,105,111,110,58,32,112,111,114,116,114,97,105,116,41,34,32,114,101,108,61,34,97,112,112,108,101,45,116,111,117,99,104,45,115,116,97,114,116,117,112,45,105,109,97,103,101,34,47,62,60,108,105,110,107,32,104,114,101,102,61,34,97,57,54,50,54,54,50,57,53,55,101,98,98,98,56,101,98,52,51,54,46,112,110,103,34,32,109,101,100,105,97,61,34,115,99,114,101,101,110,32,97,110,100,32,40,100,101,118,105,99,101,45,119,105,100,116,104,58,32,49,48,50,52,112,120,41,32,97,110,100,32,40,100,101,118,105,99,101,45,104,101,105,103,104,116,58,32,49,51,54,54,112,120,41,32,97,110,100,32,40,45,119,101,98,107,105,116,45,100,101,118,105,99,101,45,112,105,120,101,108,45,114,97,116,105,111,58,32,50,41,32,97,110,100,32,40,111,114,105,101,110,116,97,116,105,111,110,58,32,108,97,110,100,115,99,97,112,101,41,34,32,114,101,108,61,34,97,112,112,108,101,45,116,111,117,99,104,45,115,116,97,114,116,117,112,45,105,109,97,103,101,34,47,62,60,108,105,110,107,32,114,101,108,61,34,115,104,111,114,116,99,117,116,32,105,99,111,110,34,32,104,114,101,102,61,34,98,99,56,100,53,49,52,48,53,101,99,48,52,48,51,48,53,97,56,55,46,105,99,111,34,62,60,109,101,116,97,32,110,97,109,101,61,34,109,115,97,112,112,108,105,99,97,116,105,111,110,45,84,105,108,101,73,109,97,103,101,34,32,99,111,110,116,101,110,116,61,34,51,57,50,48,57,100,100,50,51,54,50,99,48,100,98,55,99,54,55,51,46,112,110,103,34,62,60,109,101,116,97,32,110,97,109,101,61,34,109,115,97,112,112,108,105,99,97,116,105,111,110,45,84,105,108,101,67,111,108,111,114,34,32,99,111,110,116,101,110,116,61,34,35,51,51,51,51,51,51,34,62,60,116,105,116,108,101,62,74,101,108,108,121,102,105,110,60,47,116,105,116,108,101,62,60,115,116,121,108,101,62,46,98,97,99,107,103,114,111,117,110,100,67,111,110,116,97,105,110,101,114,45,116,114,97,110,115,112,97,114,101,110,116,58,110,111,116,40,46,119,105,116,104,66,97,99,107,100,114,111,112,41,44,46,116,114,97,110,115,112,97,114,101,110,116,68,111,99,117,109,101,110,116,123,98,97,99,107,103,114,111,117,110,100,58,48,32,48,33,105,109,112,111,114,116,97,110,116,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,116,114,97,110,115,112,97,114,101,110,116,33,105,109,112,111,114,116,97,110,116,125,46,108,97,121,111,117,116,45,116,118,32,46,109,111,117,115,101,73,100,108,101,44,46,108,97,121,111,117,116,45,116,118,32,46,109,111,117,115,101,73,100,108,101,32,97,44,46,108,97,121,111,117,116,45,116,118,32,46,109,111,117,115,101,73,100,108,101,32,98,117,116,116,111,110,44,46,108,97,121,111,117,116,45,116,118,32,46,109,111,117,115,101,73,100,108,101,32,105,110,112,117,116,44,46,108,97,121,111,117,116,45,116,118,32,46,109,111,117,115,101,73,100,108,101,32,108,97,98,101,108,44,46,108,97,121,111,117,116,45,116,118,32,46,109,111,117,115,101,73,100,108,101,32,115,101,108,101,99,116,44,46,108,97,121,111,117,116,45,116,118,32,46,109,111,117,115,101,73,100,108,101,32,116,101,120,116,97,114,101,97,44,46,115,99,114,101,101,110,115,97,118,101,114,45,110,111,83,99,114,111,108,108,46,109,111,117,115,101,73,100,108,101,44,46,115,99,114,101,101,110,115,97,118,101,114,45,110,111,83,99,114,111,108,108,46,109,111,117,115,101,73,100,108,101,32,97,44,46,115,99,114,101,101,110,115,97,118,101,114,45,110,111,83,99,114,111,108,108,46,109,111,117,115,101,73,100,108,101,32,98,117,116,116,111,110,44,46,115,99,114,101,101,110,115,97,118,101,114,45,110,111,83,99,114,111,108,108,46,109,111,117,115,101,73,100,108,101,32,105,110,112,117,116,44,46,115,99,114,101,101,110,115,97,118,101,114,45,110,111,83,99,114,111,108,108,46,109,111,117,115,101,73,100,108,101,32,108,97,98,101,108,44,46,115,99,114,101,101,110,115,97,118,101,114,45,110,111,83,99,114,111,108,108,46,109,111,117,115,101,73,100,108,101,32,115,101,108,101,99,116,44,46,115,99,114,101,101,110,115,97,118,101,114,45,110,111,83,99,114,111,108,108,46,109,111,117,115,101,73,100,108,101,32,116,101,120,116,97,114,101,97,44,46,116,114,97,110,115,112,97,114,101,110,116,68,111,99,117,109,101,110,116,32,46,109,111,117,115,101,73,100,108,101,44,46,116,114,97,110,115,112,97,114,101,110,116,68,111,99,117,109,101,110,116,32,46,109,111,117,115,101,73,100,108,101,32,97,44,46,116,114,97,110,115,112,97,114,101,110,116,68,111,99,117,109,101,110,116,32,46,109,111,117,115,101,73,100,108,101,32,98,117,116,116,111,110,44,46,116,114,97,110,115,112,97,114,101,110,116,68,111,99,117,109,101,110,116,32,46,109,111,117,115,101,73,100,108,101,32,105,110,112,117,116,44,46,116,114,97,110,115,112,97,114,101,110,116,68,111,99,117,109,101,110,116,32,46,109,111,117,115,101,73,100,108,101,32,108,97,98,101,108,44,46,116,114,97,110,115,112,97,114,101,110,116,68,111,99,117,109,101,110,116,32,46,109,111,117,115,101,73,100,108,101,32,115,101,108,101,99,116,44,46,116,114,97,110,115,112,97,114,101,110,116,68,111,99,117,109,101,110,116,32,46,109,111,117,115,101,73,100,108,101,32,116,101,120,116,97,114,101,97,123,99,117,114,115,111,114,58,110,111,110,101,33,105,109,112,111,114,116,97,110,116,125,46,112,114,101,108,111,97,100,123,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,49,48,49,48,49,48,125,46,104,105,100,101,44,46,109,111,117,115,101,73,100,108,101,32,46,104,105,100,101,45,109,111,117,115,101,45,105,100,108,101,44,46,109,111,117,115,101,73,100,108,101,45,116,118,32,46,104,105,100,101,45,109,111,117,115,101,45,105,100,108,101,45,116,118,123,100,105,115,112,108,97,121,58,110,111,110,101,33,105,109,112,111,114,116,97,110,116,125,46,109,97,105,110,68,114,97,119,101,114,72,97,110,100,108,101,123,112,111,115,105,116,105,111,110,58,102,105,120,101,100,59,116,111,112,58,48,59,98,111,116,116,111,109,58,48,59,122,45,105,110,100,101,120,58,49,59,119,105,100,116,104,58,46,56,101,109,59,112,97,100,100,105,110,103,45,108,101,102,116,58,101,110,118,40,115,97,102,101,45,97,114,101,97,45,105,110,115,101,116,45,108,101,102,116,41,59,99,97,114,101,116,45,99,111,108,111,114,58,116,114,97,110,115,112,97,114,101,110,116,125,91,100,105,114,61,108,116,114,93,32,46,109,97,105,110,68,114,97,119,101,114,72,97,110,100,108,101,123,108,101,102,116,58,48,125,91,100,105,114,61,114,116,108,93,32,46,109,97,105,110,68,114,97,119,101,114,72,97,110,100,108,101,123,108,101,102,116,58,48,125,64,107,101,121,102,114,97,109,101,115,32,102,97,100,101,105,110,123,102,114,111,109,123,111,112,97,99,105,116,121,58,48,125,116,111,123,111,112,97,99,105,116,121,58,49,125,125,46,115,112,108,97,115,104,76,111,103,111,123,97,110,105,109,97,116,105,111,110,58,102,97,100,101,105,110,32,46,53,115,59,119,105,100,116,104,58,51,48,37,59,104,101,105,103,104,116,58,51,48,37,59,98,97,99,107,103,114,111,117,110,100,45,105,109,97,103,101,58,117,114,108,40,97,115,115,101,116,115,47,105,109,103,47,105,99,111,110,45,116,114,97,110,115,112,97,114,101,110,116,46,112,110,103,41,59,98,97,99,107,103,114,111,117,110,100,45,112,111,115,105,116,105,111,110,58,99,101,110,116,101,114,32,99,101,110,116,101,114,59,98,97,99,107,103,114,111,117,110,100,45,114,101,112,101,97,116,58,110,111,45,114,101,112,101,97,116,59,98,97,99,107,103,114,111,117,110,100,45,115,105,122,101,58,99,111,110,116,97,105,110,59,112,111,115,105,116,105,111,110,58,102,105,120,101,100,59,116,111,112,58,53,48,37,59,108,101,102,116,58,53,48,37,59,116,114,97,110,115,102,111,114,109,58,116,114,97,110,115,108,97,116,101,40,45,53,48,37,44,45,53,48,37,41,125,64,109,101,100,105,97,32,115,99,114,101,101,110,32,97,110,100,32,40,109,105,110,45,100,101,118,105,99,101,45,119,105,100,116,104,58,57,57,50,112,120,41,123,46,115,112,108,97,115,104,76,111,103,111,123,98,97,99,107,103,114,111,117,110,100,45,105,109,97,103,101,58,117,114,108,40,97,115,115,101,116,115,47,105,109,103,47,98,97,110,110,101,114,45,108,105,103,104,116,46,112,110,103,41,125,125,60,47,115,116,121,108,101,62,60,115,99,114,105,112,116,32,100,101,102,101,114,61,34,100,101,102,101,114,34,32,115,114,99,61,34,114,117,110,116,105,109,101,46,98,117,110,100,108,101,46,106,115,63,50,54,56,54,57,55,101,51,48,54,55,49,57,52,54,55,54,50,55,49,34,62,60,47,115,99,114,105,112,116,62,60,115,99,114,105,112,116,32,100,101,102,101,114,61,34,100,101,102,101,114,34,32,115,114,99,61,34,110,111,100,101,95,109,111,100,117,108,101,115,46,37,52,48,106,101,108,108,121,102,105,110,46,115,100,107,46,98,117,110,100,108,101,46,106,115,63,50,54,56,54,57,55,101,51,48,54,55,49,57,52,54,55,54,50,55,49,34,62,60,47,115,99,114,105,112,116,62,60,115,99,114,105,112,116,32,100,101,102,101,114,61,34,100,101,102,101,114,34,32,115,114,99,61,34,110,111,100,101,95,109,111,100,117,108,101,115,46,108,111,100,97,115,104,45,101,115,46,98,117,110,100,108,101,46,106,115,63,50,54,56,54,57,55,101,51,48,54,55,49,57,52,54,55,54,50,55,49,34,62,60,47,115,99,114,105,112,116,62,60,115,99,114,105,112,116,32,100,101,102,101,114,61,34,100,101,102,101,114,34,32,115,114,99,61,34,110,111,100,101,95,109,111,100,117,108,101,115,46,37,52,48,109,117,105,46,109,97,116,101,114,105,97,108,46,98,117,110,100,108,101,46,106,115,63,50,54,56,54,57,55,101,51,48,54,55,49,57,52,54,55,54,50,55,49,34,62,60,47,115,99,114,105,112,116,62,60,115,99,114,105,112,116,32,100,101,102,101,114,61,34,100,101,102,101,114,34,32,115,114,99,61,34,110,111,100,101,95,109,111,100,117,108,101,115,46,37,52,48,109,117,105,46,115,121,115,116,101,109,46,98,117,110,100,108,101,46,106,115,63,50,54,56,54,57,55,101,51,48,54,55,49,57,52,54,55,54,50,55,49,34,62,60,47,115,99,114,105,112,116,62,60,115,99,114,105,112,116,32,100,101,102,101,114,61,34,100,101,102,101,114,34,32,115,114,99,61,34,110,111,100,101,95,109,111,100,117,108,101,115,46,37,52,48,109,117,105,46,105,99,111,110,115,45,109,97,116,101,114,105,97,108,46,98,117,110,100,108,101,46,106,115,63,50,54,56,54,57,55,101,51,48,54,55,49,57,52,54,55,54,50,55,49,34,62,60,47,115,99,114,105,112,116,62,60,115,99,114,105,112,116,32,100,101,102,101,114,61,34,100,101,102,101,114,34,32,115,114,99,61,34,110,111,100,101,95,109,111,100,117,108,101,115,46,37,52,48,109,117,105,46,117,116,105,108,115,46,98,117,110,100,108,101,46,106,115,63,50,54,56,54,57,55,101,51,48,54,55,49,57,52,54,55,54,50,55,49,34,62,60,47,115,99,114,105,112,116,62,60,115,99,114,105,112,116,32,100,101,102,101,114,61,34,100,101,102,101,114,34,32,115,114,99,61,34,110,111,100,101,95,109,111,100,117,108,101,115,46,37,52,48,116,97,110,115,116,97,99,107,46,113,117,101,114,121,45,99,111,114,101,46,98,117,110,100,108,101,46,106,115,63,50,54,56,54,57,55,101,51,48,54,55,49,57,52,54,55,54,50,55,49,34,62,60,47,115,99,114,105,112,116,62,60,115,99,114,105,112,116,32,100,101,102,101,114,61,34,100,101,102,101,114,34,32,115,114,99,61,34,110,111,100,101,95,109,111,100,117,108,101,115,46,37,52,48,116,97,110,115,116,97,99,107,46,114,101,97,99,116,45,113,117,101,114,121,46,98,117,110,100,108,101,46,106,115,63,50,54,56,54,57,55,101,51,48,54,55,49,57,52,54,55,54,50,55,49,34,62,60,47,115,99,114,105,112,116,62,60,115,99,114,105,112,116,32,100,101,102,101,114,61,34,100,101,102,101,114,34,32,115,114,99,61,34,110,111,100,101,95,109,111,100,117,108,101,115,46,100,97,116,101,45,102,110,115,46,101,115,109,46,98,117,110,100,108,101,46,106,115,63,50,54,56,54,57,55,101,51,48,54,55,49,57,52,54,55,54,50,55,49,34,62,60,47,115,99,114,105,112,116,62,60,115,99,114,105,112,116,32,100,101,102,101,114,61,34,100,101,102,101,114,34,32,115,114,99,61,34,110,111,100,101,95,109,111,100,117,108,101,115,46,99,111,114,101,45,106,115,46,98,117,110,100,108,101,46,106,115,63,50,54,56,54,57,55,101,51,48,54,55,49,57,52,54,55,54,50,55,49,34,62,60,47,115,99,114,105,112,116,62,60,115,99,114,105,112,116,32,100,101,102,101,114,61,34,100,101,102,101,114,34,32,115,114,99,61,34,110,111,100,101,95,109,111,100,117,108,101,115,46,114,101,97,99,116,45,116,114,97,110,115,105,116,105,111,110,45,103,114,111,117,112,46,98,117,110,100,108,101,46,106,115,63,50,54,56,54,57,55,101,51,48,54,55,49,57,52,54,55,54,50,55,49,34,62,60,47,115,99,114,105,112,116,62,60,115,99,114,105,112,116,32,100,101,102,101,114,61,34,100,101,102,101,114,34,32,115,114,99,61,34,110,111,100,101,95,109,111,100,117,108,101,115,46,37,52,48,112,111,112,112,101,114,106,115,46,99,111,114,101,46,98,117,110,100,108,101,46,106,115,63,50,54,56,54,57,55,101,51,48,54,55,49,57,52,54,55,54,50,55,49,34,62,60,47,115,99,114,105,112,116,62,60,115,99,114,105,112,116,32,100,101,102,101,114,61,34,100,101,102,101,114,34,32,115,114,99,61,34,110,111,100,101,95,109,111,100,117,108,101,115,46,97,120,105,111,115,46,98,117,110,100,108,101,46,106,115,63,50,54,56,54,57,55,101,51,48,54,55,49,57,52,54,55,54,50,55,49,34,62,60,47,115,99,114,105,112,116,62,60,115,99,114,105,112,116,32,100,101,102,101,114,61,34,100,101,102,101,114,34,32,115,114,99,61,34,110,111,100,101,95,109,111,100,117,108,101,115,46,114,101,97,99,116,45,100,111,109,46,98,117,110,100,108,101,46,106,115,63,50,54,56,54,57,55,101,51,48,54,55,49,57,52,54,55,54,50,55,49,34,62,60,47,115,99,114,105,112,116,62,60,115,99,114,105,112,116,32,100,101,102,101,114,61,34,100,101,102,101,114,34,32,115,114,99,61,34,110,111,100,101,95,109,111,100,117,108,101,115,46,106,113,117,101,114,121,46,98,117,110,100,108,101,46,106,115,63,50,54,56,54,57,55,101,51,48,54,55,49,57,52,54,55,54,50,55,49,34,62,60,47,115,99,114,105,112,116,62,60,115,99,114,105,112,116,32,100,101,102,101,114,61,34,100,101,102,101,114,34,32,115,114,99,61,34,110,111,100,101,95,109,111,100,117,108,101,115,46,119,101,98,99,111,109,112,111,110,101,110,116,115,46,106,115,46,98,117,110,100,108,101,46,106,115,63,50,54,56,54,57,55,101,51,48,54,55,49,57,52,54,55,54,50,55,49,34,62,60,47,115,99,114,105,112,116,62,60,115,99,114,105,112,116,32,100,101,102,101,114,61,34,100,101,102,101,114,34,32,115,114,99,61,34,110,111,100,101,95,109,111,100,117,108,101,115,46,114,101,115,105,122,101,45,111,98,115,101,114,118,101,114,45,112,111,108,121,102,105,108,108,46,98,117,110,100,108,101,46,106,115,63,50,54,56,54,57,55,101,51,48,54,55,49,57,52,54,55,54,50,55,49,34,62,60,47,115,99,114,105,112,116,62,60,115,99,114,105,112,116,32,100,101,102,101,114,61,34,100,101,102,101,114,34,32,115,114,99,61,34,110,111,100,101,95,109,111,100,117,108,101,115,46,114,101,103,101,110,101,114,97,116,111,114,45,114,117,110,116,105,109,101,46,98,117,110,100,108,101,46,106,115,63,50,54,56,54,57,55,101,51,48,54,55,49,57,52,54,55,54,50,55,49,34,62,60,47,115,99,114,105,112,116,62,60,115,99,114,105,112,116,32,100,101,102,101,114,61,34,100,101,102,101,114,34,32,115,114,99,61,34,110,111,100,101,95,109,111,100,117,108,101,115,46,106,101,108,108,121,102,105,110,45,97,112,105,99,108,105,101,110,116,46,98,117,110,100,108,101,46,106,115,63,50,54,56,54,57,55,101,51,48,54,55,49,57,52,54,55,54,50,55,49,34,62,60,47,115,99,114,105,112,116,62,60,115,99,114,105,112,116,32,100,101,102,101,114,61,34,100,101,102,101,114,34,32,115,114,99,61,34,110,111,100,101,95,109,111,100,117,108,101,115,46,105,110,116,101,114,115,101,99,116,105,111,110,45,111,98,115,101,114,118,101,114,46,98,117,110,100,108,101,46,106,115,63,50,54,56,54,57,55,101,51,48,54,55,49,57,52,54,55,54,50,55,49,34,62,60,47,115,99,114,105,112,116,62,60,115,99,114,105,112,116,32,100,101,102,101,114,61,34,100,101,102,101,114,34,32,115,114,99,61,34,110,111,100,101,95,109,111,100,117,108,101,115,46,104,105,115,116,111,114,121,46,98,117,110,100,108,101,46,106,115,63,50,54,56,54,57,55,101,51,48,54,55,49,57,52,54,55,54,50,55,49,34,62,60,47,115,99,114,105,112,116,62,60,115,99,114,105,112,116,32,100,101,102,101,114,61,34,100,101,102,101,114,34,32,115,114,99,61,34,110,111,100,101,95,109,111,100,117,108,101,115,46,100,111,109,112,117,114,105,102,121,46,98,117,110,100,108,101,46,106,115,63,50,54,56,54,57,55,101,51,48,54,55,49,57,52,54,55,54,50,55,49,34,62,60,47,115,99,114,105,112,116,62,60,115,99,114,105,112,116,32,100,101,102,101,114,61,34,100,101,102,101,114,34,32,115,114,99,61,34,110,111,100,101,95,109,111,100,117,108,101,115,46,114,101,97,99,116,45,114,111,117,116,101,114,46,98,117,110,100,108,101,46,106,115,63,50,54,56,54,57,55,101,51,48,54,55,49,57,52,54,55,54,50,55,49,34,62,60,47,115,99,114,105,112,116,62,60,115,99,114,105,112,116,32,100,101,102,101,114,61,34,100,101,102,101,114,34,32,115,114,99,61,34,110,111,100,101,95,109,111,100,117,108,101,115,46,114,101,97,99,116,45,114,111,117,116,101,114,45,100,111,109,46,98,117,110,100,108,101,46,106,115,63,50,54,56,54,57,55,101,51,48,54,55,49,57,52,54,55,54,50,55,49,34,62,60,47,115,99,114,105,112,116,62,60,115,99,114,105,112,116,32,100,101,102,101,114,61,34,100,101,102,101,114,34,32,115,114,99,61,34,110,111,100,101,95,109,111,100,117,108,101,115,46,37,52,48,114,101,109,105,120,45,114,117,110,46,114,111,117,116,101,114,46,98,117,110,100,108,101,46,106,115,63,50,54,56,54,57,55,101,51,48,54,55,49,57,52,54,55,54,50,55,49,34,62,60,47,115,99,114,105,112,116,62,60,115,99,114,105,112,116,32,100,101,102,101,114,61,34,100,101,102,101,114,34,32,115,114,99,61,34,51,55,56,54,57,46,98,117,110,100,108,101,46,106,115,63,50,54,56,54,57,55,101,51,48,54,55,49,57,52,54,55,54,50,55,49,34,62,60,47,115,99,114,105,112,116,62,60,115,99,114,105,112,116,32,100,101,102,101,114,61,34,100,101,102,101,114,34,32,115,114,99,61,34,109,97,105,110,46,106,101,108,108,121,102,105,110,46,98,117,110,100,108,101,46,106,115,63,50,54,56,54,57,55,101,51,48,54,55,49,57,52,54,55,54,50,55,49,34,62,60,47,115,99,114,105,112,116,62,60,115,99,114,105,112,116,32,100,101,102,101,114,61,34,100,101,102,101,114,34,32,115,114,99,61,34,115,101,114,118,105,99,101,119,111,114,107,101,114,46,106,115,63,50,54,56,54,57,55,101,51,48,54,55,49,57,52,54,55,54,50,55,49,34,62,60,47,115,99,114,105,112,116,62,60,108,105,110,107,32,104,114,101,102,61,34,51,55,56,54,57,46,48,56,56,54,56,48,100,55,101,55,97,50,101,101,100,101,51,54,49,56,46,99,115,115,63,50,54,56,54,57,55,101,51,48,54,55,49,57,52,54,55,54,50,55,49,34,32,114,101,108,61,34,115,116,121,108,101,115,104,101,101,116,34,62,60,108,105,110,107,32,104,114,101,102,61,34,109,97,105,110,46,106,101,108,108,121,102,105,110,46,49,48,102,56,48,52,102,56,99,99,100,53,52,100,48,48,48,99,55,48,46,99,115,115,63,50,54,56,54,57,55,101,51,48,54,55,49,57,52,54,55,54,50,55,49,34,32,114,101,108,61,34,115,116,121,108,101,115,104,101,101,116,34,62,60,47,104,101,97,100,62,60,98,111,100,121,32,100,105,114,61,34,108,116,114,34,62,60,100,105,118,32,105,100,61,34,114,101,97,99,116,82,111,111,116,34,62,60,100,105,118,32,99,108,97,115,115,61,34,115,112,108,97,115,104,76,111,103,111,34,62,60,47,100,105,118,62,60,47,100,105,118,62,60,47,98,111,100,121,62,60,47,104,116,109,108,62]} +[2025-02-20T02:25:24.705Z] error: Invalid data for widget 'jellyfin' endpoint 'Items/Counts': +Expected:undefined +Parse error: SyntaxError: Unexpected token < in JSON at position 0 +Data: {"type":"Buffer","data":[60,33,100,111,99,116,121,112,101,32,104,116,109,108,62,60,104,116,109,108,32,99,108,97,115,115,61,34,112,114,101,108,111,97,100,34,32,100,105,114,61,34,108,116,114,34,62,60,104,101,97,100,62,60,109,101,116,97,32,99,104,97,114,115,101,116,61,34,117,116,102,45,56,34,62,60,109,101,116,97,32,110,97,109,101,61,34,118,105,101,119,112,111,114,116,34,32,99,111,110,116,101,110,116,61,34,119,105,100,116,104,61,100,101,118,105,99,101,45,119,105,100,116,104,44,105,110,105,116,105,97,108,45,115,99,97,108,101,61,49,44,109,105,110,105,109,117,109,45,115,99,97,108,101,61,49,44,109,97,120,105,109,117,109,45,115,99,97,108,101,61,49,44,117,115,101,114,45,115,99,97,108,97,98,108,101,61,110,111,44,118,105,101,119,112,111,114,116,45,102,105,116,61,99,111,118,101,114,34,62,60,108,105,110,107,32,114,101,108,61,34,109,97,110,105,102,101,115,116,34,32,104,114,101,102,61,34,102,100,52,51,48,49,102,100,99,49,55,48,102,100,50,48,50,52,55,52,46,106,115,111,110,34,62,60,109,101,116,97,32,110,97,109,101,61,34,102,111,114,109,97,116,45,100,101,116,101,99,116,105,111,110,34,32,99,111,110,116,101,110,116,61,34,116,101,108,101,112,104,111,110,101,61,110,111,34,62,60,109,101,116,97,32,110,97,109,101,61,34,109,115,97,112,112,108,105,99,97,116,105,111,110,45,116,97,112,45,104,105,103,104,108,105,103,104,116,34,32,99,111,110,116,101,110,116,61,34,110,111,34,62,60,109,101,116,97,32,104,116,116,112,45,101,113,117,105,118,61,34,88,45,85,65,45,67,111,109,112,97,116,105,98,105,108,105,116,121,34,32,99,111,110,116,101,110,116,61,34,73,69,61,69,100,103,101,34,62,60,109,101,116,97,32,110,97,109,101,61,34,97,112,112,108,101,45,109,111,98,105,108,101,45,119,101,98,45,97,112,112,45,99,97,112,97,98,108,101,34,32,99,111,110,116,101,110,116,61,34,121,101,115,34,62,60,109,101,116,97,32,110,97,109,101,61,34,109,111,98,105,108,101,45,119,101,98,45,97,112,112,45,99,97,112,97,98,108,101,34,32,99,111,110,116,101,110,116,61,34,121,101,115,34,62,60,109,101,116,97,32,110,97,109,101,61,34,97,112,112,108,105,99,97,116,105,111,110,45,110,97,109,101,34,32,99,111,110,116,101,110,116,61,34,74,101,108,108,121,102,105,110,34,62,60,109,101,116,97,32,110,97,109,101,61,34,114,111,98,111,116,115,34,32,99,111,110,116,101,110,116,61,34,110,111,105,110,100,101,120,44,32,110,111,102,111,108,108,111,119,44,32,110,111,97,114,99,104,105,118,101,34,62,60,109,101,116,97,32,110,97,109,101,61,34,114,101,102,101,114,114,101,114,34,32,99,111,110,116,101,110,116,61,34,110,111,45,114,101,102,101,114,114,101,114,34,62,60,109,101,116,97,32,105,100,61,34,116,104,101,109,101,67,111,108,111,114,34,32,110,97,109,101,61,34,116,104,101,109,101,45,99,111,108,111,114,34,32,99,111,110,116,101,110,116,61,34,35,50,48,50,48,50,48,34,62,60,108,105,110,107,32,114,101,108,61,34,97,112,112,108,101,45,116,111,117,99,104,45,105,99,111,110,34,32,115,105,122,101,115,61,34,49,56,48,120,49,56,48,34,32,104,114,101,102,61,34,102,53,98,98,98,55,57,56,99,98,50,99,54,53,57,48,56,54,51,51,46,112,110,103,34,62,60,108,105,110,107,32,104,114,101,102,61,34,54,97,50,101,50,101,54,98,52,49,56,54,55,50,48,101,53,100,52,102,46,112,110,103,34,32,109,101,100,105,97,61,34,115,99,114,101,101,110,32,97,110,100,32,40,100,101,118,105,99,101,45,119,105,100,116,104,58,32,51,50,48,112,120,41,32,97,110,100,32,40,100,101,118,105,99,101,45,104,101,105,103,104,116,58,32,53,54,56,112,120,41,32,97,110,100,32,40,45,119,101,98,107,105,116,45,100,101,118,105,99,101,45,112,105,120,101,108,45,114,97,116,105,111,58,32,50,41,32,97,110,100,32,40,111,114,105,101,110,116,97,116,105,111,110,58,32,112,111,114,116,114,97,105,116,41,34,32,114,101,108,61,34,97,112,112,108,101,45,116,111,117,99,104,45,115,116,97,114,116,117,112,45,105,109,97,103,101,34,47,62,60,108,105,110,107,32,104,114,101,102,61,34,101,98,56,98,101,102,52,102,49,57,98,54,97,100,50,50,55,102,52,54,46,112,110,103,34,32,109,101,100,105,97,61,34,115,99,114,101,101,110,32,97,110,100,32,40,100,101,118,105,99,101,45,119,105,100,116,104,58,32,51,50,48,112,120,41,32,97,110,100,32,40,100,101,118,105,99,101,45,104,101,105,103,104,116,58,32,53,54,56,112,120,41,32,97,110,100,32,40,45,119,101,98,107,105,116,45,100,101,118,105,99,101,45,112,105,120,101,108,45,114,97,116,105,111,58,32,50,41,32,97,110,100,32,40,111,114,105,101,110,116,97,116,105,111,110,58,32,108,97,110,100,115,99,97,112,101,41,34,32,114,101,108,61,34,97,112,112,108,101,45,116,111,117,99,104,45,115,116,97,114,116,117,112,45,105,109,97,103,101,34,47,62,60,108,105,110,107,32,104,114,101,102,61,34,51,102,97,57,48,99,53,57,51,49,56,52,100,53,55,51,55,101,98,51,46,112,110,103,34,32,109,101,100,105,97,61,34,115,99,114,101,101,110,32,97,110,100,32,40,100,101,118,105,99,101,45,119,105,100,116,104,58,32,51,55,53,112,120,41,32,97,110,100,32,40,100,101,118,105,99,101,45,104,101,105,103,104,116,58,32,54,54,55,112,120,41,32,97,110,100,32,40,45,119,101,98,107,105,116,45,100,101,118,105,99,101,45,112,105,120,101,108,45,114,97,116,105,111,58,32,50,41,32,97,110,100,32,40,111,114,105,101,110,116,97,116,105,111,110,58,32,112,111,114,116,114,97,105,116,41,34,32,114,101,108,61,34,97,112,112,108,101,45,116,111,117,99,104,45,115,116,97,114,116,117,112,45,105,109,97,103,101,34,47,62,60,108,105,110,107,32,104,114,101,102,61,34,50,51,97,55,50,102,53,100,53,54,102,56,50,53,53,52,97,101,97,98,46,112,110,103,34,32,109,101,100,105,97,61,34,115,99,114,101,101,110,32,97,110,100,32,40,100,101,118,105,99,101,45,119,105,100,116,104,58,32,51,55,53,112,120,41,32,97,110,100,32,40,100,101,118,105,99,101,45,104,101,105,103,104,116,58,32,54,54,55,112,120,41,32,97,110,100,32,40,45,119,101,98,107,105,116,45,100,101,118,105,99,101,45,112,105,120,101,108,45,114,97,116,105,111,58,32,50,41,32,97,110,100,32,40,111,114,105,101,110,116,97,116,105,111,110,58,32,108,97,110,100,115,99,97,112,101,41,34,32,114,101,108,61,34,97,112,112,108,101,45,116,111,117,99,104,45,115,116,97,114,116,117,112,45,105,109,97,103,101,34,47,62,60,108,105,110,107,32,104,114,101,102,61,34,100,50,56,97,53,55,98,49,101,54,49,102,57,102,48,100,97,98,100,57,46,112,110,103,34,32,109,101,100,105,97,61,34,115,99,114,101,101,110,32,97,110,100,32,40,100,101,118,105,99,101,45,119,105,100,116,104,58,32,52,49,52,112,120,41,32,97,110,100,32,40,100,101,118,105,99,101,45,104,101,105,103,104,116,58,32,55,51,54,112,120,41,32,97,110,100,32,40,45,119,101,98,107,105,116,45,100,101,118,105,99,101,45,112,105,120,101,108,45,114,97,116,105,111,58,32,51,41,32,97,110,100,32,40,111,114,105,101,110,116,97,116,105,111,110,58,32,112,111,114,116,114,97,105,116,41,34,32,114,101,108,61,34,97,112,112,108,101,45,116,111,117,99,104,45,115,116,97,114,116,117,112,45,105,109,97,103,101,34,47,62,60,108,105,110,107,32,104,114,101,102,61,34,49,54,102,99,56,49,49,55,56,100,49,97,101,101,53,52,102,54,99,99,46,112,110,103,34,32,109,101,100,105,97,61,34,115,99,114,101,101,110,32,97,110,100,32,40,100,101,118,105,99,101,45,119,105,100,116,104,58,32,52,49,52,112,120,41,32,97,110,100,32,40,100,101,118,105,99,101,45,104,101,105,103,104,116,58,32,55,51,54,112,120,41,32,97,110,100,32,40,45,119,101,98,107,105,116,45,100,101,118,105,99,101,45,112,105,120,101,108,45,114,97,116,105,111,58,32,51,41,32,97,110,100,32,40,111,114,105,101,110,116,97,116,105,111,110,58,32,108,97,110,100,115,99,97,112,101,41,34,32,114,101,108,61,34,97,112,112,108,101,45,116,111,117,99,104,45,115,116,97,114,116,117,112,45,105,109,97,103,101,34,47,62,60,108,105,110,107,32,104,114,101,102,61,34,102,57,52,101,98,102,50,48,51,101,97,48,99,57,49,97,52,55,99,54,46,112,110,103,34,32,109,101,100,105,97,61,34,115,99,114,101,101,110,32,97,110,100,32,40,100,101,118,105,99,101,45,119,105,100,116,104,58,32,51,55,53,112,120,41,32,97,110,100,32,40,100,101,118,105,99,101,45,104,101,105,103,104,116,58,32,56,49,50,112,120,41,32,97,110,100,32,40,45,119,101,98,107,105,116,45,100,101,118,105,99,101,45,112,105,120,101,108,45,114,97,116,105,111,58,32,51,41,32,97,110,100,32,40,111,114,105,101,110,116,97,116,105,111,110,58,32,112,111,114,116,114,97,105,116,41,34,32,114,101,108,61,34,97,112,112,108,101,45,116,111,117,99,104,45,115,116,97,114,116,117,112,45,105,109,97,103,101,34,47,62,60,108,105,110,107,32,104,114,101,102,61,34,53,50,50,102,97,50,55,48,56,48,55,98,55,98,49,50,97,57,98,97,46,112,110,103,34,32,109,101,100,105,97,61,34,115,99,114,101,101,110,32,97,110,100,32,40,100,101,118,105,99,101,45,119,105,100,116,104,58,32,51,55,53,112,120,41,32,97,110,100,32,40,100,101,118,105,99,101,45,104,101,105,103,104,116,58,32,56,49,50,112,120,41,32,97,110,100,32,40,45,119,101,98,107,105,116,45,100,101,118,105,99,101,45,112,105,120,101,108,45,114,97,116,105,111,58,32,51,41,32,97,110,100,32,40,111,114,105,101,110,116,97,116,105,111,110,58,32,108,97,110,100,115,99,97,112,101,41,34,32,114,101,108,61,34,97,112,112,108,101,45,116,111,117,99,104,45,115,116,97,114,116,117,112,45,105,109,97,103,101,34,47,62,60,108,105,110,107,32,104,114,101,102,61,34,48,100,102,55,49,57,98,52,56,101,102,99,97,101,102,57,53,51,100,102,46,112,110,103,34,32,109,101,100,105,97,61,34,115,99,114,101,101,110,32,97,110,100,32,40,100,101,118,105,99,101,45,119,105,100,116,104,58,32,52,49,52,112,120,41,32,97,110,100,32,40,100,101,118,105,99,101,45,104,101,105,103,104,116,58,32,56,57,54,112,120,41,32,97,110,100,32,40,45,119,101,98,107,105,116,45,100,101,118,105,99,101,45,112,105,120,101,108,45,114,97,116,105,111,58,32,50,41,32,97,110,100,32,40,111,114,105,101,110,116,97,116,105,111,110,58,32,112,111,114,116,114,97,105,116,41,34,32,114,101,108,61,34,97,112,112,108,101,45,116,111,117,99,104,45,115,116,97,114,116,117,112,45,105,109,97,103,101,34,47,62,60,108,105,110,107,32,104,114,101,102,61,34,48,98,51,55,102,54,54,48,97,99,48,102,55,102,48,49,97,98,52,49,46,112,110,103,34,32,109,101,100,105,97,61,34,115,99,114,101,101,110,32,97,110,100,32,40,100,101,118,105,99,101,45,119,105,100,116,104,58,32,52,49,52,112,120,41,32,97,110,100,32,40,100,101,118,105,99,101,45,104,101,105,103,104,116,58,32,56,57,54,112,120,41,32,97,110,100,32,40,45,119,101,98,107,105,116,45,100,101,118,105,99,101,45,112,105,120,101,108,45,114,97,116,105,111,58,32,50,41,32,97,110,100,32,40,111,114,105,101,110,116,97,116,105,111,110,58,32,108,97,110,100,115,99,97,112,101,41,34,32,114,101,108,61,34,97,112,112,108,101,45,116,111,117,99,104,45,115,116,97,114,116,117,112,45,105,109,97,103,101,34,47,62,60,108,105,110,107,32,104,114,101,102,61,34,100,48,101,53,54,54,56,51,51,48,56,97,49,55,100,98,97,56,54,100,46,112,110,103,34,32,109,101,100,105,97,61,34,115,99,114,101,101,110,32,97,110,100,32,40,100,101,118,105,99,101,45,119,105,100,116,104,58,32,52,49,52,112,120,41,32,97,110,100,32,40,100,101,118,105,99,101,45,104,101,105,103,104,116,58,32,56,57,54,112,120,41,32,97,110,100,32,40,45,119,101,98,107,105,116,45,100,101,118,105,99,101,45,112,105,120,101,108,45,114,97,116,105,111,58,32,51,41,32,97,110,100,32,40,111,114,105,101,110,116,97,116,105,111,110,58,32,112,111,114,116,114,97,105,116,41,34,32,114,101,108,61,34,97,112,112,108,101,45,116,111,117,99,104,45,115,116,97,114,116,117,112,45,105,109,97,103,101,34,47,62,60,108,105,110,107,32,104,114,101,102,61,34,98,97,97,102,97,57,51,97,55,56,51,98,55,54,101,54,54,55,101,99,46,112,110,103,34,32,109,101,100,105,97,61,34,115,99,114,101,101,110,32,97,110,100,32,40,100,101,118,105,99,101,45,119,105,100,116,104,58,32,52,49,52,112,120,41,32,97,110,100,32,40,100,101,118,105,99,101,45,104,101,105,103,104,116,58,32,56,57,54,112,120,41,32,97,110,100,32,40,45,119,101,98,107,105,116,45,100,101,118,105,99,101,45,112,105,120,101,108,45,114,97,116,105,111,58,32,51,41,32,97,110,100,32,40,111,114,105,101,110,116,97,116,105,111,110,58,32,108,97,110,100,115,99,97,112,101,41,34,32,114,101,108,61,34,97,112,112,108,101,45,116,111,117,99,104,45,115,116,97,114,116,117,112,45,105,109,97,103,101,34,47,62,60,108,105,110,107,32,104,114,101,102,61,34,51,55,57,98,97,98,54,56,100,48,53,54,57,49,48,51,51,54,102,57,46,112,110,103,34,32,109,101,100,105,97,61,34,115,99,114,101,101,110,32,97,110,100,32,40,100,101,118,105,99,101,45,119,105,100,116,104,58,32,55,54,56,112,120,41,32,97,110,100,32,40,100,101,118,105,99,101,45,104,101,105,103,104,116,58,32,49,48,50,52,112,120,41,32,97,110,100,32,40,45,119,101,98,107,105,116,45,100,101,118,105,99,101,45,112,105,120,101,108,45,114,97,116,105,111,58,32,50,41,32,97,110,100,32,40,111,114,105,101,110,116,97,116,105,111,110,58,32,112,111,114,116,114,97,105,116,41,34,32,114,101,108,61,34,97,112,112,108,101,45,116,111,117,99,104,45,115,116,97,114,116,117,112,45,105,109,97,103,101,34,47,62,60,108,105,110,107,32,104,114,101,102,61,34,100,51,49,52,49,51,100,51,102,48,51,99,48,56,55,51,99,99,98,98,46,112,110,103,34,32,109,101,100,105,97,61,34,115,99,114,101,101,110,32,97,110,100,32,40,100,101,118,105,99,101,45,119,105,100,116,104,58,32,55,54,56,112,120,41,32,97,110,100,32,40,100,101,118,105,99,101,45,104,101,105,103,104,116,58,32,49,48,50,52,112,120,41,32,97,110,100,32,40,45,119,101,98,107,105,116,45,100,101,118,105,99,101,45,112,105,120,101,108,45,114,97,116,105,111,58,32,50,41,32,97,110,100,32,40,111,114,105,101,110,116,97,116,105,111,110,58,32,108,97,110,100,115,99,97,112,101,41,34,32,114,101,108,61,34,97,112,112,108,101,45,116,111,117,99,104,45,115,116,97,114,116,117,112,45,105,109,97,103,101,34,47,62,60,108,105,110,107,32,104,114,101,102,61,34,52,57,100,49,52,100,48,101,98,55,98,99,100,102,54,102,50,100,49,98,46,112,110,103,34,32,109,101,100,105,97,61,34,115,99,114,101,101,110,32,97,110,100,32,40,100,101,118,105,99,101,45,119,105,100,116,104,58,32,56,51,52,112,120,41,32,97,110,100,32,40,100,101,118,105,99,101,45,104,101,105,103,104,116,58,32,49,49,49,50,112,120,41,32,97,110,100,32,40,45,119,101,98,107,105,116,45,100,101,118,105,99,101,45,112,105,120,101,108,45,114,97,116,105,111,58,32,50,41,32,97,110,100,32,40,111,114,105,101,110,116,97,116,105,111,110,58,32,112,111,114,116,114,97,105,116,41,34,32,114,101,108,61,34,97,112,112,108,101,45,116,111,117,99,104,45,115,116,97,114,116,117,112,45,105,109,97,103,101,34,47,62,60,108,105,110,107,32,104,114,101,102,61,34,98,98,98,51,101,54,100,52,51,51,56,57,98,97,48,100,52,51,54,99,46,112,110,103,34,32,109,101,100,105,97,61,34,115,99,114,101,101,110,32,97,110,100,32,40,100,101,118,105,99,101,45,119,105,100,116,104,58,32,56,51,52,112,120,41,32,97,110,100,32,40,100,101,118,105,99,101,45,104,101,105,103,104,116,58,32,49,49,49,50,112,120,41,32,97,110,100,32,40,45,119,101,98,107,105,116,45,100,101,118,105,99,101,45,112,105,120,101,108,45,114,97,116,105,111,58,32,50,41,32,97,110,100,32,40,111,114,105,101,110,116,97,116,105,111,110,58,32,108,97,110,100,115,99,97,112,101,41,34,32,114,101,108,61,34,97,112,112,108,101,45,116,111,117,99,104,45,115,116,97,114,116,117,112,45,105,109,97,103,101,34,47,62,60,108,105,110,107,32,104,114,101,102,61,34,49,52,50,100,56,51,52,99,50,48,49,56,57,53,97,52,54,97,48,49,46,112,110,103,34,32,109,101,100,105,97,61,34,115,99,114,101,101,110,32,97,110,100,32,40,100,101,118,105,99,101,45,119,105,100,116,104,58,32,56,51,52,112,120,41,32,97,110,100,32,40,100,101,118,105,99,101,45,104,101,105,103,104,116,58,32,49,49,57,52,112,120,41,32,97,110,100,32,40,45,119,101,98,107,105,116,45,100,101,118,105,99,101,45,112,105,120,101,108,45,114,97,116,105,111,58,32,50,41,32,97,110,100,32,40,111,114,105,101,110,116,97,116,105,111,110,58,32,112,111,114,116,114,97,105,116,41,34,32,114,101,108,61,34,97,112,112,108,101,45,116,111,117,99,104,45,115,116,97,114,116,117,112,45,105,109,97,103,101,34,47,62,60,108,105,110,107,32,104,114,101,102,61,34,101,54,50,57,56,55,97,49,50,97,53,56,98,50,52,102,51,56,51,97,46,112,110,103,34,32,109,101,100,105,97,61,34,115,99,114,101,101,110,32,97,110,100,32,40,100,101,118,105,99,101,45,119,105,100,116,104,58,32,56,51,52,112,120,41,32,97,110,100,32,40,100,101,118,105,99,101,45,104,101,105,103,104,116,58,32,49,49,57,52,112,120,41,32,97,110,100,32,40,45,119,101,98,107,105,116,45,100,101,118,105,99,101,45,112,105,120,101,108,45,114,97,116,105,111,58,32,50,41,32,97,110,100,32,40,111,114,105,101,110,116,97,116,105,111,110,58,32,108,97,110,100,115,99,97,112,101,41,34,32,114,101,108,61,34,97,112,112,108,101,45,116,111,117,99,104,45,115,116,97,114,116,117,112,45,105,109,97,103,101,34,47,62,60,108,105,110,107,32,104,114,101,102,61,34,51,102,51,102,101,48,102,100,51,97,48,98,54,51,55,98,53,48,51,48,46,112,110,103,34,32,109,101,100,105,97,61,34,115,99,114,101,101,110,32,97,110,100,32,40,100,101,118,105,99,101,45,119,105,100,116,104,58,32,49,48,50,52,112,120,41,32,97,110,100,32,40,100,101,118,105,99,101,45,104,101,105,103,104,116,58,32,49,51,54,54,112,120,41,32,97,110,100,32,40,45,119,101,98,107,105,116,45,100,101,118,105,99,101,45,112,105,120,101,108,45,114,97,116,105,111,58,32,50,41,32,97,110,100,32,40,111,114,105,101,110,116,97,116,105,111,110,58,32,112,111,114,116,114,97,105,116,41,34,32,114,101,108,61,34,97,112,112,108,101,45,116,111,117,99,104,45,115,116,97,114,116,117,112,45,105,109,97,103,101,34,47,62,60,108,105,110,107,32,104,114,101,102,61,34,97,57,54,50,54,54,50,57,53,55,101,98,98,98,56,101,98,52,51,54,46,112,110,103,34,32,109,101,100,105,97,61,34,115,99,114,101,101,110,32,97,110,100,32,40,100,101,118,105,99,101,45,119,105,100,116,104,58,32,49,48,50,52,112,120,41,32,97,110,100,32,40,100,101,118,105,99,101,45,104,101,105,103,104,116,58,32,49,51,54,54,112,120,41,32,97,110,100,32,40,45,119,101,98,107,105,116,45,100,101,118,105,99,101,45,112,105,120,101,108,45,114,97,116,105,111,58,32,50,41,32,97,110,100,32,40,111,114,105,101,110,116,97,116,105,111,110,58,32,108,97,110,100,115,99,97,112,101,41,34,32,114,101,108,61,34,97,112,112,108,101,45,116,111,117,99,104,45,115,116,97,114,116,117,112,45,105,109,97,103,101,34,47,62,60,108,105,110,107,32,114,101,108,61,34,115,104,111,114,116,99,117,116,32,105,99,111,110,34,32,104,114,101,102,61,34,98,99,56,100,53,49,52,48,53,101,99,48,52,48,51,48,53,97,56,55,46,105,99,111,34,62,60,109,101,116,97,32,110,97,109,101,61,34,109,115,97,112,112,108,105,99,97,116,105,111,110,45,84,105,108,101,73,109,97,103,101,34,32,99,111,110,116,101,110,116,61,34,51,57,50,48,57,100,100,50,51,54,50,99,48,100,98,55,99,54,55,51,46,112,110,103,34,62,60,109,101,116,97,32,110,97,109,101,61,34,109,115,97,112,112,108,105,99,97,116,105,111,110,45,84,105,108,101,67,111,108,111,114,34,32,99,111,110,116,101,110,116,61,34,35,51,51,51,51,51,51,34,62,60,116,105,116,108,101,62,74,101,108,108,121,102,105,110,60,47,116,105,116,108,101,62,60,115,116,121,108,101,62,46,98,97,99,107,103,114,111,117,110,100,67,111,110,116,97,105,110,101,114,45,116,114,97,110,115,112,97,114,101,110,116,58,110,111,116,40,46,119,105,116,104,66,97,99,107,100,114,111,112,41,44,46,116,114,97,110,115,112,97,114,101,110,116,68,111,99,117,109,101,110,116,123,98,97,99,107,103,114,111,117,110,100,58,48,32,48,33,105,109,112,111,114,116,97,110,116,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,116,114,97,110,115,112,97,114,101,110,116,33,105,109,112,111,114,116,97,110,116,125,46,108,97,121,111,117,116,45,116,118,32,46,109,111,117,115,101,73,100,108,101,44,46,108,97,121,111,117,116,45,116,118,32,46,109,111,117,115,101,73,100,108,101,32,97,44,46,108,97,121,111,117,116,45,116,118,32,46,109,111,117,115,101,73,100,108,101,32,98,117,116,116,111,110,44,46,108,97,121,111,117,116,45,116,118,32,46,109,111,117,115,101,73,100,108,101,32,105,110,112,117,116,44,46,108,97,121,111,117,116,45,116,118,32,46,109,111,117,115,101,73,100,108,101,32,108,97,98,101,108,44,46,108,97,121,111,117,116,45,116,118,32,46,109,111,117,115,101,73,100,108,101,32,115,101,108,101,99,116,44,46,108,97,121,111,117,116,45,116,118,32,46,109,111,117,115,101,73,100,108,101,32,116,101,120,116,97,114,101,97,44,46,115,99,114,101,101,110,115,97,118,101,114,45,110,111,83,99,114,111,108,108,46,109,111,117,115,101,73,100,108,101,44,46,115,99,114,101,101,110,115,97,118,101,114,45,110,111,83,99,114,111,108,108,46,109,111,117,115,101,73,100,108,101,32,97,44,46,115,99,114,101,101,110,115,97,118,101,114,45,110,111,83,99,114,111,108,108,46,109,111,117,115,101,73,100,108,101,32,98,117,116,116,111,110,44,46,115,99,114,101,101,110,115,97,118,101,114,45,110,111,83,99,114,111,108,108,46,109,111,117,115,101,73,100,108,101,32,105,110,112,117,116,44,46,115,99,114,101,101,110,115,97,118,101,114,45,110,111,83,99,114,111,108,108,46,109,111,117,115,101,73,100,108,101,32,108,97,98,101,108,44,46,115,99,114,101,101,110,115,97,118,101,114,45,110,111,83,99,114,111,108,108,46,109,111,117,115,101,73,100,108,101,32,115,101,108,101,99,116,44,46,115,99,114,101,101,110,115,97,118,101,114,45,110,111,83,99,114,111,108,108,46,109,111,117,115,101,73,100,108,101,32,116,101,120,116,97,114,101,97,44,46,116,114,97,110,115,112,97,114,101,110,116,68,111,99,117,109,101,110,116,32,46,109,111,117,115,101,73,100,108,101,44,46,116,114,97,110,115,112,97,114,101,110,116,68,111,99,117,109,101,110,116,32,46,109,111,117,115,101,73,100,108,101,32,97,44,46,116,114,97,110,115,112,97,114,101,110,116,68,111,99,117,109,101,110,116,32,46,109,111,117,115,101,73,100,108,101,32,98,117,116,116,111,110,44,46,116,114,97,110,115,112,97,114,101,110,116,68,111,99,117,109,101,110,116,32,46,109,111,117,115,101,73,100,108,101,32,105,110,112,117,116,44,46,116,114,97,110,115,112,97,114,101,110,116,68,111,99,117,109,101,110,116,32,46,109,111,117,115,101,73,100,108,101,32,108,97,98,101,108,44,46,116,114,97,110,115,112,97,114,101,110,116,68,111,99,117,109,101,110,116,32,46,109,111,117,115,101,73,100,108,101,32,115,101,108,101,99,116,44,46,116,114,97,110,115,112,97,114,101,110,116,68,111,99,117,109,101,110,116,32,46,109,111,117,115,101,73,100,108,101,32,116,101,120,116,97,114,101,97,123,99,117,114,115,111,114,58,110,111,110,101,33,105,109,112,111,114,116,97,110,116,125,46,112,114,101,108,111,97,100,123,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,49,48,49,48,49,48,125,46,104,105,100,101,44,46,109,111,117,115,101,73,100,108,101,32,46,104,105,100,101,45,109,111,117,115,101,45,105,100,108,101,44,46,109,111,117,115,101,73,100,108,101,45,116,118,32,46,104,105,100,101,45,109,111,117,115,101,45,105,100,108,101,45,116,118,123,100,105,115,112,108,97,121,58,110,111,110,101,33,105,109,112,111,114,116,97,110,116,125,46,109,97,105,110,68,114,97,119,101,114,72,97,110,100,108,101,123,112,111,115,105,116,105,111,110,58,102,105,120,101,100,59,116,111,112,58,48,59,98,111,116,116,111,109,58,48,59,122,45,105,110,100,101,120,58,49,59,119,105,100,116,104,58,46,56,101,109,59,112,97,100,100,105,110,103,45,108,101,102,116,58,101,110,118,40,115,97,102,101,45,97,114,101,97,45,105,110,115,101,116,45,108,101,102,116,41,59,99,97,114,101,116,45,99,111,108,111,114,58,116,114,97,110,115,112,97,114,101,110,116,125,91,100,105,114,61,108,116,114,93,32,46,109,97,105,110,68,114,97,119,101,114,72,97,110,100,108,101,123,108,101,102,116,58,48,125,91,100,105,114,61,114,116,108,93,32,46,109,97,105,110,68,114,97,119,101,114,72,97,110,100,108,101,123,108,101,102,116,58,48,125,64,107,101,121,102,114,97,109,101,115,32,102,97,100,101,105,110,123,102,114,111,109,123,111,112,97,99,105,116,121,58,48,125,116,111,123,111,112,97,99,105,116,121,58,49,125,125,46,115,112,108,97,115,104,76,111,103,111,123,97,110,105,109,97,116,105,111,110,58,102,97,100,101,105,110,32,46,53,115,59,119,105,100,116,104,58,51,48,37,59,104,101,105,103,104,116,58,51,48,37,59,98,97,99,107,103,114,111,117,110,100,45,105,109,97,103,101,58,117,114,108,40,97,115,115,101,116,115,47,105,109,103,47,105,99,111,110,45,116,114,97,110,115,112,97,114,101,110,116,46,112,110,103,41,59,98,97,99,107,103,114,111,117,110,100,45,112,111,115,105,116,105,111,110,58,99,101,110,116,101,114,32,99,101,110,116,101,114,59,98,97,99,107,103,114,111,117,110,100,45,114,101,112,101,97,116,58,110,111,45,114,101,112,101,97,116,59,98,97,99,107,103,114,111,117,110,100,45,115,105,122,101,58,99,111,110,116,97,105,110,59,112,111,115,105,116,105,111,110,58,102,105,120,101,100,59,116,111,112,58,53,48,37,59,108,101,102,116,58,53,48,37,59,116,114,97,110,115,102,111,114,109,58,116,114,97,110,115,108,97,116,101,40,45,53,48,37,44,45,53,48,37,41,125,64,109,101,100,105,97,32,115,99,114,101,101,110,32,97,110,100,32,40,109,105,110,45,100,101,118,105,99,101,45,119,105,100,116,104,58,57,57,50,112,120,41,123,46,115,112,108,97,115,104,76,111,103,111,123,98,97,99,107,103,114,111,117,110,100,45,105,109,97,103,101,58,117,114,108,40,97,115,115,101,116,115,47,105,109,103,47,98,97,110,110,101,114,45,108,105,103,104,116,46,112,110,103,41,125,125,60,47,115,116,121,108,101,62,60,115,99,114,105,112,116,32,100,101,102,101,114,61,34,100,101,102,101,114,34,32,115,114,99,61,34,114,117,110,116,105,109,101,46,98,117,110,100,108,101,46,106,115,63,50,54,56,54,57,55,101,51,48,54,55,49,57,52,54,55,54,50,55,49,34,62,60,47,115,99,114,105,112,116,62,60,115,99,114,105,112,116,32,100,101,102,101,114,61,34,100,101,102,101,114,34,32,115,114,99,61,34,110,111,100,101,95,109,111,100,117,108,101,115,46,37,52,48,106,101,108,108,121,102,105,110,46,115,100,107,46,98,117,110,100,108,101,46,106,115,63,50,54,56,54,57,55,101,51,48,54,55,49,57,52,54,55,54,50,55,49,34,62,60,47,115,99,114,105,112,116,62,60,115,99,114,105,112,116,32,100,101,102,101,114,61,34,100,101,102,101,114,34,32,115,114,99,61,34,110,111,100,101,95,109,111,100,117,108,101,115,46,108,111,100,97,115,104,45,101,115,46,98,117,110,100,108,101,46,106,115,63,50,54,56,54,57,55,101,51,48,54,55,49,57,52,54,55,54,50,55,49,34,62,60,47,115,99,114,105,112,116,62,60,115,99,114,105,112,116,32,100,101,102,101,114,61,34,100,101,102,101,114,34,32,115,114,99,61,34,110,111,100,101,95,109,111,100,117,108,101,115,46,37,52,48,109,117,105,46,109,97,116,101,114,105,97,108,46,98,117,110,100,108,101,46,106,115,63,50,54,56,54,57,55,101,51,48,54,55,49,57,52,54,55,54,50,55,49,34,62,60,47,115,99,114,105,112,116,62,60,115,99,114,105,112,116,32,100,101,102,101,114,61,34,100,101,102,101,114,34,32,115,114,99,61,34,110,111,100,101,95,109,111,100,117,108,101,115,46,37,52,48,109,117,105,46,115,121,115,116,101,109,46,98,117,110,100,108,101,46,106,115,63,50,54,56,54,57,55,101,51,48,54,55,49,57,52,54,55,54,50,55,49,34,62,60,47,115,99,114,105,112,116,62,60,115,99,114,105,112,116,32,100,101,102,101,114,61,34,100,101,102,101,114,34,32,115,114,99,61,34,110,111,100,101,95,109,111,100,117,108,101,115,46,37,52,48,109,117,105,46,105,99,111,110,115,45,109,97,116,101,114,105,97,108,46,98,117,110,100,108,101,46,106,115,63,50,54,56,54,57,55,101,51,48,54,55,49,57,52,54,55,54,50,55,49,34,62,60,47,115,99,114,105,112,116,62,60,115,99,114,105,112,116,32,100,101,102,101,114,61,34,100,101,102,101,114,34,32,115,114,99,61,34,110,111,100,101,95,109,111,100,117,108,101,115,46,37,52,48,109,117,105,46,117,116,105,108,115,46,98,117,110,100,108,101,46,106,115,63,50,54,56,54,57,55,101,51,48,54,55,49,57,52,54,55,54,50,55,49,34,62,60,47,115,99,114,105,112,116,62,60,115,99,114,105,112,116,32,100,101,102,101,114,61,34,100,101,102,101,114,34,32,115,114,99,61,34,110,111,100,101,95,109,111,100,117,108,101,115,46,37,52,48,116,97,110,115,116,97,99,107,46,113,117,101,114,121,45,99,111,114,101,46,98,117,110,100,108,101,46,106,115,63,50,54,56,54,57,55,101,51,48,54,55,49,57,52,54,55,54,50,55,49,34,62,60,47,115,99,114,105,112,116,62,60,115,99,114,105,112,116,32,100,101,102,101,114,61,34,100,101,102,101,114,34,32,115,114,99,61,34,110,111,100,101,95,109,111,100,117,108,101,115,46,37,52,48,116,97,110,115,116,97,99,107,46,114,101,97,99,116,45,113,117,101,114,121,46,98,117,110,100,108,101,46,106,115,63,50,54,56,54,57,55,101,51,48,54,55,49,57,52,54,55,54,50,55,49,34,62,60,47,115,99,114,105,112,116,62,60,115,99,114,105,112,116,32,100,101,102,101,114,61,34,100,101,102,101,114,34,32,115,114,99,61,34,110,111,100,101,95,109,111,100,117,108,101,115,46,100,97,116,101,45,102,110,115,46,101,115,109,46,98,117,110,100,108,101,46,106,115,63,50,54,56,54,57,55,101,51,48,54,55,49,57,52,54,55,54,50,55,49,34,62,60,47,115,99,114,105,112,116,62,60,115,99,114,105,112,116,32,100,101,102,101,114,61,34,100,101,102,101,114,34,32,115,114,99,61,34,110,111,100,101,95,109,111,100,117,108,101,115,46,99,111,114,101,45,106,115,46,98,117,110,100,108,101,46,106,115,63,50,54,56,54,57,55,101,51,48,54,55,49,57,52,54,55,54,50,55,49,34,62,60,47,115,99,114,105,112,116,62,60,115,99,114,105,112,116,32,100,101,102,101,114,61,34,100,101,102,101,114,34,32,115,114,99,61,34,110,111,100,101,95,109,111,100,117,108,101,115,46,114,101,97,99,116,45,116,114,97,110,115,105,116,105,111,110,45,103,114,111,117,112,46,98,117,110,100,108,101,46,106,115,63,50,54,56,54,57,55,101,51,48,54,55,49,57,52,54,55,54,50,55,49,34,62,60,47,115,99,114,105,112,116,62,60,115,99,114,105,112,116,32,100,101,102,101,114,61,34,100,101,102,101,114,34,32,115,114,99,61,34,110,111,100,101,95,109,111,100,117,108,101,115,46,37,52,48,112,111,112,112,101,114,106,115,46,99,111,114,101,46,98,117,110,100,108,101,46,106,115,63,50,54,56,54,57,55,101,51,48,54,55,49,57,52,54,55,54,50,55,49,34,62,60,47,115,99,114,105,112,116,62,60,115,99,114,105,112,116,32,100,101,102,101,114,61,34,100,101,102,101,114,34,32,115,114,99,61,34,110,111,100,101,95,109,111,100,117,108,101,115,46,97,120,105,111,115,46,98,117,110,100,108,101,46,106,115,63,50,54,56,54,57,55,101,51,48,54,55,49,57,52,54,55,54,50,55,49,34,62,60,47,115,99,114,105,112,116,62,60,115,99,114,105,112,116,32,100,101,102,101,114,61,34,100,101,102,101,114,34,32,115,114,99,61,34,110,111,100,101,95,109,111,100,117,108,101,115,46,114,101,97,99,116,45,100,111,109,46,98,117,110,100,108,101,46,106,115,63,50,54,56,54,57,55,101,51,48,54,55,49,57,52,54,55,54,50,55,49,34,62,60,47,115,99,114,105,112,116,62,60,115,99,114,105,112,116,32,100,101,102,101,114,61,34,100,101,102,101,114,34,32,115,114,99,61,34,110,111,100,101,95,109,111,100,117,108,101,115,46,106,113,117,101,114,121,46,98,117,110,100,108,101,46,106,115,63,50,54,56,54,57,55,101,51,48,54,55,49,57,52,54,55,54,50,55,49,34,62,60,47,115,99,114,105,112,116,62,60,115,99,114,105,112,116,32,100,101,102,101,114,61,34,100,101,102,101,114,34,32,115,114,99,61,34,110,111,100,101,95,109,111,100,117,108,101,115,46,119,101,98,99,111,109,112,111,110,101,110,116,115,46,106,115,46,98,117,110,100,108,101,46,106,115,63,50,54,56,54,57,55,101,51,48,54,55,49,57,52,54,55,54,50,55,49,34,62,60,47,115,99,114,105,112,116,62,60,115,99,114,105,112,116,32,100,101,102,101,114,61,34,100,101,102,101,114,34,32,115,114,99,61,34,110,111,100,101,95,109,111,100,117,108,101,115,46,114,101,115,105,122,101,45,111,98,115,101,114,118,101,114,45,112,111,108,121,102,105,108,108,46,98,117,110,100,108,101,46,106,115,63,50,54,56,54,57,55,101,51,48,54,55,49,57,52,54,55,54,50,55,49,34,62,60,47,115,99,114,105,112,116,62,60,115,99,114,105,112,116,32,100,101,102,101,114,61,34,100,101,102,101,114,34,32,115,114,99,61,34,110,111,100,101,95,109,111,100,117,108,101,115,46,114,101,103,101,110,101,114,97,116,111,114,45,114,117,110,116,105,109,101,46,98,117,110,100,108,101,46,106,115,63,50,54,56,54,57,55,101,51,48,54,55,49,57,52,54,55,54,50,55,49,34,62,60,47,115,99,114,105,112,116,62,60,115,99,114,105,112,116,32,100,101,102,101,114,61,34,100,101,102,101,114,34,32,115,114,99,61,34,110,111,100,101,95,109,111,100,117,108,101,115,46,106,101,108,108,121,102,105,110,45,97,112,105,99,108,105,101,110,116,46,98,117,110,100,108,101,46,106,115,63,50,54,56,54,57,55,101,51,48,54,55,49,57,52,54,55,54,50,55,49,34,62,60,47,115,99,114,105,112,116,62,60,115,99,114,105,112,116,32,100,101,102,101,114,61,34,100,101,102,101,114,34,32,115,114,99,61,34,110,111,100,101,95,109,111,100,117,108,101,115,46,105,110,116,101,114,115,101,99,116,105,111,110,45,111,98,115,101,114,118,101,114,46,98,117,110,100,108,101,46,106,115,63,50,54,56,54,57,55,101,51,48,54,55,49,57,52,54,55,54,50,55,49,34,62,60,47,115,99,114,105,112,116,62,60,115,99,114,105,112,116,32,100,101,102,101,114,61,34,100,101,102,101,114,34,32,115,114,99,61,34,110,111,100,101,95,109,111,100,117,108,101,115,46,104,105,115,116,111,114,121,46,98,117,110,100,108,101,46,106,115,63,50,54,56,54,57,55,101,51,48,54,55,49,57,52,54,55,54,50,55,49,34,62,60,47,115,99,114,105,112,116,62,60,115,99,114,105,112,116,32,100,101,102,101,114,61,34,100,101,102,101,114,34,32,115,114,99,61,34,110,111,100,101,95,109,111,100,117,108,101,115,46,100,111,109,112,117,114,105,102,121,46,98,117,110,100,108,101,46,106,115,63,50,54,56,54,57,55,101,51,48,54,55,49,57,52,54,55,54,50,55,49,34,62,60,47,115,99,114,105,112,116,62,60,115,99,114,105,112,116,32,100,101,102,101,114,61,34,100,101,102,101,114,34,32,115,114,99,61,34,110,111,100,101,95,109,111,100,117,108,101,115,46,114,101,97,99,116,45,114,111,117,116,101,114,46,98,117,110,100,108,101,46,106,115,63,50,54,56,54,57,55,101,51,48,54,55,49,57,52,54,55,54,50,55,49,34,62,60,47,115,99,114,105,112,116,62,60,115,99,114,105,112,116,32,100,101,102,101,114,61,34,100,101,102,101,114,34,32,115,114,99,61,34,110,111,100,101,95,109,111,100,117,108,101,115,46,114,101,97,99,116,45,114,111,117,116,101,114,45,100,111,109,46,98,117,110,100,108,101,46,106,115,63,50,54,56,54,57,55,101,51,48,54,55,49,57,52,54,55,54,50,55,49,34,62,60,47,115,99,114,105,112,116,62,60,115,99,114,105,112,116,32,100,101,102,101,114,61,34,100,101,102,101,114,34,32,115,114,99,61,34,110,111,100,101,95,109,111,100,117,108,101,115,46,37,52,48,114,101,109,105,120,45,114,117,110,46,114,111,117,116,101,114,46,98,117,110,100,108,101,46,106,115,63,50,54,56,54,57,55,101,51,48,54,55,49,57,52,54,55,54,50,55,49,34,62,60,47,115,99,114,105,112,116,62,60,115,99,114,105,112,116,32,100,101,102,101,114,61,34,100,101,102,101,114,34,32,115,114,99,61,34,51,55,56,54,57,46,98,117,110,100,108,101,46,106,115,63,50,54,56,54,57,55,101,51,48,54,55,49,57,52,54,55,54,50,55,49,34,62,60,47,115,99,114,105,112,116,62,60,115,99,114,105,112,116,32,100,101,102,101,114,61,34,100,101,102,101,114,34,32,115,114,99,61,34,109,97,105,110,46,106,101,108,108,121,102,105,110,46,98,117,110,100,108,101,46,106,115,63,50,54,56,54,57,55,101,51,48,54,55,49,57,52,54,55,54,50,55,49,34,62,60,47,115,99,114,105,112,116,62,60,115,99,114,105,112,116,32,100,101,102,101,114,61,34,100,101,102,101,114,34,32,115,114,99,61,34,115,101,114,118,105,99,101,119,111,114,107,101,114,46,106,115,63,50,54,56,54,57,55,101,51,48,54,55,49,57,52,54,55,54,50,55,49,34,62,60,47,115,99,114,105,112,116,62,60,108,105,110,107,32,104,114,101,102,61,34,51,55,56,54,57,46,48,56,56,54,56,48,100,55,101,55,97,50,101,101,100,101,51,54,49,56,46,99,115,115,63,50,54,56,54,57,55,101,51,48,54,55,49,57,52,54,55,54,50,55,49,34,32,114,101,108,61,34,115,116,121,108,101,115,104,101,101,116,34,62,60,108,105,110,107,32,104,114,101,102,61,34,109,97,105,110,46,106,101,108,108,121,102,105,110,46,49,48,102,56,48,52,102,56,99,99,100,53,52,100,48,48,48,99,55,48,46,99,115,115,63,50,54,56,54,57,55,101,51,48,54,55,49,57,52,54,55,54,50,55,49,34,32,114,101,108,61,34,115,116,121,108,101,115,104,101,101,116,34,62,60,47,104,101,97,100,62,60,98,111,100,121,32,100,105,114,61,34,108,116,114,34,62,60,100,105,118,32,105,100,61,34,114,101,97,99,116,82,111,111,116,34,62,60,100,105,118,32,99,108,97,115,115,61,34,115,112,108,97,115,104,76,111,103,111,34,62,60,47,100,105,118,62,60,47,100,105,118,62,60,47,98,111,100,121,62,60,47,104,116,109,108,62]} +[2025-02-20T02:25:29.393Z] error: Invalid data for widget 'jellyfin' endpoint 'Sessions': +Expected:undefined +Parse error: SyntaxError: Unexpected token < in JSON at position 0 +Data: {"type":"Buffer","data":[60,33,100,111,99,116,121,112,101,32,104,116,109,108,62,60,104,116,109,108,32,99,108,97,115,115,61,34,112,114,101,108,111,97,100,34,32,100,105,114,61,34,108,116,114,34,62,60,104,101,97,100,62,60,109,101,116,97,32,99,104,97,114,115,101,116,61,34,117,116,102,45,56,34,62,60,109,101,116,97,32,110,97,109,101,61,34,118,105,101,119,112,111,114,116,34,32,99,111,110,116,101,110,116,61,34,119,105,100,116,104,61,100,101,118,105,99,101,45,119,105,100,116,104,44,105,110,105,116,105,97,108,45,115,99,97,108,101,61,49,44,109,105,110,105,109,117,109,45,115,99,97,108,101,61,49,44,109,97,120,105,109,117,109,45,115,99,97,108,101,61,49,44,117,115,101,114,45,115,99,97,108,97,98,108,101,61,110,111,44,118,105,101,119,112,111,114,116,45,102,105,116,61,99,111,118,101,114,34,62,60,108,105,110,107,32,114,101,108,61,34,109,97,110,105,102,101,115,116,34,32,104,114,101,102,61,34,102,100,52,51,48,49,102,100,99,49,55,48,102,100,50,48,50,52,55,52,46,106,115,111,110,34,62,60,109,101,116,97,32,110,97,109,101,61,34,102,111,114,109,97,116,45,100,101,116,101,99,116,105,111,110,34,32,99,111,110,116,101,110,116,61,34,116,101,108,101,112,104,111,110,101,61,110,111,34,62,60,109,101,116,97,32,110,97,109,101,61,34,109,115,97,112,112,108,105,99,97,116,105,111,110,45,116,97,112,45,104,105,103,104,108,105,103,104,116,34,32,99,111,110,116,101,110,116,61,34,110,111,34,62,60,109,101,116,97,32,104,116,116,112,45,101,113,117,105,118,61,34,88,45,85,65,45,67,111,109,112,97,116,105,98,105,108,105,116,121,34,32,99,111,110,116,101,110,116,61,34,73,69,61,69,100,103,101,34,62,60,109,101,116,97,32,110,97,109,101,61,34,97,112,112,108,101,45,109,111,98,105,108,101,45,119,101,98,45,97,112,112,45,99,97,112,97,98,108,101,34,32,99,111,110,116,101,110,116,61,34,121,101,115,34,62,60,109,101,116,97,32,110,97,109,101,61,34,109,111,98,105,108,101,45,119,101,98,45,97,112,112,45,99,97,112,97,98,108,101,34,32,99,111,110,116,101,110,116,61,34,121,101,115,34,62,60,109,101,116,97,32,110,97,109,101,61,34,97,112,112,108,105,99,97,116,105,111,110,45,110,97,109,101,34,32,99,111,110,116,101,110,116,61,34,74,101,108,108,121,102,105,110,34,62,60,109,101,116,97,32,110,97,109,101,61,34,114,111,98,111,116,115,34,32,99,111,110,116,101,110,116,61,34,110,111,105,110,100,101,120,44,32,110,111,102,111,108,108,111,119,44,32,110,111,97,114,99,104,105,118,101,34,62,60,109,101,116,97,32,110,97,109,101,61,34,114,101,102,101,114,114,101,114,34,32,99,111,110,116,101,110,116,61,34,110,111,45,114,101,102,101,114,114,101,114,34,62,60,109,101,116,97,32,105,100,61,34,116,104,101,109,101,67,111,108,111,114,34,32,110,97,109,101,61,34,116,104,101,109,101,45,99,111,108,111,114,34,32,99,111,110,116,101,110,116,61,34,35,50,48,50,48,50,48,34,62,60,108,105,110,107,32,114,101,108,61,34,97,112,112,108,101,45,116,111,117,99,104,45,105,99,111,110,34,32,115,105,122,101,115,61,34,49,56,48,120,49,56,48,34,32,104,114,101,102,61,34,102,53,98,98,98,55,57,56,99,98,50,99,54,53,57,48,56,54,51,51,46,112,110,103,34,62,60,108,105,110,107,32,104,114,101,102,61,34,54,97,50,101,50,101,54,98,52,49,56,54,55,50,48,101,53,100,52,102,46,112,110,103,34,32,109,101,100,105,97,61,34,115,99,114,101,101,110,32,97,110,100,32,40,100,101,118,105,99,101,45,119,105,100,116,104,58,32,51,50,48,112,120,41,32,97,110,100,32,40,100,101,118,105,99,101,45,104,101,105,103,104,116,58,32,53,54,56,112,120,41,32,97,110,100,32,40,45,119,101,98,107,105,116,45,100,101,118,105,99,101,45,112,105,120,101,108,45,114,97,116,105,111,58,32,50,41,32,97,110,100,32,40,111,114,105,101,110,116,97,116,105,111,110,58,32,112,111,114,116,114,97,105,116,41,34,32,114,101,108,61,34,97,112,112,108,101,45,116,111,117,99,104,45,115,116,97,114,116,117,112,45,105,109,97,103,101,34,47,62,60,108,105,110,107,32,104,114,101,102,61,34,101,98,56,98,101,102,52,102,49,57,98,54,97,100,50,50,55,102,52,54,46,112,110,103,34,32,109,101,100,105,97,61,34,115,99,114,101,101,110,32,97,110,100,32,40,100,101,118,105,99,101,45,119,105,100,116,104,58,32,51,50,48,112,120,41,32,97,110,100,32,40,100,101,118,105,99,101,45,104,101,105,103,104,116,58,32,53,54,56,112,120,41,32,97,110,100,32,40,45,119,101,98,107,105,116,45,100,101,118,105,99,101,45,112,105,120,101,108,45,114,97,116,105,111,58,32,50,41,32,97,110,100,32,40,111,114,105,101,110,116,97,116,105,111,110,58,32,108,97,110,100,115,99,97,112,101,41,34,32,114,101,108,61,34,97,112,112,108,101,45,116,111,117,99,104,45,115,116,97,114,116,117,112,45,105,109,97,103,101,34,47,62,60,108,105,110,107,32,104,114,101,102,61,34,51,102,97,57,48,99,53,57,51,49,56,52,100,53,55,51,55,101,98,51,46,112,110,103,34,32,109,101,100,105,97,61,34,115,99,114,101,101,110,32,97,110,100,32,40,100,101,118,105,99,101,45,119,105,100,116,104,58,32,51,55,53,112,120,41,32,97,110,100,32,40,100,101,118,105,99,101,45,104,101,105,103,104,116,58,32,54,54,55,112,120,41,32,97,110,100,32,40,45,119,101,98,107,105,116,45,100,101,118,105,99,101,45,112,105,120,101,108,45,114,97,116,105,111,58,32,50,41,32,97,110,100,32,40,111,114,105,101,110,116,97,116,105,111,110,58,32,112,111,114,116,114,97,105,116,41,34,32,114,101,108,61,34,97,112,112,108,101,45,116,111,117,99,104,45,115,116,97,114,116,117,112,45,105,109,97,103,101,34,47,62,60,108,105,110,107,32,104,114,101,102,61,34,50,51,97,55,50,102,53,100,53,54,102,56,50,53,53,52,97,101,97,98,46,112,110,103,34,32,109,101,100,105,97,61,34,115,99,114,101,101,110,32,97,110,100,32,40,100,101,118,105,99,101,45,119,105,100,116,104,58,32,51,55,53,112,120,41,32,97,110,100,32,40,100,101,118,105,99,101,45,104,101,105,103,104,116,58,32,54,54,55,112,120,41,32,97,110,100,32,40,45,119,101,98,107,105,116,45,100,101,118,105,99,101,45,112,105,120,101,108,45,114,97,116,105,111,58,32,50,41,32,97,110,100,32,40,111,114,105,101,110,116,97,116,105,111,110,58,32,108,97,110,100,115,99,97,112,101,41,34,32,114,101,108,61,34,97,112,112,108,101,45,116,111,117,99,104,45,115,116,97,114,116,117,112,45,105,109,97,103,101,34,47,62,60,108,105,110,107,32,104,114,101,102,61,34,100,50,56,97,53,55,98,49,101,54,49,102,57,102,48,100,97,98,100,57,46,112,110,103,34,32,109,101,100,105,97,61,34,115,99,114,101,101,110,32,97,110,100,32,40,100,101,118,105,99,101,45,119,105,100,116,104,58,32,52,49,52,112,120,41,32,97,110,100,32,40,100,101,118,105,99,101,45,104,101,105,103,104,116,58,32,55,51,54,112,120,41,32,97,110,100,32,40,45,119,101,98,107,105,116,45,100,101,118,105,99,101,45,112,105,120,101,108,45,114,97,116,105,111,58,32,51,41,32,97,110,100,32,40,111,114,105,101,110,116,97,116,105,111,110,58,32,112,111,114,116,114,97,105,116,41,34,32,114,101,108,61,34,97,112,112,108,101,45,116,111,117,99,104,45,115,116,97,114,116,117,112,45,105,109,97,103,101,34,47,62,60,108,105,110,107,32,104,114,101,102,61,34,49,54,102,99,56,49,49,55,56,100,49,97,101,101,53,52,102,54,99,99,46,112,110,103,34,32,109,101,100,105,97,61,34,115,99,114,101,101,110,32,97,110,100,32,40,100,101,118,105,99,101,45,119,105,100,116,104,58,32,52,49,52,112,120,41,32,97,110,100,32,40,100,101,118,105,99,101,45,104,101,105,103,104,116,58,32,55,51,54,112,120,41,32,97,110,100,32,40,45,119,101,98,107,105,116,45,100,101,118,105,99,101,45,112,105,120,101,108,45,114,97,116,105,111,58,32,51,41,32,97,110,100,32,40,111,114,105,101,110,116,97,116,105,111,110,58,32,108,97,110,100,115,99,97,112,101,41,34,32,114,101,108,61,34,97,112,112,108,101,45,116,111,117,99,104,45,115,116,97,114,116,117,112,45,105,109,97,103,101,34,47,62,60,108,105,110,107,32,104,114,101,102,61,34,102,57,52,101,98,102,50,48,51,101,97,48,99,57,49,97,52,55,99,54,46,112,110,103,34,32,109,101,100,105,97,61,34,115,99,114,101,101,110,32,97,110,100,32,40,100,101,118,105,99,101,45,119,105,100,116,104,58,32,51,55,53,112,120,41,32,97,110,100,32,40,100,101,118,105,99,101,45,104,101,105,103,104,116,58,32,56,49,50,112,120,41,32,97,110,100,32,40,45,119,101,98,107,105,116,45,100,101,118,105,99,101,45,112,105,120,101,108,45,114,97,116,105,111,58,32,51,41,32,97,110,100,32,40,111,114,105,101,110,116,97,116,105,111,110,58,32,112,111,114,116,114,97,105,116,41,34,32,114,101,108,61,34,97,112,112,108,101,45,116,111,117,99,104,45,115,116,97,114,116,117,112,45,105,109,97,103,101,34,47,62,60,108,105,110,107,32,104,114,101,102,61,34,53,50,50,102,97,50,55,48,56,48,55,98,55,98,49,50,97,57,98,97,46,112,110,103,34,32,109,101,100,105,97,61,34,115,99,114,101,101,110,32,97,110,100,32,40,100,101,118,105,99,101,45,119,105,100,116,104,58,32,51,55,53,112,120,41,32,97,110,100,32,40,100,101,118,105,99,101,45,104,101,105,103,104,116,58,32,56,49,50,112,120,41,32,97,110,100,32,40,45,119,101,98,107,105,116,45,100,101,118,105,99,101,45,112,105,120,101,108,45,114,97,116,105,111,58,32,51,41,32,97,110,100,32,40,111,114,105,101,110,116,97,116,105,111,110,58,32,108,97,110,100,115,99,97,112,101,41,34,32,114,101,108,61,34,97,112,112,108,101,45,116,111,117,99,104,45,115,116,97,114,116,117,112,45,105,109,97,103,101,34,47,62,60,108,105,110,107,32,104,114,101,102,61,34,48,100,102,55,49,57,98,52,56,101,102,99,97,101,102,57,53,51,100,102,46,112,110,103,34,32,109,101,100,105,97,61,34,115,99,114,101,101,110,32,97,110,100,32,40,100,101,118,105,99,101,45,119,105,100,116,104,58,32,52,49,52,112,120,41,32,97,110,100,32,40,100,101,118,105,99,101,45,104,101,105,103,104,116,58,32,56,57,54,112,120,41,32,97,110,100,32,40,45,119,101,98,107,105,116,45,100,101,118,105,99,101,45,112,105,120,101,108,45,114,97,116,105,111,58,32,50,41,32,97,110,100,32,40,111,114,105,101,110,116,97,116,105,111,110,58,32,112,111,114,116,114,97,105,116,41,34,32,114,101,108,61,34,97,112,112,108,101,45,116,111,117,99,104,45,115,116,97,114,116,117,112,45,105,109,97,103,101,34,47,62,60,108,105,110,107,32,104,114,101,102,61,34,48,98,51,55,102,54,54,48,97,99,48,102,55,102,48,49,97,98,52,49,46,112,110,103,34,32,109,101,100,105,97,61,34,115,99,114,101,101,110,32,97,110,100,32,40,100,101,118,105,99,101,45,119,105,100,116,104,58,32,52,49,52,112,120,41,32,97,110,100,32,40,100,101,118,105,99,101,45,104,101,105,103,104,116,58,32,56,57,54,112,120,41,32,97,110,100,32,40,45,119,101,98,107,105,116,45,100,101,118,105,99,101,45,112,105,120,101,108,45,114,97,116,105,111,58,32,50,41,32,97,110,100,32,40,111,114,105,101,110,116,97,116,105,111,110,58,32,108,97,110,100,115,99,97,112,101,41,34,32,114,101,108,61,34,97,112,112,108,101,45,116,111,117,99,104,45,115,116,97,114,116,117,112,45,105,109,97,103,101,34,47,62,60,108,105,110,107,32,104,114,101,102,61,34,100,48,101,53,54,54,56,51,51,48,56,97,49,55,100,98,97,56,54,100,46,112,110,103,34,32,109,101,100,105,97,61,34,115,99,114,101,101,110,32,97,110,100,32,40,100,101,118,105,99,101,45,119,105,100,116,104,58,32,52,49,52,112,120,41,32,97,110,100,32,40,100,101,118,105,99,101,45,104,101,105,103,104,116,58,32,56,57,54,112,120,41,32,97,110,100,32,40,45,119,101,98,107,105,116,45,100,101,118,105,99,101,45,112,105,120,101,108,45,114,97,116,105,111,58,32,51,41,32,97,110,100,32,40,111,114,105,101,110,116,97,116,105,111,110,58,32,112,111,114,116,114,97,105,116,41,34,32,114,101,108,61,34,97,112,112,108,101,45,116,111,117,99,104,45,115,116,97,114,116,117,112,45,105,109,97,103,101,34,47,62,60,108,105,110,107,32,104,114,101,102,61,34,98,97,97,102,97,57,51,97,55,56,51,98,55,54,101,54,54,55,101,99,46,112,110,103,34,32,109,101,100,105,97,61,34,115,99,114,101,101,110,32,97,110,100,32,40,100,101,118,105,99,101,45,119,105,100,116,104,58,32,52,49,52,112,120,41,32,97,110,100,32,40,100,101,118,105,99,101,45,104,101,105,103,104,116,58,32,56,57,54,112,120,41,32,97,110,100,32,40,45,119,101,98,107,105,116,45,100,101,118,105,99,101,45,112,105,120,101,108,45,114,97,116,105,111,58,32,51,41,32,97,110,100,32,40,111,114,105,101,110,116,97,116,105,111,110,58,32,108,97,110,100,115,99,97,112,101,41,34,32,114,101,108,61,34,97,112,112,108,101,45,116,111,117,99,104,45,115,116,97,114,116,117,112,45,105,109,97,103,101,34,47,62,60,108,105,110,107,32,104,114,101,102,61,34,51,55,57,98,97,98,54,56,100,48,53,54,57,49,48,51,51,54,102,57,46,112,110,103,34,32,109,101,100,105,97,61,34,115,99,114,101,101,110,32,97,110,100,32,40,100,101,118,105,99,101,45,119,105,100,116,104,58,32,55,54,56,112,120,41,32,97,110,100,32,40,100,101,118,105,99,101,45,104,101,105,103,104,116,58,32,49,48,50,52,112,120,41,32,97,110,100,32,40,45,119,101,98,107,105,116,45,100,101,118,105,99,101,45,112,105,120,101,108,45,114,97,116,105,111,58,32,50,41,32,97,110,100,32,40,111,114,105,101,110,116,97,116,105,111,110,58,32,112,111,114,116,114,97,105,116,41,34,32,114,101,108,61,34,97,112,112,108,101,45,116,111,117,99,104,45,115,116,97,114,116,117,112,45,105,109,97,103,101,34,47,62,60,108,105,110,107,32,104,114,101,102,61,34,100,51,49,52,49,51,100,51,102,48,51,99,48,56,55,51,99,99,98,98,46,112,110,103,34,32,109,101,100,105,97,61,34,115,99,114,101,101,110,32,97,110,100,32,40,100,101,118,105,99,101,45,119,105,100,116,104,58,32,55,54,56,112,120,41,32,97,110,100,32,40,100,101,118,105,99,101,45,104,101,105,103,104,116,58,32,49,48,50,52,112,120,41,32,97,110,100,32,40,45,119,101,98,107,105,116,45,100,101,118,105,99,101,45,112,105,120,101,108,45,114,97,116,105,111,58,32,50,41,32,97,110,100,32,40,111,114,105,101,110,116,97,116,105,111,110,58,32,108,97,110,100,115,99,97,112,101,41,34,32,114,101,108,61,34,97,112,112,108,101,45,116,111,117,99,104,45,115,116,97,114,116,117,112,45,105,109,97,103,101,34,47,62,60,108,105,110,107,32,104,114,101,102,61,34,52,57,100,49,52,100,48,101,98,55,98,99,100,102,54,102,50,100,49,98,46,112,110,103,34,32,109,101,100,105,97,61,34,115,99,114,101,101,110,32,97,110,100,32,40,100,101,118,105,99,101,45,119,105,100,116,104,58,32,56,51,52,112,120,41,32,97,110,100,32,40,100,101,118,105,99,101,45,104,101,105,103,104,116,58,32,49,49,49,50,112,120,41,32,97,110,100,32,40,45,119,101,98,107,105,116,45,100,101,118,105,99,101,45,112,105,120,101,108,45,114,97,116,105,111,58,32,50,41,32,97,110,100,32,40,111,114,105,101,110,116,97,116,105,111,110,58,32,112,111,114,116,114,97,105,116,41,34,32,114,101,108,61,34,97,112,112,108,101,45,116,111,117,99,104,45,115,116,97,114,116,117,112,45,105,109,97,103,101,34,47,62,60,108,105,110,107,32,104,114,101,102,61,34,98,98,98,51,101,54,100,52,51,51,56,57,98,97,48,100,52,51,54,99,46,112,110,103,34,32,109,101,100,105,97,61,34,115,99,114,101,101,110,32,97,110,100,32,40,100,101,118,105,99,101,45,119,105,100,116,104,58,32,56,51,52,112,120,41,32,97,110,100,32,40,100,101,118,105,99,101,45,104,101,105,103,104,116,58,32,49,49,49,50,112,120,41,32,97,110,100,32,40,45,119,101,98,107,105,116,45,100,101,118,105,99,101,45,112,105,120,101,108,45,114,97,116,105,111,58,32,50,41,32,97,110,100,32,40,111,114,105,101,110,116,97,116,105,111,110,58,32,108,97,110,100,115,99,97,112,101,41,34,32,114,101,108,61,34,97,112,112,108,101,45,116,111,117,99,104,45,115,116,97,114,116,117,112,45,105,109,97,103,101,34,47,62,60,108,105,110,107,32,104,114,101,102,61,34,49,52,50,100,56,51,52,99,50,48,49,56,57,53,97,52,54,97,48,49,46,112,110,103,34,32,109,101,100,105,97,61,34,115,99,114,101,101,110,32,97,110,100,32,40,100,101,118,105,99,101,45,119,105,100,116,104,58,32,56,51,52,112,120,41,32,97,110,100,32,40,100,101,118,105,99,101,45,104,101,105,103,104,116,58,32,49,49,57,52,112,120,41,32,97,110,100,32,40,45,119,101,98,107,105,116,45,100,101,118,105,99,101,45,112,105,120,101,108,45,114,97,116,105,111,58,32,50,41,32,97,110,100,32,40,111,114,105,101,110,116,97,116,105,111,110,58,32,112,111,114,116,114,97,105,116,41,34,32,114,101,108,61,34,97,112,112,108,101,45,116,111,117,99,104,45,115,116,97,114,116,117,112,45,105,109,97,103,101,34,47,62,60,108,105,110,107,32,104,114,101,102,61,34,101,54,50,57,56,55,97,49,50,97,53,56,98,50,52,102,51,56,51,97,46,112,110,103,34,32,109,101,100,105,97,61,34,115,99,114,101,101,110,32,97,110,100,32,40,100,101,118,105,99,101,45,119,105,100,116,104,58,32,56,51,52,112,120,41,32,97,110,100,32,40,100,101,118,105,99,101,45,104,101,105,103,104,116,58,32,49,49,57,52,112,120,41,32,97,110,100,32,40,45,119,101,98,107,105,116,45,100,101,118,105,99,101,45,112,105,120,101,108,45,114,97,116,105,111,58,32,50,41,32,97,110,100,32,40,111,114,105,101,110,116,97,116,105,111,110,58,32,108,97,110,100,115,99,97,112,101,41,34,32,114,101,108,61,34,97,112,112,108,101,45,116,111,117,99,104,45,115,116,97,114,116,117,112,45,105,109,97,103,101,34,47,62,60,108,105,110,107,32,104,114,101,102,61,34,51,102,51,102,101,48,102,100,51,97,48,98,54,51,55,98,53,48,51,48,46,112,110,103,34,32,109,101,100,105,97,61,34,115,99,114,101,101,110,32,97,110,100,32,40,100,101,118,105,99,101,45,119,105,100,116,104,58,32,49,48,50,52,112,120,41,32,97,110,100,32,40,100,101,118,105,99,101,45,104,101,105,103,104,116,58,32,49,51,54,54,112,120,41,32,97,110,100,32,40,45,119,101,98,107,105,116,45,100,101,118,105,99,101,45,112,105,120,101,108,45,114,97,116,105,111,58,32,50,41,32,97,110,100,32,40,111,114,105,101,110,116,97,116,105,111,110,58,32,112,111,114,116,114,97,105,116,41,34,32,114,101,108,61,34,97,112,112,108,101,45,116,111,117,99,104,45,115,116,97,114,116,117,112,45,105,109,97,103,101,34,47,62,60,108,105,110,107,32,104,114,101,102,61,34,97,57,54,50,54,54,50,57,53,55,101,98,98,98,56,101,98,52,51,54,46,112,110,103,34,32,109,101,100,105,97,61,34,115,99,114,101,101,110,32,97,110,100,32,40,100,101,118,105,99,101,45,119,105,100,116,104,58,32,49,48,50,52,112,120,41,32,97,110,100,32,40,100,101,118,105,99,101,45,104,101,105,103,104,116,58,32,49,51,54,54,112,120,41,32,97,110,100,32,40,45,119,101,98,107,105,116,45,100,101,118,105,99,101,45,112,105,120,101,108,45,114,97,116,105,111,58,32,50,41,32,97,110,100,32,40,111,114,105,101,110,116,97,116,105,111,110,58,32,108,97,110,100,115,99,97,112,101,41,34,32,114,101,108,61,34,97,112,112,108,101,45,116,111,117,99,104,45,115,116,97,114,116,117,112,45,105,109,97,103,101,34,47,62,60,108,105,110,107,32,114,101,108,61,34,115,104,111,114,116,99,117,116,32,105,99,111,110,34,32,104,114,101,102,61,34,98,99,56,100,53,49,52,48,53,101,99,48,52,48,51,48,53,97,56,55,46,105,99,111,34,62,60,109,101,116,97,32,110,97,109,101,61,34,109,115,97,112,112,108,105,99,97,116,105,111,110,45,84,105,108,101,73,109,97,103,101,34,32,99,111,110,116,101,110,116,61,34,51,57,50,48,57,100,100,50,51,54,50,99,48,100,98,55,99,54,55,51,46,112,110,103,34,62,60,109,101,116,97,32,110,97,109,101,61,34,109,115,97,112,112,108,105,99,97,116,105,111,110,45,84,105,108,101,67,111,108,111,114,34,32,99,111,110,116,101,110,116,61,34,35,51,51,51,51,51,51,34,62,60,116,105,116,108,101,62,74,101,108,108,121,102,105,110,60,47,116,105,116,108,101,62,60,115,116,121,108,101,62,46,98,97,99,107,103,114,111,117,110,100,67,111,110,116,97,105,110,101,114,45,116,114,97,110,115,112,97,114,101,110,116,58,110,111,116,40,46,119,105,116,104,66,97,99,107,100,114,111,112,41,44,46,116,114,97,110,115,112,97,114,101,110,116,68,111,99,117,109,101,110,116,123,98,97,99,107,103,114,111,117,110,100,58,48,32,48,33,105,109,112,111,114,116,97,110,116,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,116,114,97,110,115,112,97,114,101,110,116,33,105,109,112,111,114,116,97,110,116,125,46,108,97,121,111,117,116,45,116,118,32,46,109,111,117,115,101,73,100,108,101,44,46,108,97,121,111,117,116,45,116,118,32,46,109,111,117,115,101,73,100,108,101,32,97,44,46,108,97,121,111,117,116,45,116,118,32,46,109,111,117,115,101,73,100,108,101,32,98,117,116,116,111,110,44,46,108,97,121,111,117,116,45,116,118,32,46,109,111,117,115,101,73,100,108,101,32,105,110,112,117,116,44,46,108,97,121,111,117,116,45,116,118,32,46,109,111,117,115,101,73,100,108,101,32,108,97,98,101,108,44,46,108,97,121,111,117,116,45,116,118,32,46,109,111,117,115,101,73,100,108,101,32,115,101,108,101,99,116,44,46,108,97,121,111,117,116,45,116,118,32,46,109,111,117,115,101,73,100,108,101,32,116,101,120,116,97,114,101,97,44,46,115,99,114,101,101,110,115,97,118,101,114,45,110,111,83,99,114,111,108,108,46,109,111,117,115,101,73,100,108,101,44,46,115,99,114,101,101,110,115,97,118,101,114,45,110,111,83,99,114,111,108,108,46,109,111,117,115,101,73,100,108,101,32,97,44,46,115,99,114,101,101,110,115,97,118,101,114,45,110,111,83,99,114,111,108,108,46,109,111,117,115,101,73,100,108,101,32,98,117,116,116,111,110,44,46,115,99,114,101,101,110,115,97,118,101,114,45,110,111,83,99,114,111,108,108,46,109,111,117,115,101,73,100,108,101,32,105,110,112,117,116,44,46,115,99,114,101,101,110,115,97,118,101,114,45,110,111,83,99,114,111,108,108,46,109,111,117,115,101,73,100,108,101,32,108,97,98,101,108,44,46,115,99,114,101,101,110,115,97,118,101,114,45,110,111,83,99,114,111,108,108,46,109,111,117,115,101,73,100,108,101,32,115,101,108,101,99,116,44,46,115,99,114,101,101,110,115,97,118,101,114,45,110,111,83,99,114,111,108,108,46,109,111,117,115,101,73,100,108,101,32,116,101,120,116,97,114,101,97,44,46,116,114,97,110,115,112,97,114,101,110,116,68,111,99,117,109,101,110,116,32,46,109,111,117,115,101,73,100,108,101,44,46,116,114,97,110,115,112,97,114,101,110,116,68,111,99,117,109,101,110,116,32,46,109,111,117,115,101,73,100,108,101,32,97,44,46,116,114,97,110,115,112,97,114,101,110,116,68,111,99,117,109,101,110,116,32,46,109,111,117,115,101,73,100,108,101,32,98,117,116,116,111,110,44,46,116,114,97,110,115,112,97,114,101,110,116,68,111,99,117,109,101,110,116,32,46,109,111,117,115,101,73,100,108,101,32,105,110,112,117,116,44,46,116,114,97,110,115,112,97,114,101,110,116,68,111,99,117,109,101,110,116,32,46,109,111,117,115,101,73,100,108,101,32,108,97,98,101,108,44,46,116,114,97,110,115,112,97,114,101,110,116,68,111,99,117,109,101,110,116,32,46,109,111,117,115,101,73,100,108,101,32,115,101,108,101,99,116,44,46,116,114,97,110,115,112,97,114,101,110,116,68,111,99,117,109,101,110,116,32,46,109,111,117,115,101,73,100,108,101,32,116,101,120,116,97,114,101,97,123,99,117,114,115,111,114,58,110,111,110,101,33,105,109,112,111,114,116,97,110,116,125,46,112,114,101,108,111,97,100,123,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,49,48,49,48,49,48,125,46,104,105,100,101,44,46,109,111,117,115,101,73,100,108,101,32,46,104,105,100,101,45,109,111,117,115,101,45,105,100,108,101,44,46,109,111,117,115,101,73,100,108,101,45,116,118,32,46,104,105,100,101,45,109,111,117,115,101,45,105,100,108,101,45,116,118,123,100,105,115,112,108,97,121,58,110,111,110,101,33,105,109,112,111,114,116,97,110,116,125,46,109,97,105,110,68,114,97,119,101,114,72,97,110,100,108,101,123,112,111,115,105,116,105,111,110,58,102,105,120,101,100,59,116,111,112,58,48,59,98,111,116,116,111,109,58,48,59,122,45,105,110,100,101,120,58,49,59,119,105,100,116,104,58,46,56,101,109,59,112,97,100,100,105,110,103,45,108,101,102,116,58,101,110,118,40,115,97,102,101,45,97,114,101,97,45,105,110,115,101,116,45,108,101,102,116,41,59,99,97,114,101,116,45,99,111,108,111,114,58,116,114,97,110,115,112,97,114,101,110,116,125,91,100,105,114,61,108,116,114,93,32,46,109,97,105,110,68,114,97,119,101,114,72,97,110,100,108,101,123,108,101,102,116,58,48,125,91,100,105,114,61,114,116,108,93,32,46,109,97,105,110,68,114,97,119,101,114,72,97,110,100,108,101,123,108,101,102,116,58,48,125,64,107,101,121,102,114,97,109,101,115,32,102,97,100,101,105,110,123,102,114,111,109,123,111,112,97,99,105,116,121,58,48,125,116,111,123,111,112,97,99,105,116,121,58,49,125,125,46,115,112,108,97,115,104,76,111,103,111,123,97,110,105,109,97,116,105,111,110,58,102,97,100,101,105,110,32,46,53,115,59,119,105,100,116,104,58,51,48,37,59,104,101,105,103,104,116,58,51,48,37,59,98,97,99,107,103,114,111,117,110,100,45,105,109,97,103,101,58,117,114,108,40,97,115,115,101,116,115,47,105,109,103,47,105,99,111,110,45,116,114,97,110,115,112,97,114,101,110,116,46,112,110,103,41,59,98,97,99,107,103,114,111,117,110,100,45,112,111,115,105,116,105,111,110,58,99,101,110,116,101,114,32,99,101,110,116,101,114,59,98,97,99,107,103,114,111,117,110,100,45,114,101,112,101,97,116,58,110,111,45,114,101,112,101,97,116,59,98,97,99,107,103,114,111,117,110,100,45,115,105,122,101,58,99,111,110,116,97,105,110,59,112,111,115,105,116,105,111,110,58,102,105,120,101,100,59,116,111,112,58,53,48,37,59,108,101,102,116,58,53,48,37,59,116,114,97,110,115,102,111,114,109,58,116,114,97,110,115,108,97,116,101,40,45,53,48,37,44,45,53,48,37,41,125,64,109,101,100,105,97,32,115,99,114,101,101,110,32,97,110,100,32,40,109,105,110,45,100,101,118,105,99,101,45,119,105,100,116,104,58,57,57,50,112,120,41,123,46,115,112,108,97,115,104,76,111,103,111,123,98,97,99,107,103,114,111,117,110,100,45,105,109,97,103,101,58,117,114,108,40,97,115,115,101,116,115,47,105,109,103,47,98,97,110,110,101,114,45,108,105,103,104,116,46,112,110,103,41,125,125,60,47,115,116,121,108,101,62,60,115,99,114,105,112,116,32,100,101,102,101,114,61,34,100,101,102,101,114,34,32,115,114,99,61,34,114,117,110,116,105,109,101,46,98,117,110,100,108,101,46,106,115,63,50,54,56,54,57,55,101,51,48,54,55,49,57,52,54,55,54,50,55,49,34,62,60,47,115,99,114,105,112,116,62,60,115,99,114,105,112,116,32,100,101,102,101,114,61,34,100,101,102,101,114,34,32,115,114,99,61,34,110,111,100,101,95,109,111,100,117,108,101,115,46,37,52,48,106,101,108,108,121,102,105,110,46,115,100,107,46,98,117,110,100,108,101,46,106,115,63,50,54,56,54,57,55,101,51,48,54,55,49,57,52,54,55,54,50,55,49,34,62,60,47,115,99,114,105,112,116,62,60,115,99,114,105,112,116,32,100,101,102,101,114,61,34,100,101,102,101,114,34,32,115,114,99,61,34,110,111,100,101,95,109,111,100,117,108,101,115,46,108,111,100,97,115,104,45,101,115,46,98,117,110,100,108,101,46,106,115,63,50,54,56,54,57,55,101,51,48,54,55,49,57,52,54,55,54,50,55,49,34,62,60,47,115,99,114,105,112,116,62,60,115,99,114,105,112,116,32,100,101,102,101,114,61,34,100,101,102,101,114,34,32,115,114,99,61,34,110,111,100,101,95,109,111,100,117,108,101,115,46,37,52,48,109,117,105,46,109,97,116,101,114,105,97,108,46,98,117,110,100,108,101,46,106,115,63,50,54,56,54,57,55,101,51,48,54,55,49,57,52,54,55,54,50,55,49,34,62,60,47,115,99,114,105,112,116,62,60,115,99,114,105,112,116,32,100,101,102,101,114,61,34,100,101,102,101,114,34,32,115,114,99,61,34,110,111,100,101,95,109,111,100,117,108,101,115,46,37,52,48,109,117,105,46,115,121,115,116,101,109,46,98,117,110,100,108,101,46,106,115,63,50,54,56,54,57,55,101,51,48,54,55,49,57,52,54,55,54,50,55,49,34,62,60,47,115,99,114,105,112,116,62,60,115,99,114,105,112,116,32,100,101,102,101,114,61,34,100,101,102,101,114,34,32,115,114,99,61,34,110,111,100,101,95,109,111,100,117,108,101,115,46,37,52,48,109,117,105,46,105,99,111,110,115,45,109,97,116,101,114,105,97,108,46,98,117,110,100,108,101,46,106,115,63,50,54,56,54,57,55,101,51,48,54,55,49,57,52,54,55,54,50,55,49,34,62,60,47,115,99,114,105,112,116,62,60,115,99,114,105,112,116,32,100,101,102,101,114,61,34,100,101,102,101,114,34,32,115,114,99,61,34,110,111,100,101,95,109,111,100,117,108,101,115,46,37,52,48,109,117,105,46,117,116,105,108,115,46,98,117,110,100,108,101,46,106,115,63,50,54,56,54,57,55,101,51,48,54,55,49,57,52,54,55,54,50,55,49,34,62,60,47,115,99,114,105,112,116,62,60,115,99,114,105,112,116,32,100,101,102,101,114,61,34,100,101,102,101,114,34,32,115,114,99,61,34,110,111,100,101,95,109,111,100,117,108,101,115,46,37,52,48,116,97,110,115,116,97,99,107,46,113,117,101,114,121,45,99,111,114,101,46,98,117,110,100,108,101,46,106,115,63,50,54,56,54,57,55,101,51,48,54,55,49,57,52,54,55,54,50,55,49,34,62,60,47,115,99,114,105,112,116,62,60,115,99,114,105,112,116,32,100,101,102,101,114,61,34,100,101,102,101,114,34,32,115,114,99,61,34,110,111,100,101,95,109,111,100,117,108,101,115,46,37,52,48,116,97,110,115,116,97,99,107,46,114,101,97,99,116,45,113,117,101,114,121,46,98,117,110,100,108,101,46,106,115,63,50,54,56,54,57,55,101,51,48,54,55,49,57,52,54,55,54,50,55,49,34,62,60,47,115,99,114,105,112,116,62,60,115,99,114,105,112,116,32,100,101,102,101,114,61,34,100,101,102,101,114,34,32,115,114,99,61,34,110,111,100,101,95,109,111,100,117,108,101,115,46,100,97,116,101,45,102,110,115,46,101,115,109,46,98,117,110,100,108,101,46,106,115,63,50,54,56,54,57,55,101,51,48,54,55,49,57,52,54,55,54,50,55,49,34,62,60,47,115,99,114,105,112,116,62,60,115,99,114,105,112,116,32,100,101,102,101,114,61,34,100,101,102,101,114,34,32,115,114,99,61,34,110,111,100,101,95,109,111,100,117,108,101,115,46,99,111,114,101,45,106,115,46,98,117,110,100,108,101,46,106,115,63,50,54,56,54,57,55,101,51,48,54,55,49,57,52,54,55,54,50,55,49,34,62,60,47,115,99,114,105,112,116,62,60,115,99,114,105,112,116,32,100,101,102,101,114,61,34,100,101,102,101,114,34,32,115,114,99,61,34,110,111,100,101,95,109,111,100,117,108,101,115,46,114,101,97,99,116,45,116,114,97,110,115,105,116,105,111,110,45,103,114,111,117,112,46,98,117,110,100,108,101,46,106,115,63,50,54,56,54,57,55,101,51,48,54,55,49,57,52,54,55,54,50,55,49,34,62,60,47,115,99,114,105,112,116,62,60,115,99,114,105,112,116,32,100,101,102,101,114,61,34,100,101,102,101,114,34,32,115,114,99,61,34,110,111,100,101,95,109,111,100,117,108,101,115,46,37,52,48,112,111,112,112,101,114,106,115,46,99,111,114,101,46,98,117,110,100,108,101,46,106,115,63,50,54,56,54,57,55,101,51,48,54,55,49,57,52,54,55,54,50,55,49,34,62,60,47,115,99,114,105,112,116,62,60,115,99,114,105,112,116,32,100,101,102,101,114,61,34,100,101,102,101,114,34,32,115,114,99,61,34,110,111,100,101,95,109,111,100,117,108,101,115,46,97,120,105,111,115,46,98,117,110,100,108,101,46,106,115,63,50,54,56,54,57,55,101,51,48,54,55,49,57,52,54,55,54,50,55,49,34,62,60,47,115,99,114,105,112,116,62,60,115,99,114,105,112,116,32,100,101,102,101,114,61,34,100,101,102,101,114,34,32,115,114,99,61,34,110,111,100,101,95,109,111,100,117,108,101,115,46,114,101,97,99,116,45,100,111,109,46,98,117,110,100,108,101,46,106,115,63,50,54,56,54,57,55,101,51,48,54,55,49,57,52,54,55,54,50,55,49,34,62,60,47,115,99,114,105,112,116,62,60,115,99,114,105,112,116,32,100,101,102,101,114,61,34,100,101,102,101,114,34,32,115,114,99,61,34,110,111,100,101,95,109,111,100,117,108,101,115,46,106,113,117,101,114,121,46,98,117,110,100,108,101,46,106,115,63,50,54,56,54,57,55,101,51,48,54,55,49,57,52,54,55,54,50,55,49,34,62,60,47,115,99,114,105,112,116,62,60,115,99,114,105,112,116,32,100,101,102,101,114,61,34,100,101,102,101,114,34,32,115,114,99,61,34,110,111,100,101,95,109,111,100,117,108,101,115,46,119,101,98,99,111,109,112,111,110,101,110,116,115,46,106,115,46,98,117,110,100,108,101,46,106,115,63,50,54,56,54,57,55,101,51,48,54,55,49,57,52,54,55,54,50,55,49,34,62,60,47,115,99,114,105,112,116,62,60,115,99,114,105,112,116,32,100,101,102,101,114,61,34,100,101,102,101,114,34,32,115,114,99,61,34,110,111,100,101,95,109,111,100,117,108,101,115,46,114,101,115,105,122,101,45,111,98,115,101,114,118,101,114,45,112,111,108,121,102,105,108,108,46,98,117,110,100,108,101,46,106,115,63,50,54,56,54,57,55,101,51,48,54,55,49,57,52,54,55,54,50,55,49,34,62,60,47,115,99,114,105,112,116,62,60,115,99,114,105,112,116,32,100,101,102,101,114,61,34,100,101,102,101,114,34,32,115,114,99,61,34,110,111,100,101,95,109,111,100,117,108,101,115,46,114,101,103,101,110,101,114,97,116,111,114,45,114,117,110,116,105,109,101,46,98,117,110,100,108,101,46,106,115,63,50,54,56,54,57,55,101,51,48,54,55,49,57,52,54,55,54,50,55,49,34,62,60,47,115,99,114,105,112,116,62,60,115,99,114,105,112,116,32,100,101,102,101,114,61,34,100,101,102,101,114,34,32,115,114,99,61,34,110,111,100,101,95,109,111,100,117,108,101,115,46,106,101,108,108,121,102,105,110,45,97,112,105,99,108,105,101,110,116,46,98,117,110,100,108,101,46,106,115,63,50,54,56,54,57,55,101,51,48,54,55,49,57,52,54,55,54,50,55,49,34,62,60,47,115,99,114,105,112,116,62,60,115,99,114,105,112,116,32,100,101,102,101,114,61,34,100,101,102,101,114,34,32,115,114,99,61,34,110,111,100,101,95,109,111,100,117,108,101,115,46,105,110,116,101,114,115,101,99,116,105,111,110,45,111,98,115,101,114,118,101,114,46,98,117,110,100,108,101,46,106,115,63,50,54,56,54,57,55,101,51,48,54,55,49,57,52,54,55,54,50,55,49,34,62,60,47,115,99,114,105,112,116,62,60,115,99,114,105,112,116,32,100,101,102,101,114,61,34,100,101,102,101,114,34,32,115,114,99,61,34,110,111,100,101,95,109,111,100,117,108,101,115,46,104,105,115,116,111,114,121,46,98,117,110,100,108,101,46,106,115,63,50,54,56,54,57,55,101,51,48,54,55,49,57,52,54,55,54,50,55,49,34,62,60,47,115,99,114,105,112,116,62,60,115,99,114,105,112,116,32,100,101,102,101,114,61,34,100,101,102,101,114,34,32,115,114,99,61,34,110,111,100,101,95,109,111,100,117,108,101,115,46,100,111,109,112,117,114,105,102,121,46,98,117,110,100,108,101,46,106,115,63,50,54,56,54,57,55,101,51,48,54,55,49,57,52,54,55,54,50,55,49,34,62,60,47,115,99,114,105,112,116,62,60,115,99,114,105,112,116,32,100,101,102,101,114,61,34,100,101,102,101,114,34,32,115,114,99,61,34,110,111,100,101,95,109,111,100,117,108,101,115,46,114,101,97,99,116,45,114,111,117,116,101,114,46,98,117,110,100,108,101,46,106,115,63,50,54,56,54,57,55,101,51,48,54,55,49,57,52,54,55,54,50,55,49,34,62,60,47,115,99,114,105,112,116,62,60,115,99,114,105,112,116,32,100,101,102,101,114,61,34,100,101,102,101,114,34,32,115,114,99,61,34,110,111,100,101,95,109,111,100,117,108,101,115,46,114,101,97,99,116,45,114,111,117,116,101,114,45,100,111,109,46,98,117,110,100,108,101,46,106,115,63,50,54,56,54,57,55,101,51,48,54,55,49,57,52,54,55,54,50,55,49,34,62,60,47,115,99,114,105,112,116,62,60,115,99,114,105,112,116,32,100,101,102,101,114,61,34,100,101,102,101,114,34,32,115,114,99,61,34,110,111,100,101,95,109,111,100,117,108,101,115,46,37,52,48,114,101,109,105,120,45,114,117,110,46,114,111,117,116,101,114,46,98,117,110,100,108,101,46,106,115,63,50,54,56,54,57,55,101,51,48,54,55,49,57,52,54,55,54,50,55,49,34,62,60,47,115,99,114,105,112,116,62,60,115,99,114,105,112,116,32,100,101,102,101,114,61,34,100,101,102,101,114,34,32,115,114,99,61,34,51,55,56,54,57,46,98,117,110,100,108,101,46,106,115,63,50,54,56,54,57,55,101,51,48,54,55,49,57,52,54,55,54,50,55,49,34,62,60,47,115,99,114,105,112,116,62,60,115,99,114,105,112,116,32,100,101,102,101,114,61,34,100,101,102,101,114,34,32,115,114,99,61,34,109,97,105,110,46,106,101,108,108,121,102,105,110,46,98,117,110,100,108,101,46,106,115,63,50,54,56,54,57,55,101,51,48,54,55,49,57,52,54,55,54,50,55,49,34,62,60,47,115,99,114,105,112,116,62,60,115,99,114,105,112,116,32,100,101,102,101,114,61,34,100,101,102,101,114,34,32,115,114,99,61,34,115,101,114,118,105,99,101,119,111,114,107,101,114,46,106,115,63,50,54,56,54,57,55,101,51,48,54,55,49,57,52,54,55,54,50,55,49,34,62,60,47,115,99,114,105,112,116,62,60,108,105,110,107,32,104,114,101,102,61,34,51,55,56,54,57,46,48,56,56,54,56,48,100,55,101,55,97,50,101,101,100,101,51,54,49,56,46,99,115,115,63,50,54,56,54,57,55,101,51,48,54,55,49,57,52,54,55,54,50,55,49,34,32,114,101,108,61,34,115,116,121,108,101,115,104,101,101,116,34,62,60,108,105,110,107,32,104,114,101,102,61,34,109,97,105,110,46,106,101,108,108,121,102,105,110,46,49,48,102,56,48,52,102,56,99,99,100,53,52,100,48,48,48,99,55,48,46,99,115,115,63,50,54,56,54,57,55,101,51,48,54,55,49,57,52,54,55,54,50,55,49,34,32,114,101,108,61,34,115,116,121,108,101,115,104,101,101,116,34,62,60,47,104,101,97,100,62,60,98,111,100,121,32,100,105,114,61,34,108,116,114,34,62,60,100,105,118,32,105,100,61,34,114,101,97,99,116,82,111,111,116,34,62,60,100,105,118,32,99,108,97,115,115,61,34,115,112,108,97,115,104,76,111,103,111,34,62,60,47,100,105,118,62,60,47,100,105,118,62,60,47,98,111,100,121,62,60,47,104,116,109,108,62]} +[2025-02-20T02:25:34.458Z] error: Invalid data for widget 'jellyfin' endpoint 'Sessions': +Expected:undefined +Parse error: SyntaxError: Unexpected token < in JSON at position 0 +Data: {"type":"Buffer","data":[60,33,100,111,99,116,121,112,101,32,104,116,109,108,62,60,104,116,109,108,32,99,108,97,115,115,61,34,112,114,101,108,111,97,100,34,32,100,105,114,61,34,108,116,114,34,62,60,104,101,97,100,62,60,109,101,116,97,32,99,104,97,114,115,101,116,61,34,117,116,102,45,56,34,62,60,109,101,116,97,32,110,97,109,101,61,34,118,105,101,119,112,111,114,116,34,32,99,111,110,116,101,110,116,61,34,119,105,100,116,104,61,100,101,118,105,99,101,45,119,105,100,116,104,44,105,110,105,116,105,97,108,45,115,99,97,108,101,61,49,44,109,105,110,105,109,117,109,45,115,99,97,108,101,61,49,44,109,97,120,105,109,117,109,45,115,99,97,108,101,61,49,44,117,115,101,114,45,115,99,97,108,97,98,108,101,61,110,111,44,118,105,101,119,112,111,114,116,45,102,105,116,61,99,111,118,101,114,34,62,60,108,105,110,107,32,114,101,108,61,34,109,97,110,105,102,101,115,116,34,32,104,114,101,102,61,34,102,100,52,51,48,49,102,100,99,49,55,48,102,100,50,48,50,52,55,52,46,106,115,111,110,34,62,60,109,101,116,97,32,110,97,109,101,61,34,102,111,114,109,97,116,45,100,101,116,101,99,116,105,111,110,34,32,99,111,110,116,101,110,116,61,34,116,101,108,101,112,104,111,110,101,61,110,111,34,62,60,109,101,116,97,32,110,97,109,101,61,34,109,115,97,112,112,108,105,99,97,116,105,111,110,45,116,97,112,45,104,105,103,104,108,105,103,104,116,34,32,99,111,110,116,101,110,116,61,34,110,111,34,62,60,109,101,116,97,32,104,116,116,112,45,101,113,117,105,118,61,34,88,45,85,65,45,67,111,109,112,97,116,105,98,105,108,105,116,121,34,32,99,111,110,116,101,110,116,61,34,73,69,61,69,100,103,101,34,62,60,109,101,116,97,32,110,97,109,101,61,34,97,112,112,108,101,45,109,111,98,105,108,101,45,119,101,98,45,97,112,112,45,99,97,112,97,98,108,101,34,32,99,111,110,116,101,110,116,61,34,121,101,115,34,62,60,109,101,116,97,32,110,97,109,101,61,34,109,111,98,105,108,101,45,119,101,98,45,97,112,112,45,99,97,112,97,98,108,101,34,32,99,111,110,116,101,110,116,61,34,121,101,115,34,62,60,109,101,116,97,32,110,97,109,101,61,34,97,112,112,108,105,99,97,116,105,111,110,45,110,97,109,101,34,32,99,111,110,116,101,110,116,61,34,74,101,108,108,121,102,105,110,34,62,60,109,101,116,97,32,110,97,109,101,61,34,114,111,98,111,116,115,34,32,99,111,110,116,101,110,116,61,34,110,111,105,110,100,101,120,44,32,110,111,102,111,108,108,111,119,44,32,110,111,97,114,99,104,105,118,101,34,62,60,109,101,116,97,32,110,97,109,101,61,34,114,101,102,101,114,114,101,114,34,32,99,111,110,116,101,110,116,61,34,110,111,45,114,101,102,101,114,114,101,114,34,62,60,109,101,116,97,32,105,100,61,34,116,104,101,109,101,67,111,108,111,114,34,32,110,97,109,101,61,34,116,104,101,109,101,45,99,111,108,111,114,34,32,99,111,110,116,101,110,116,61,34,35,50,48,50,48,50,48,34,62,60,108,105,110,107,32,114,101,108,61,34,97,112,112,108,101,45,116,111,117,99,104,45,105,99,111,110,34,32,115,105,122,101,115,61,34,49,56,48,120,49,56,48,34,32,104,114,101,102,61,34,102,53,98,98,98,55,57,56,99,98,50,99,54,53,57,48,56,54,51,51,46,112,110,103,34,62,60,108,105,110,107,32,104,114,101,102,61,34,54,97,50,101,50,101,54,98,52,49,56,54,55,50,48,101,53,100,52,102,46,112,110,103,34,32,109,101,100,105,97,61,34,115,99,114,101,101,110,32,97,110,100,32,40,100,101,118,105,99,101,45,119,105,100,116,104,58,32,51,50,48,112,120,41,32,97,110,100,32,40,100,101,118,105,99,101,45,104,101,105,103,104,116,58,32,53,54,56,112,120,41,32,97,110,100,32,40,45,119,101,98,107,105,116,45,100,101,118,105,99,101,45,112,105,120,101,108,45,114,97,116,105,111,58,32,50,41,32,97,110,100,32,40,111,114,105,101,110,116,97,116,105,111,110,58,32,112,111,114,116,114,97,105,116,41,34,32,114,101,108,61,34,97,112,112,108,101,45,116,111,117,99,104,45,115,116,97,114,116,117,112,45,105,109,97,103,101,34,47,62,60,108,105,110,107,32,104,114,101,102,61,34,101,98,56,98,101,102,52,102,49,57,98,54,97,100,50,50,55,102,52,54,46,112,110,103,34,32,109,101,100,105,97,61,34,115,99,114,101,101,110,32,97,110,100,32,40,100,101,118,105,99,101,45,119,105,100,116,104,58,32,51,50,48,112,120,41,32,97,110,100,32,40,100,101,118,105,99,101,45,104,101,105,103,104,116,58,32,53,54,56,112,120,41,32,97,110,100,32,40,45,119,101,98,107,105,116,45,100,101,118,105,99,101,45,112,105,120,101,108,45,114,97,116,105,111,58,32,50,41,32,97,110,100,32,40,111,114,105,101,110,116,97,116,105,111,110,58,32,108,97,110,100,115,99,97,112,101,41,34,32,114,101,108,61,34,97,112,112,108,101,45,116,111,117,99,104,45,115,116,97,114,116,117,112,45,105,109,97,103,101,34,47,62,60,108,105,110,107,32,104,114,101,102,61,34,51,102,97,57,48,99,53,57,51,49,56,52,100,53,55,51,55,101,98,51,46,112,110,103,34,32,109,101,100,105,97,61,34,115,99,114,101,101,110,32,97,110,100,32,40,100,101,118,105,99,101,45,119,105,100,116,104,58,32,51,55,53,112,120,41,32,97,110,100,32,40,100,101,118,105,99,101,45,104,101,105,103,104,116,58,32,54,54,55,112,120,41,32,97,110,100,32,40,45,119,101,98,107,105,116,45,100,101,118,105,99,101,45,112,105,120,101,108,45,114,97,116,105,111,58,32,50,41,32,97,110,100,32,40,111,114,105,101,110,116,97,116,105,111,110,58,32,112,111,114,116,114,97,105,116,41,34,32,114,101,108,61,34,97,112,112,108,101,45,116,111,117,99,104,45,115,116,97,114,116,117,112,45,105,109,97,103,101,34,47,62,60,108,105,110,107,32,104,114,101,102,61,34,50,51,97,55,50,102,53,100,53,54,102,56,50,53,53,52,97,101,97,98,46,112,110,103,34,32,109,101,100,105,97,61,34,115,99,114,101,101,110,32,97,110,100,32,40,100,101,118,105,99,101,45,119,105,100,116,104,58,32,51,55,53,112,120,41,32,97,110,100,32,40,100,101,118,105,99,101,45,104,101,105,103,104,116,58,32,54,54,55,112,120,41,32,97,110,100,32,40,45,119,101,98,107,105,116,45,100,101,118,105,99,101,45,112,105,120,101,108,45,114,97,116,105,111,58,32,50,41,32,97,110,100,32,40,111,114,105,101,110,116,97,116,105,111,110,58,32,108,97,110,100,115,99,97,112,101,41,34,32,114,101,108,61,34,97,112,112,108,101,45,116,111,117,99,104,45,115,116,97,114,116,117,112,45,105,109,97,103,101,34,47,62,60,108,105,110,107,32,104,114,101,102,61,34,100,50,56,97,53,55,98,49,101,54,49,102,57,102,48,100,97,98,100,57,46,112,110,103,34,32,109,101,100,105,97,61,34,115,99,114,101,101,110,32,97,110,100,32,40,100,101,118,105,99,101,45,119,105,100,116,104,58,32,52,49,52,112,120,41,32,97,110,100,32,40,100,101,118,105,99,101,45,104,101,105,103,104,116,58,32,55,51,54,112,120,41,32,97,110,100,32,40,45,119,101,98,107,105,116,45,100,101,118,105,99,101,45,112,105,120,101,108,45,114,97,116,105,111,58,32,51,41,32,97,110,100,32,40,111,114,105,101,110,116,97,116,105,111,110,58,32,112,111,114,116,114,97,105,116,41,34,32,114,101,108,61,34,97,112,112,108,101,45,116,111,117,99,104,45,115,116,97,114,116,117,112,45,105,109,97,103,101,34,47,62,60,108,105,110,107,32,104,114,101,102,61,34,49,54,102,99,56,49,49,55,56,100,49,97,101,101,53,52,102,54,99,99,46,112,110,103,34,32,109,101,100,105,97,61,34,115,99,114,101,101,110,32,97,110,100,32,40,100,101,118,105,99,101,45,119,105,100,116,104,58,32,52,49,52,112,120,41,32,97,110,100,32,40,100,101,118,105,99,101,45,104,101,105,103,104,116,58,32,55,51,54,112,120,41,32,97,110,100,32,40,45,119,101,98,107,105,116,45,100,101,118,105,99,101,45,112,105,120,101,108,45,114,97,116,105,111,58,32,51,41,32,97,110,100,32,40,111,114,105,101,110,116,97,116,105,111,110,58,32,108,97,110,100,115,99,97,112,101,41,34,32,114,101,108,61,34,97,112,112,108,101,45,116,111,117,99,104,45,115,116,97,114,116,117,112,45,105,109,97,103,101,34,47,62,60,108,105,110,107,32,104,114,101,102,61,34,102,57,52,101,98,102,50,48,51,101,97,48,99,57,49,97,52,55,99,54,46,112,110,103,34,32,109,101,100,105,97,61,34,115,99,114,101,101,110,32,97,110,100,32,40,100,101,118,105,99,101,45,119,105,100,116,104,58,32,51,55,53,112,120,41,32,97,110,100,32,40,100,101,118,105,99,101,45,104,101,105,103,104,116,58,32,56,49,50,112,120,41,32,97,110,100,32,40,45,119,101,98,107,105,116,45,100,101,118,105,99,101,45,112,105,120,101,108,45,114,97,116,105,111,58,32,51,41,32,97,110,100,32,40,111,114,105,101,110,116,97,116,105,111,110,58,32,112,111,114,116,114,97,105,116,41,34,32,114,101,108,61,34,97,112,112,108,101,45,116,111,117,99,104,45,115,116,97,114,116,117,112,45,105,109,97,103,101,34,47,62,60,108,105,110,107,32,104,114,101,102,61,34,53,50,50,102,97,50,55,48,56,48,55,98,55,98,49,50,97,57,98,97,46,112,110,103,34,32,109,101,100,105,97,61,34,115,99,114,101,101,110,32,97,110,100,32,40,100,101,118,105,99,101,45,119,105,100,116,104,58,32,51,55,53,112,120,41,32,97,110,100,32,40,100,101,118,105,99,101,45,104,101,105,103,104,116,58,32,56,49,50,112,120,41,32,97,110,100,32,40,45,119,101,98,107,105,116,45,100,101,118,105,99,101,45,112,105,120,101,108,45,114,97,116,105,111,58,32,51,41,32,97,110,100,32,40,111,114,105,101,110,116,97,116,105,111,110,58,32,108,97,110,100,115,99,97,112,101,41,34,32,114,101,108,61,34,97,112,112,108,101,45,116,111,117,99,104,45,115,116,97,114,116,117,112,45,105,109,97,103,101,34,47,62,60,108,105,110,107,32,104,114,101,102,61,34,48,100,102,55,49,57,98,52,56,101,102,99,97,101,102,57,53,51,100,102,46,112,110,103,34,32,109,101,100,105,97,61,34,115,99,114,101,101,110,32,97,110,100,32,40,100,101,118,105,99,101,45,119,105,100,116,104,58,32,52,49,52,112,120,41,32,97,110,100,32,40,100,101,118,105,99,101,45,104,101,105,103,104,116,58,32,56,57,54,112,120,41,32,97,110,100,32,40,45,119,101,98,107,105,116,45,100,101,118,105,99,101,45,112,105,120,101,108,45,114,97,116,105,111,58,32,50,41,32,97,110,100,32,40,111,114,105,101,110,116,97,116,105,111,110,58,32,112,111,114,116,114,97,105,116,41,34,32,114,101,108,61,34,97,112,112,108,101,45,116,111,117,99,104,45,115,116,97,114,116,117,112,45,105,109,97,103,101,34,47,62,60,108,105,110,107,32,104,114,101,102,61,34,48,98,51,55,102,54,54,48,97,99,48,102,55,102,48,49,97,98,52,49,46,112,110,103,34,32,109,101,100,105,97,61,34,115,99,114,101,101,110,32,97,110,100,32,40,100,101,118,105,99,101,45,119,105,100,116,104,58,32,52,49,52,112,120,41,32,97,110,100,32,40,100,101,118,105,99,101,45,104,101,105,103,104,116,58,32,56,57,54,112,120,41,32,97,110,100,32,40,45,119,101,98,107,105,116,45,100,101,118,105,99,101,45,112,105,120,101,108,45,114,97,116,105,111,58,32,50,41,32,97,110,100,32,40,111,114,105,101,110,116,97,116,105,111,110,58,32,108,97,110,100,115,99,97,112,101,41,34,32,114,101,108,61,34,97,112,112,108,101,45,116,111,117,99,104,45,115,116,97,114,116,117,112,45,105,109,97,103,101,34,47,62,60,108,105,110,107,32,104,114,101,102,61,34,100,48,101,53,54,54,56,51,51,48,56,97,49,55,100,98,97,56,54,100,46,112,110,103,34,32,109,101,100,105,97,61,34,115,99,114,101,101,110,32,97,110,100,32,40,100,101,118,105,99,101,45,119,105,100,116,104,58,32,52,49,52,112,120,41,32,97,110,100,32,40,100,101,118,105,99,101,45,104,101,105,103,104,116,58,32,56,57,54,112,120,41,32,97,110,100,32,40,45,119,101,98,107,105,116,45,100,101,118,105,99,101,45,112,105,120,101,108,45,114,97,116,105,111,58,32,51,41,32,97,110,100,32,40,111,114,105,101,110,116,97,116,105,111,110,58,32,112,111,114,116,114,97,105,116,41,34,32,114,101,108,61,34,97,112,112,108,101,45,116,111,117,99,104,45,115,116,97,114,116,117,112,45,105,109,97,103,101,34,47,62,60,108,105,110,107,32,104,114,101,102,61,34,98,97,97,102,97,57,51,97,55,56,51,98,55,54,101,54,54,55,101,99,46,112,110,103,34,32,109,101,100,105,97,61,34,115,99,114,101,101,110,32,97,110,100,32,40,100,101,118,105,99,101,45,119,105,100,116,104,58,32,52,49,52,112,120,41,32,97,110,100,32,40,100,101,118,105,99,101,45,104,101,105,103,104,116,58,32,56,57,54,112,120,41,32,97,110,100,32,40,45,119,101,98,107,105,116,45,100,101,118,105,99,101,45,112,105,120,101,108,45,114,97,116,105,111,58,32,51,41,32,97,110,100,32,40,111,114,105,101,110,116,97,116,105,111,110,58,32,108,97,110,100,115,99,97,112,101,41,34,32,114,101,108,61,34,97,112,112,108,101,45,116,111,117,99,104,45,115,116,97,114,116,117,112,45,105,109,97,103,101,34,47,62,60,108,105,110,107,32,104,114,101,102,61,34,51,55,57,98,97,98,54,56,100,48,53,54,57,49,48,51,51,54,102,57,46,112,110,103,34,32,109,101,100,105,97,61,34,115,99,114,101,101,110,32,97,110,100,32,40,100,101,118,105,99,101,45,119,105,100,116,104,58,32,55,54,56,112,120,41,32,97,110,100,32,40,100,101,118,105,99,101,45,104,101,105,103,104,116,58,32,49,48,50,52,112,120,41,32,97,110,100,32,40,45,119,101,98,107,105,116,45,100,101,118,105,99,101,45,112,105,120,101,108,45,114,97,116,105,111,58,32,50,41,32,97,110,100,32,40,111,114,105,101,110,116,97,116,105,111,110,58,32,112,111,114,116,114,97,105,116,41,34,32,114,101,108,61,34,97,112,112,108,101,45,116,111,117,99,104,45,115,116,97,114,116,117,112,45,105,109,97,103,101,34,47,62,60,108,105,110,107,32,104,114,101,102,61,34,100,51,49,52,49,51,100,51,102,48,51,99,48,56,55,51,99,99,98,98,46,112,110,103,34,32,109,101,100,105,97,61,34,115,99,114,101,101,110,32,97,110,100,32,40,100,101,118,105,99,101,45,119,105,100,116,104,58,32,55,54,56,112,120,41,32,97,110,100,32,40,100,101,118,105,99,101,45,104,101,105,103,104,116,58,32,49,48,50,52,112,120,41,32,97,110,100,32,40,45,119,101,98,107,105,116,45,100,101,118,105,99,101,45,112,105,120,101,108,45,114,97,116,105,111,58,32,50,41,32,97,110,100,32,40,111,114,105,101,110,116,97,116,105,111,110,58,32,108,97,110,100,115,99,97,112,101,41,34,32,114,101,108,61,34,97,112,112,108,101,45,116,111,117,99,104,45,115,116,97,114,116,117,112,45,105,109,97,103,101,34,47,62,60,108,105,110,107,32,104,114,101,102,61,34,52,57,100,49,52,100,48,101,98,55,98,99,100,102,54,102,50,100,49,98,46,112,110,103,34,32,109,101,100,105,97,61,34,115,99,114,101,101,110,32,97,110,100,32,40,100,101,118,105,99,101,45,119,105,100,116,104,58,32,56,51,52,112,120,41,32,97,110,100,32,40,100,101,118,105,99,101,45,104,101,105,103,104,116,58,32,49,49,49,50,112,120,41,32,97,110,100,32,40,45,119,101,98,107,105,116,45,100,101,118,105,99,101,45,112,105,120,101,108,45,114,97,116,105,111,58,32,50,41,32,97,110,100,32,40,111,114,105,101,110,116,97,116,105,111,110,58,32,112,111,114,116,114,97,105,116,41,34,32,114,101,108,61,34,97,112,112,108,101,45,116,111,117,99,104,45,115,116,97,114,116,117,112,45,105,109,97,103,101,34,47,62,60,108,105,110,107,32,104,114,101,102,61,34,98,98,98,51,101,54,100,52,51,51,56,57,98,97,48,100,52,51,54,99,46,112,110,103,34,32,109,101,100,105,97,61,34,115,99,114,101,101,110,32,97,110,100,32,40,100,101,118,105,99,101,45,119,105,100,116,104,58,32,56,51,52,112,120,41,32,97,110,100,32,40,100,101,118,105,99,101,45,104,101,105,103,104,116,58,32,49,49,49,50,112,120,41,32,97,110,100,32,40,45,119,101,98,107,105,116,45,100,101,118,105,99,101,45,112,105,120,101,108,45,114,97,116,105,111,58,32,50,41,32,97,110,100,32,40,111,114,105,101,110,116,97,116,105,111,110,58,32,108,97,110,100,115,99,97,112,101,41,34,32,114,101,108,61,34,97,112,112,108,101,45,116,111,117,99,104,45,115,116,97,114,116,117,112,45,105,109,97,103,101,34,47,62,60,108,105,110,107,32,104,114,101,102,61,34,49,52,50,100,56,51,52,99,50,48,49,56,57,53,97,52,54,97,48,49,46,112,110,103,34,32,109,101,100,105,97,61,34,115,99,114,101,101,110,32,97,110,100,32,40,100,101,118,105,99,101,45,119,105,100,116,104,58,32,56,51,52,112,120,41,32,97,110,100,32,40,100,101,118,105,99,101,45,104,101,105,103,104,116,58,32,49,49,57,52,112,120,41,32,97,110,100,32,40,45,119,101,98,107,105,116,45,100,101,118,105,99,101,45,112,105,120,101,108,45,114,97,116,105,111,58,32,50,41,32,97,110,100,32,40,111,114,105,101,110,116,97,116,105,111,110,58,32,112,111,114,116,114,97,105,116,41,34,32,114,101,108,61,34,97,112,112,108,101,45,116,111,117,99,104,45,115,116,97,114,116,117,112,45,105,109,97,103,101,34,47,62,60,108,105,110,107,32,104,114,101,102,61,34,101,54,50,57,56,55,97,49,50,97,53,56,98,50,52,102,51,56,51,97,46,112,110,103,34,32,109,101,100,105,97,61,34,115,99,114,101,101,110,32,97,110,100,32,40,100,101,118,105,99,101,45,119,105,100,116,104,58,32,56,51,52,112,120,41,32,97,110,100,32,40,100,101,118,105,99,101,45,104,101,105,103,104,116,58,32,49,49,57,52,112,120,41,32,97,110,100,32,40,45,119,101,98,107,105,116,45,100,101,118,105,99,101,45,112,105,120,101,108,45,114,97,116,105,111,58,32,50,41,32,97,110,100,32,40,111,114,105,101,110,116,97,116,105,111,110,58,32,108,97,110,100,115,99,97,112,101,41,34,32,114,101,108,61,34,97,112,112,108,101,45,116,111,117,99,104,45,115,116,97,114,116,117,112,45,105,109,97,103,101,34,47,62,60,108,105,110,107,32,104,114,101,102,61,34,51,102,51,102,101,48,102,100,51,97,48,98,54,51,55,98,53,48,51,48,46,112,110,103,34,32,109,101,100,105,97,61,34,115,99,114,101,101,110,32,97,110,100,32,40,100,101,118,105,99,101,45,119,105,100,116,104,58,32,49,48,50,52,112,120,41,32,97,110,100,32,40,100,101,118,105,99,101,45,104,101,105,103,104,116,58,32,49,51,54,54,112,120,41,32,97,110,100,32,40,45,119,101,98,107,105,116,45,100,101,118,105,99,101,45,112,105,120,101,108,45,114,97,116,105,111,58,32,50,41,32,97,110,100,32,40,111,114,105,101,110,116,97,116,105,111,110,58,32,112,111,114,116,114,97,105,116,41,34,32,114,101,108,61,34,97,112,112,108,101,45,116,111,117,99,104,45,115,116,97,114,116,117,112,45,105,109,97,103,101,34,47,62,60,108,105,110,107,32,104,114,101,102,61,34,97,57,54,50,54,54,50,57,53,55,101,98,98,98,56,101,98,52,51,54,46,112,110,103,34,32,109,101,100,105,97,61,34,115,99,114,101,101,110,32,97,110,100,32,40,100,101,118,105,99,101,45,119,105,100,116,104,58,32,49,48,50,52,112,120,41,32,97,110,100,32,40,100,101,118,105,99,101,45,104,101,105,103,104,116,58,32,49,51,54,54,112,120,41,32,97,110,100,32,40,45,119,101,98,107,105,116,45,100,101,118,105,99,101,45,112,105,120,101,108,45,114,97,116,105,111,58,32,50,41,32,97,110,100,32,40,111,114,105,101,110,116,97,116,105,111,110,58,32,108,97,110,100,115,99,97,112,101,41,34,32,114,101,108,61,34,97,112,112,108,101,45,116,111,117,99,104,45,115,116,97,114,116,117,112,45,105,109,97,103,101,34,47,62,60,108,105,110,107,32,114,101,108,61,34,115,104,111,114,116,99,117,116,32,105,99,111,110,34,32,104,114,101,102,61,34,98,99,56,100,53,49,52,48,53,101,99,48,52,48,51,48,53,97,56,55,46,105,99,111,34,62,60,109,101,116,97,32,110,97,109,101,61,34,109,115,97,112,112,108,105,99,97,116,105,111,110,45,84,105,108,101,73,109,97,103,101,34,32,99,111,110,116,101,110,116,61,34,51,57,50,48,57,100,100,50,51,54,50,99,48,100,98,55,99,54,55,51,46,112,110,103,34,62,60,109,101,116,97,32,110,97,109,101,61,34,109,115,97,112,112,108,105,99,97,116,105,111,110,45,84,105,108,101,67,111,108,111,114,34,32,99,111,110,116,101,110,116,61,34,35,51,51,51,51,51,51,34,62,60,116,105,116,108,101,62,74,101,108,108,121,102,105,110,60,47,116,105,116,108,101,62,60,115,116,121,108,101,62,46,98,97,99,107,103,114,111,117,110,100,67,111,110,116,97,105,110,101,114,45,116,114,97,110,115,112,97,114,101,110,116,58,110,111,116,40,46,119,105,116,104,66,97,99,107,100,114,111,112,41,44,46,116,114,97,110,115,112,97,114,101,110,116,68,111,99,117,109,101,110,116,123,98,97,99,107,103,114,111,117,110,100,58,48,32,48,33,105,109,112,111,114,116,97,110,116,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,116,114,97,110,115,112,97,114,101,110,116,33,105,109,112,111,114,116,97,110,116,125,46,108,97,121,111,117,116,45,116,118,32,46,109,111,117,115,101,73,100,108,101,44,46,108,97,121,111,117,116,45,116,118,32,46,109,111,117,115,101,73,100,108,101,32,97,44,46,108,97,121,111,117,116,45,116,118,32,46,109,111,117,115,101,73,100,108,101,32,98,117,116,116,111,110,44,46,108,97,121,111,117,116,45,116,118,32,46,109,111,117,115,101,73,100,108,101,32,105,110,112,117,116,44,46,108,97,121,111,117,116,45,116,118,32,46,109,111,117,115,101,73,100,108,101,32,108,97,98,101,108,44,46,108,97,121,111,117,116,45,116,118,32,46,109,111,117,115,101,73,100,108,101,32,115,101,108,101,99,116,44,46,108,97,121,111,117,116,45,116,118,32,46,109,111,117,115,101,73,100,108,101,32,116,101,120,116,97,114,101,97,44,46,115,99,114,101,101,110,115,97,118,101,114,45,110,111,83,99,114,111,108,108,46,109,111,117,115,101,73,100,108,101,44,46,115,99,114,101,101,110,115,97,118,101,114,45,110,111,83,99,114,111,108,108,46,109,111,117,115,101,73,100,108,101,32,97,44,46,115,99,114,101,101,110,115,97,118,101,114,45,110,111,83,99,114,111,108,108,46,109,111,117,115,101,73,100,108,101,32,98,117,116,116,111,110,44,46,115,99,114,101,101,110,115,97,118,101,114,45,110,111,83,99,114,111,108,108,46,109,111,117,115,101,73,100,108,101,32,105,110,112,117,116,44,46,115,99,114,101,101,110,115,97,118,101,114,45,110,111,83,99,114,111,108,108,46,109,111,117,115,101,73,100,108,101,32,108,97,98,101,108,44,46,115,99,114,101,101,110,115,97,118,101,114,45,110,111,83,99,114,111,108,108,46,109,111,117,115,101,73,100,108,101,32,115,101,108,101,99,116,44,46,115,99,114,101,101,110,115,97,118,101,114,45,110,111,83,99,114,111,108,108,46,109,111,117,115,101,73,100,108,101,32,116,101,120,116,97,114,101,97,44,46,116,114,97,110,115,112,97,114,101,110,116,68,111,99,117,109,101,110,116,32,46,109,111,117,115,101,73,100,108,101,44,46,116,114,97,110,115,112,97,114,101,110,116,68,111,99,117,109,101,110,116,32,46,109,111,117,115,101,73,100,108,101,32,97,44,46,116,114,97,110,115,112,97,114,101,110,116,68,111,99,117,109,101,110,116,32,46,109,111,117,115,101,73,100,108,101,32,98,117,116,116,111,110,44,46,116,114,97,110,115,112,97,114,101,110,116,68,111,99,117,109,101,110,116,32,46,109,111,117,115,101,73,100,108,101,32,105,110,112,117,116,44,46,116,114,97,110,115,112,97,114,101,110,116,68,111,99,117,109,101,110,116,32,46,109,111,117,115,101,73,100,108,101,32,108,97,98,101,108,44,46,116,114,97,110,115,112,97,114,101,110,116,68,111,99,117,109,101,110,116,32,46,109,111,117,115,101,73,100,108,101,32,115,101,108,101,99,116,44,46,116,114,97,110,115,112,97,114,101,110,116,68,111,99,117,109,101,110,116,32,46,109,111,117,115,101,73,100,108,101,32,116,101,120,116,97,114,101,97,123,99,117,114,115,111,114,58,110,111,110,101,33,105,109,112,111,114,116,97,110,116,125,46,112,114,101,108,111,97,100,123,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,49,48,49,48,49,48,125,46,104,105,100,101,44,46,109,111,117,115,101,73,100,108,101,32,46,104,105,100,101,45,109,111,117,115,101,45,105,100,108,101,44,46,109,111,117,115,101,73,100,108,101,45,116,118,32,46,104,105,100,101,45,109,111,117,115,101,45,105,100,108,101,45,116,118,123,100,105,115,112,108,97,121,58,110,111,110,101,33,105,109,112,111,114,116,97,110,116,125,46,109,97,105,110,68,114,97,119,101,114,72,97,110,100,108,101,123,112,111,115,105,116,105,111,110,58,102,105,120,101,100,59,116,111,112,58,48,59,98,111,116,116,111,109,58,48,59,122,45,105,110,100,101,120,58,49,59,119,105,100,116,104,58,46,56,101,109,59,112,97,100,100,105,110,103,45,108,101,102,116,58,101,110,118,40,115,97,102,101,45,97,114,101,97,45,105,110,115,101,116,45,108,101,102,116,41,59,99,97,114,101,116,45,99,111,108,111,114,58,116,114,97,110,115,112,97,114,101,110,116,125,91,100,105,114,61,108,116,114,93,32,46,109,97,105,110,68,114,97,119,101,114,72,97,110,100,108,101,123,108,101,102,116,58,48,125,91,100,105,114,61,114,116,108,93,32,46,109,97,105,110,68,114,97,119,101,114,72,97,110,100,108,101,123,108,101,102,116,58,48,125,64,107,101,121,102,114,97,109,101,115,32,102,97,100,101,105,110,123,102,114,111,109,123,111,112,97,99,105,116,121,58,48,125,116,111,123,111,112,97,99,105,116,121,58,49,125,125,46,115,112,108,97,115,104,76,111,103,111,123,97,110,105,109,97,116,105,111,110,58,102,97,100,101,105,110,32,46,53,115,59,119,105,100,116,104,58,51,48,37,59,104,101,105,103,104,116,58,51,48,37,59,98,97,99,107,103,114,111,117,110,100,45,105,109,97,103,101,58,117,114,108,40,97,115,115,101,116,115,47,105,109,103,47,105,99,111,110,45,116,114,97,110,115,112,97,114,101,110,116,46,112,110,103,41,59,98,97,99,107,103,114,111,117,110,100,45,112,111,115,105,116,105,111,110,58,99,101,110,116,101,114,32,99,101,110,116,101,114,59,98,97,99,107,103,114,111,117,110,100,45,114,101,112,101,97,116,58,110,111,45,114,101,112,101,97,116,59,98,97,99,107,103,114,111,117,110,100,45,115,105,122,101,58,99,111,110,116,97,105,110,59,112,111,115,105,116,105,111,110,58,102,105,120,101,100,59,116,111,112,58,53,48,37,59,108,101,102,116,58,53,48,37,59,116,114,97,110,115,102,111,114,109,58,116,114,97,110,115,108,97,116,101,40,45,53,48,37,44,45,53,48,37,41,125,64,109,101,100,105,97,32,115,99,114,101,101,110,32,97,110,100,32,40,109,105,110,45,100,101,118,105,99,101,45,119,105,100,116,104,58,57,57,50,112,120,41,123,46,115,112,108,97,115,104,76,111,103,111,123,98,97,99,107,103,114,111,117,110,100,45,105,109,97,103,101,58,117,114,108,40,97,115,115,101,116,115,47,105,109,103,47,98,97,110,110,101,114,45,108,105,103,104,116,46,112,110,103,41,125,125,60,47,115,116,121,108,101,62,60,115,99,114,105,112,116,32,100,101,102,101,114,61,34,100,101,102,101,114,34,32,115,114,99,61,34,114,117,110,116,105,109,101,46,98,117,110,100,108,101,46,106,115,63,50,54,56,54,57,55,101,51,48,54,55,49,57,52,54,55,54,50,55,49,34,62,60,47,115,99,114,105,112,116,62,60,115,99,114,105,112,116,32,100,101,102,101,114,61,34,100,101,102,101,114,34,32,115,114,99,61,34,110,111,100,101,95,109,111,100,117,108,101,115,46,37,52,48,106,101,108,108,121,102,105,110,46,115,100,107,46,98,117,110,100,108,101,46,106,115,63,50,54,56,54,57,55,101,51,48,54,55,49,57,52,54,55,54,50,55,49,34,62,60,47,115,99,114,105,112,116,62,60,115,99,114,105,112,116,32,100,101,102,101,114,61,34,100,101,102,101,114,34,32,115,114,99,61,34,110,111,100,101,95,109,111,100,117,108,101,115,46,108,111,100,97,115,104,45,101,115,46,98,117,110,100,108,101,46,106,115,63,50,54,56,54,57,55,101,51,48,54,55,49,57,52,54,55,54,50,55,49,34,62,60,47,115,99,114,105,112,116,62,60,115,99,114,105,112,116,32,100,101,102,101,114,61,34,100,101,102,101,114,34,32,115,114,99,61,34,110,111,100,101,95,109,111,100,117,108,101,115,46,37,52,48,109,117,105,46,109,97,116,101,114,105,97,108,46,98,117,110,100,108,101,46,106,115,63,50,54,56,54,57,55,101,51,48,54,55,49,57,52,54,55,54,50,55,49,34,62,60,47,115,99,114,105,112,116,62,60,115,99,114,105,112,116,32,100,101,102,101,114,61,34,100,101,102,101,114,34,32,115,114,99,61,34,110,111,100,101,95,109,111,100,117,108,101,115,46,37,52,48,109,117,105,46,115,121,115,116,101,109,46,98,117,110,100,108,101,46,106,115,63,50,54,56,54,57,55,101,51,48,54,55,49,57,52,54,55,54,50,55,49,34,62,60,47,115,99,114,105,112,116,62,60,115,99,114,105,112,116,32,100,101,102,101,114,61,34,100,101,102,101,114,34,32,115,114,99,61,34,110,111,100,101,95,109,111,100,117,108,101,115,46,37,52,48,109,117,105,46,105,99,111,110,115,45,109,97,116,101,114,105,97,108,46,98,117,110,100,108,101,46,106,115,63,50,54,56,54,57,55,101,51,48,54,55,49,57,52,54,55,54,50,55,49,34,62,60,47,115,99,114,105,112,116,62,60,115,99,114,105,112,116,32,100,101,102,101,114,61,34,100,101,102,101,114,34,32,115,114,99,61,34,110,111,100,101,95,109,111,100,117,108,101,115,46,37,52,48,109,117,105,46,117,116,105,108,115,46,98,117,110,100,108,101,46,106,115,63,50,54,56,54,57,55,101,51,48,54,55,49,57,52,54,55,54,50,55,49,34,62,60,47,115,99,114,105,112,116,62,60,115,99,114,105,112,116,32,100,101,102,101,114,61,34,100,101,102,101,114,34,32,115,114,99,61,34,110,111,100,101,95,109,111,100,117,108,101,115,46,37,52,48,116,97,110,115,116,97,99,107,46,113,117,101,114,121,45,99,111,114,101,46,98,117,110,100,108,101,46,106,115,63,50,54,56,54,57,55,101,51,48,54,55,49,57,52,54,55,54,50,55,49,34,62,60,47,115,99,114,105,112,116,62,60,115,99,114,105,112,116,32,100,101,102,101,114,61,34,100,101,102,101,114,34,32,115,114,99,61,34,110,111,100,101,95,109,111,100,117,108,101,115,46,37,52,48,116,97,110,115,116,97,99,107,46,114,101,97,99,116,45,113,117,101,114,121,46,98,117,110,100,108,101,46,106,115,63,50,54,56,54,57,55,101,51,48,54,55,49,57,52,54,55,54,50,55,49,34,62,60,47,115,99,114,105,112,116,62,60,115,99,114,105,112,116,32,100,101,102,101,114,61,34,100,101,102,101,114,34,32,115,114,99,61,34,110,111,100,101,95,109,111,100,117,108,101,115,46,100,97,116,101,45,102,110,115,46,101,115,109,46,98,117,110,100,108,101,46,106,115,63,50,54,56,54,57,55,101,51,48,54,55,49,57,52,54,55,54,50,55,49,34,62,60,47,115,99,114,105,112,116,62,60,115,99,114,105,112,116,32,100,101,102,101,114,61,34,100,101,102,101,114,34,32,115,114,99,61,34,110,111,100,101,95,109,111,100,117,108,101,115,46,99,111,114,101,45,106,115,46,98,117,110,100,108,101,46,106,115,63,50,54,56,54,57,55,101,51,48,54,55,49,57,52,54,55,54,50,55,49,34,62,60,47,115,99,114,105,112,116,62,60,115,99,114,105,112,116,32,100,101,102,101,114,61,34,100,101,102,101,114,34,32,115,114,99,61,34,110,111,100,101,95,109,111,100,117,108,101,115,46,114,101,97,99,116,45,116,114,97,110,115,105,116,105,111,110,45,103,114,111,117,112,46,98,117,110,100,108,101,46,106,115,63,50,54,56,54,57,55,101,51,48,54,55,49,57,52,54,55,54,50,55,49,34,62,60,47,115,99,114,105,112,116,62,60,115,99,114,105,112,116,32,100,101,102,101,114,61,34,100,101,102,101,114,34,32,115,114,99,61,34,110,111,100,101,95,109,111,100,117,108,101,115,46,37,52,48,112,111,112,112,101,114,106,115,46,99,111,114,101,46,98,117,110,100,108,101,46,106,115,63,50,54,56,54,57,55,101,51,48,54,55,49,57,52,54,55,54,50,55,49,34,62,60,47,115,99,114,105,112,116,62,60,115,99,114,105,112,116,32,100,101,102,101,114,61,34,100,101,102,101,114,34,32,115,114,99,61,34,110,111,100,101,95,109,111,100,117,108,101,115,46,97,120,105,111,115,46,98,117,110,100,108,101,46,106,115,63,50,54,56,54,57,55,101,51,48,54,55,49,57,52,54,55,54,50,55,49,34,62,60,47,115,99,114,105,112,116,62,60,115,99,114,105,112,116,32,100,101,102,101,114,61,34,100,101,102,101,114,34,32,115,114,99,61,34,110,111,100,101,95,109,111,100,117,108,101,115,46,114,101,97,99,116,45,100,111,109,46,98,117,110,100,108,101,46,106,115,63,50,54,56,54,57,55,101,51,48,54,55,49,57,52,54,55,54,50,55,49,34,62,60,47,115,99,114,105,112,116,62,60,115,99,114,105,112,116,32,100,101,102,101,114,61,34,100,101,102,101,114,34,32,115,114,99,61,34,110,111,100,101,95,109,111,100,117,108,101,115,46,106,113,117,101,114,121,46,98,117,110,100,108,101,46,106,115,63,50,54,56,54,57,55,101,51,48,54,55,49,57,52,54,55,54,50,55,49,34,62,60,47,115,99,114,105,112,116,62,60,115,99,114,105,112,116,32,100,101,102,101,114,61,34,100,101,102,101,114,34,32,115,114,99,61,34,110,111,100,101,95,109,111,100,117,108,101,115,46,119,101,98,99,111,109,112,111,110,101,110,116,115,46,106,115,46,98,117,110,100,108,101,46,106,115,63,50,54,56,54,57,55,101,51,48,54,55,49,57,52,54,55,54,50,55,49,34,62,60,47,115,99,114,105,112,116,62,60,115,99,114,105,112,116,32,100,101,102,101,114,61,34,100,101,102,101,114,34,32,115,114,99,61,34,110,111,100,101,95,109,111,100,117,108,101,115,46,114,101,115,105,122,101,45,111,98,115,101,114,118,101,114,45,112,111,108,121,102,105,108,108,46,98,117,110,100,108,101,46,106,115,63,50,54,56,54,57,55,101,51,48,54,55,49,57,52,54,55,54,50,55,49,34,62,60,47,115,99,114,105,112,116,62,60,115,99,114,105,112,116,32,100,101,102,101,114,61,34,100,101,102,101,114,34,32,115,114,99,61,34,110,111,100,101,95,109,111,100,117,108,101,115,46,114,101,103,101,110,101,114,97,116,111,114,45,114,117,110,116,105,109,101,46,98,117,110,100,108,101,46,106,115,63,50,54,56,54,57,55,101,51,48,54,55,49,57,52,54,55,54,50,55,49,34,62,60,47,115,99,114,105,112,116,62,60,115,99,114,105,112,116,32,100,101,102,101,114,61,34,100,101,102,101,114,34,32,115,114,99,61,34,110,111,100,101,95,109,111,100,117,108,101,115,46,106,101,108,108,121,102,105,110,45,97,112,105,99,108,105,101,110,116,46,98,117,110,100,108,101,46,106,115,63,50,54,56,54,57,55,101,51,48,54,55,49,57,52,54,55,54,50,55,49,34,62,60,47,115,99,114,105,112,116,62,60,115,99,114,105,112,116,32,100,101,102,101,114,61,34,100,101,102,101,114,34,32,115,114,99,61,34,110,111,100,101,95,109,111,100,117,108,101,115,46,105,110,116,101,114,115,101,99,116,105,111,110,45,111,98,115,101,114,118,101,114,46,98,117,110,100,108,101,46,106,115,63,50,54,56,54,57,55,101,51,48,54,55,49,57,52,54,55,54,50,55,49,34,62,60,47,115,99,114,105,112,116,62,60,115,99,114,105,112,116,32,100,101,102,101,114,61,34,100,101,102,101,114,34,32,115,114,99,61,34,110,111,100,101,95,109,111,100,117,108,101,115,46,104,105,115,116,111,114,121,46,98,117,110,100,108,101,46,106,115,63,50,54,56,54,57,55,101,51,48,54,55,49,57,52,54,55,54,50,55,49,34,62,60,47,115,99,114,105,112,116,62,60,115,99,114,105,112,116,32,100,101,102,101,114,61,34,100,101,102,101,114,34,32,115,114,99,61,34,110,111,100,101,95,109,111,100,117,108,101,115,46,100,111,109,112,117,114,105,102,121,46,98,117,110,100,108,101,46,106,115,63,50,54,56,54,57,55,101,51,48,54,55,49,57,52,54,55,54,50,55,49,34,62,60,47,115,99,114,105,112,116,62,60,115,99,114,105,112,116,32,100,101,102,101,114,61,34,100,101,102,101,114,34,32,115,114,99,61,34,110,111,100,101,95,109,111,100,117,108,101,115,46,114,101,97,99,116,45,114,111,117,116,101,114,46,98,117,110,100,108,101,46,106,115,63,50,54,56,54,57,55,101,51,48,54,55,49,57,52,54,55,54,50,55,49,34,62,60,47,115,99,114,105,112,116,62,60,115,99,114,105,112,116,32,100,101,102,101,114,61,34,100,101,102,101,114,34,32,115,114,99,61,34,110,111,100,101,95,109,111,100,117,108,101,115,46,114,101,97,99,116,45,114,111,117,116,101,114,45,100,111,109,46,98,117,110,100,108,101,46,106,115,63,50,54,56,54,57,55,101,51,48,54,55,49,57,52,54,55,54,50,55,49,34,62,60,47,115,99,114,105,112,116,62,60,115,99,114,105,112,116,32,100,101,102,101,114,61,34,100,101,102,101,114,34,32,115,114,99,61,34,110,111,100,101,95,109,111,100,117,108,101,115,46,37,52,48,114,101,109,105,120,45,114,117,110,46,114,111,117,116,101,114,46,98,117,110,100,108,101,46,106,115,63,50,54,56,54,57,55,101,51,48,54,55,49,57,52,54,55,54,50,55,49,34,62,60,47,115,99,114,105,112,116,62,60,115,99,114,105,112,116,32,100,101,102,101,114,61,34,100,101,102,101,114,34,32,115,114,99,61,34,51,55,56,54,57,46,98,117,110,100,108,101,46,106,115,63,50,54,56,54,57,55,101,51,48,54,55,49,57,52,54,55,54,50,55,49,34,62,60,47,115,99,114,105,112,116,62,60,115,99,114,105,112,116,32,100,101,102,101,114,61,34,100,101,102,101,114,34,32,115,114,99,61,34,109,97,105,110,46,106,101,108,108,121,102,105,110,46,98,117,110,100,108,101,46,106,115,63,50,54,56,54,57,55,101,51,48,54,55,49,57,52,54,55,54,50,55,49,34,62,60,47,115,99,114,105,112,116,62,60,115,99,114,105,112,116,32,100,101,102,101,114,61,34,100,101,102,101,114,34,32,115,114,99,61,34,115,101,114,118,105,99,101,119,111,114,107,101,114,46,106,115,63,50,54,56,54,57,55,101,51,48,54,55,49,57,52,54,55,54,50,55,49,34,62,60,47,115,99,114,105,112,116,62,60,108,105,110,107,32,104,114,101,102,61,34,51,55,56,54,57,46,48,56,56,54,56,48,100,55,101,55,97,50,101,101,100,101,51,54,49,56,46,99,115,115,63,50,54,56,54,57,55,101,51,48,54,55,49,57,52,54,55,54,50,55,49,34,32,114,101,108,61,34,115,116,121,108,101,115,104,101,101,116,34,62,60,108,105,110,107,32,104,114,101,102,61,34,109,97,105,110,46,106,101,108,108,121,102,105,110,46,49,48,102,56,48,52,102,56,99,99,100,53,52,100,48,48,48,99,55,48,46,99,115,115,63,50,54,56,54,57,55,101,51,48,54,55,49,57,52,54,55,54,50,55,49,34,32,114,101,108,61,34,115,116,121,108,101,115,104,101,101,116,34,62,60,47,104,101,97,100,62,60,98,111,100,121,32,100,105,114,61,34,108,116,114,34,62,60,100,105,118,32,105,100,61,34,114,101,97,99,116,82,111,111,116,34,62,60,100,105,118,32,99,108,97,115,115,61,34,115,112,108,97,115,104,76,111,103,111,34,62,60,47,100,105,118,62,60,47,100,105,118,62,60,47,98,111,100,121,62,60,47,104,116,109,108,62]} +[2025-02-20T02:30:41.054Z] error: Failed to login to Pi-Hole API, status: 400 +[2025-02-20T02:48:59.863Z] error: YAMLException: bad indentation of a mapping entry (39:52) + + 36 | ... + 37 | ... tt + 38 | ... /10.0.0.121:9117 + 39 | ... !s"nfPHX63_;LZQK[R.~'pFwTyFpQY: +-----------------------------------------^ + 40 | ... + 41 | ... 10.0.0.121:8191/ + at generateError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1273:10) + at throwError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1277:9) + at readBlockMapping (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2272:7) + at composeNode (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2531:12) + at readBlockMapping (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2254:11) + at composeNode (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2531:12) + at readBlockMapping (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2254:11) + at composeNode (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2531:12) + at readBlockSequence (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2098:5) + at composeNode (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2530:12) +[2025-02-20T02:48:59.869Z] error: YAMLException: bad indentation of a mapping entry (39:52) + + 36 | ... + 37 | ... tt + 38 | ... /10.0.0.121:9117 + 39 | ... !s"nfPHX63_;LZQK[R.~'pFwTyFpQY: +-----------------------------------------^ + 40 | ... + 41 | ... 10.0.0.121:8191/ + at generateError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1273:10) + at throwError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1277:9) + at readBlockMapping (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2272:7) + at composeNode (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2531:12) + at readBlockMapping (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2254:11) + at composeNode (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2531:12) + at readBlockMapping (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2254:11) + at composeNode (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2531:12) + at readBlockSequence (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2098:5) + at composeNode (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2530:12) +[2025-02-20T02:48:59.870Z] error: bad indentation of a mapping entry (39:52) + + 36 | ... + 37 | ... tt + 38 | ... /10.0.0.121:9117 + 39 | ... !s"nfPHX63_;LZQK[R.~'pFwTyFpQY: +-----------------------------------------^ + 40 | ... + 41 | ... 10.0.0.121:8191/ +[2025-02-20T02:48:59.876Z] error: bad indentation of a mapping entry (39:52) + + 36 | ... + 37 | ... tt + 38 | ... /10.0.0.121:9117 + 39 | ... !s"nfPHX63_;LZQK[R.~'pFwTyFpQY: +-----------------------------------------^ + 40 | ... + 41 | ... 10.0.0.121:8191/ +[2025-02-20T02:48:59.877Z] error: bad indentation of a mapping entry (39:52) + + 36 | ... + 37 | ... tt + 38 | ... /10.0.0.121:9117 + 39 | ... !s"nfPHX63_;LZQK[R.~'pFwTyFpQY: +-----------------------------------------^ + 40 | ... + 41 | ... 10.0.0.121:8191/ +[2025-02-20T02:48:59.878Z] error: bad indentation of a mapping entry (39:52) + + 36 | ... + 37 | ... tt + 38 | ... /10.0.0.121:9117 + 39 | ... !s"nfPHX63_;LZQK[R.~'pFwTyFpQY: +-----------------------------------------^ + 40 | ... + 41 | ... 10.0.0.121:8191/ +[2025-02-20T02:48:59.886Z] error: bad indentation of a mapping entry (39:52) + + 36 | ... + 37 | ... tt + 38 | ... /10.0.0.121:9117 + 39 | ... !s"nfPHX63_;LZQK[R.~'pFwTyFpQY: +-----------------------------------------^ + 40 | ... + 41 | ... 10.0.0.121:8191/ +[2025-02-20T02:48:59.895Z] error: YAMLException: bad indentation of a mapping entry (39:52) + + 36 | ... + 37 | ... tt + 38 | ... /10.0.0.121:9117 + 39 | ... !s"nfPHX63_;LZQK[R.~'pFwTyFpQY: +-----------------------------------------^ + 40 | ... + 41 | ... 10.0.0.121:8191/ + at generateError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1273:10) + at throwError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1277:9) + at readBlockMapping (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2272:7) + at composeNode (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2531:12) + at readBlockMapping (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2254:11) + at composeNode (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2531:12) + at readBlockMapping (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2254:11) + at composeNode (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2531:12) + at readBlockSequence (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2098:5) + at composeNode (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2530:12) +[2025-02-20T02:48:59.895Z] error: YAMLException: bad indentation of a mapping entry (39:52) + + 36 | ... + 37 | ... tt + 38 | ... /10.0.0.121:9117 + 39 | ... !s"nfPHX63_;LZQK[R.~'pFwTyFpQY: +-----------------------------------------^ + 40 | ... + 41 | ... 10.0.0.121:8191/ + at generateError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1273:10) + at throwError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1277:9) + at readBlockMapping (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2272:7) + at composeNode (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2531:12) + at readBlockMapping (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2254:11) + at composeNode (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2531:12) + at readBlockMapping (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2254:11) + at composeNode (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2531:12) + at readBlockSequence (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2098:5) + at composeNode (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2530:12) +[2025-02-20T02:48:59.900Z] error: bad indentation of a mapping entry (39:52) + + 36 | ... + 37 | ... tt + 38 | ... /10.0.0.121:9117 + 39 | ... !s"nfPHX63_;LZQK[R.~'pFwTyFpQY: +-----------------------------------------^ + 40 | ... + 41 | ... 10.0.0.121:8191/ +[2025-02-20T02:48:59.902Z] error: Failed to load services.yaml, please check for errors +[2025-02-20T02:48:59.902Z] error: YAMLException: bad indentation of a mapping entry (39:52) + + 36 | ... + 37 | ... tt + 38 | ... /10.0.0.121:9117 + 39 | ... !s"nfPHX63_;LZQK[R.~'pFwTyFpQY: +-----------------------------------------^ + 40 | ... + 41 | ... 10.0.0.121:8191/ +[2025-02-20T02:48:59.905Z] error: bad indentation of a mapping entry (39:52) + + 36 | ... + 37 | ... tt + 38 | ... /10.0.0.121:9117 + 39 | ... !s"nfPHX63_;LZQK[R.~'pFwTyFpQY: +-----------------------------------------^ + 40 | ... + 41 | ... 10.0.0.121:8191/ +[2025-02-20T02:48:59.906Z] error: Failed to load services.yaml, please check for errors +[2025-02-20T02:48:59.906Z] error: YAMLException: bad indentation of a mapping entry (39:52) + + 36 | ... + 37 | ... tt + 38 | ... /10.0.0.121:9117 + 39 | ... !s"nfPHX63_;LZQK[R.~'pFwTyFpQY: +-----------------------------------------^ + 40 | ... + 41 | ... 10.0.0.121:8191/ +[2025-02-20T02:49:00.085Z] error: Failed to load services.yaml, please check for errors +[2025-02-20T02:49:00.085Z] error: YAMLException: bad indentation of a mapping entry (39:52) + + 36 | ... + 37 | ... tt + 38 | ... /10.0.0.121:9117 + 39 | ... !s"nfPHX63_;LZQK[R.~'pFwTyFpQY: +-----------------------------------------^ + 40 | ... + 41 | ... 10.0.0.121:8191/ +[2025-02-20T02:49:48.230Z] error: YAMLException: bad indentation of a mapping entry (39:52) + + 36 | ... + 37 | ... tt + 38 | ... /10.0.0.121:9117 + 39 | ... !s"nfPHX63_;LZQK[R.~'pFwTyFpQY: +-----------------------------------------^ + 40 | ... + 41 | ... 10.0.0.121:8191/ + at generateError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1273:10) + at throwError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1277:9) + at readBlockMapping (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2272:7) + at composeNode (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2531:12) + at readBlockMapping (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2254:11) + at composeNode (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2531:12) + at readBlockMapping (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2254:11) + at composeNode (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2531:12) + at readBlockSequence (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2098:5) + at composeNode (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2530:12) +[2025-02-20T02:49:50.191Z] error: YAMLException: bad indentation of a mapping entry (39:52) + + 36 | ... + 37 | ... tt + 38 | ... /10.0.0.121:9117 + 39 | ... !s"nfPHX63_;LZQK[R.~'pFwTyFpQY: +-----------------------------------------^ + 40 | ... + 41 | ... 10.0.0.121:8191/ + at generateError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1273:10) + at throwError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1277:9) + at readBlockMapping (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2272:7) + at composeNode (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2531:12) + at readBlockMapping (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2254:11) + at composeNode (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2531:12) + at readBlockMapping (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2254:11) + at composeNode (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2531:12) + at readBlockSequence (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2098:5) + at composeNode (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2530:12) +[2025-02-20T02:49:50.195Z] error: YAMLException: bad indentation of a mapping entry (39:52) + + 36 | ... + 37 | ... tt + 38 | ... /10.0.0.121:9117 + 39 | ... !s"nfPHX63_;LZQK[R.~'pFwTyFpQY: +-----------------------------------------^ + 40 | ... + 41 | ... 10.0.0.121:8191/ + at generateError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1273:10) + at throwError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1277:9) + at readBlockMapping (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2272:7) + at composeNode (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2531:12) + at readBlockMapping (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2254:11) + at composeNode (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2531:12) + at readBlockMapping (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2254:11) + at composeNode (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2531:12) + at readBlockSequence (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2098:5) + at composeNode (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2530:12) +[2025-02-20T02:49:50.198Z] error: bad indentation of a mapping entry (39:52) + + 36 | ... + 37 | ... tt + 38 | ... /10.0.0.121:9117 + 39 | ... !s"nfPHX63_;LZQK[R.~'pFwTyFpQY: +-----------------------------------------^ + 40 | ... + 41 | ... 10.0.0.121:8191/ +[2025-02-20T02:49:50.202Z] error: bad indentation of a mapping entry (39:52) + + 36 | ... + 37 | ... tt + 38 | ... /10.0.0.121:9117 + 39 | ... !s"nfPHX63_;LZQK[R.~'pFwTyFpQY: +-----------------------------------------^ + 40 | ... + 41 | ... 10.0.0.121:8191/ +[2025-02-20T02:49:50.212Z] error: YAMLException: bad indentation of a mapping entry (39:52) + + 36 | ... + 37 | ... tt + 38 | ... /10.0.0.121:9117 + 39 | ... !s"nfPHX63_;LZQK[R.~'pFwTyFpQY: +-----------------------------------------^ + 40 | ... + 41 | ... 10.0.0.121:8191/ + at generateError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1273:10) + at throwError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1277:9) + at readBlockMapping (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2272:7) + at composeNode (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2531:12) + at readBlockMapping (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2254:11) + at composeNode (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2531:12) + at readBlockMapping (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2254:11) + at composeNode (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2531:12) + at readBlockSequence (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2098:5) + at composeNode (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2530:12) +[2025-02-20T02:49:50.223Z] error: bad indentation of a mapping entry (39:52) + + 36 | ... + 37 | ... tt + 38 | ... /10.0.0.121:9117 + 39 | ... !s"nfPHX63_;LZQK[R.~'pFwTyFpQY: +-----------------------------------------^ + 40 | ... + 41 | ... 10.0.0.121:8191/ +[2025-02-20T02:49:50.224Z] error: Failed to load services.yaml, please check for errors +[2025-02-20T02:49:50.224Z] error: YAMLException: bad indentation of a mapping entry (39:52) + + 36 | ... + 37 | ... tt + 38 | ... /10.0.0.121:9117 + 39 | ... !s"nfPHX63_;LZQK[R.~'pFwTyFpQY: +-----------------------------------------^ + 40 | ... + 41 | ... 10.0.0.121:8191/ +[2025-02-20T02:49:50.224Z] error: Failed to load services.yaml, please check for errors +[2025-02-20T02:49:50.225Z] error: YAMLException: bad indentation of a mapping entry (39:52) + + 36 | ... + 37 | ... tt + 38 | ... /10.0.0.121:9117 + 39 | ... !s"nfPHX63_;LZQK[R.~'pFwTyFpQY: +-----------------------------------------^ + 40 | ... + 41 | ... 10.0.0.121:8191/ +[2025-02-20T02:49:50.228Z] error: bad indentation of a mapping entry (39:52) + + 36 | ... + 37 | ... tt + 38 | ... /10.0.0.121:9117 + 39 | ... !s"nfPHX63_;LZQK[R.~'pFwTyFpQY: +-----------------------------------------^ + 40 | ... + 41 | ... 10.0.0.121:8191/ +[2025-02-20T02:49:50.229Z] error: YAMLException: bad indentation of a mapping entry (39:52) + + 36 | ... + 37 | ... tt + 38 | ... /10.0.0.121:9117 + 39 | ... !s"nfPHX63_;LZQK[R.~'pFwTyFpQY: +-----------------------------------------^ + 40 | ... + 41 | ... 10.0.0.121:8191/ + at generateError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1273:10) + at throwError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1277:9) + at readBlockMapping (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2272:7) + at composeNode (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2531:12) + at readBlockMapping (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2254:11) + at composeNode (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2531:12) + at readBlockMapping (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2254:11) + at composeNode (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2531:12) + at readBlockSequence (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2098:5) + at composeNode (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2530:12) +[2025-02-20T02:49:50.232Z] error: bad indentation of a mapping entry (39:52) + + 36 | ... + 37 | ... tt + 38 | ... /10.0.0.121:9117 + 39 | ... !s"nfPHX63_;LZQK[R.~'pFwTyFpQY: +-----------------------------------------^ + 40 | ... + 41 | ... 10.0.0.121:8191/ +[2025-02-20T02:49:50.247Z] error: bad indentation of a mapping entry (39:52) + + 36 | ... + 37 | ... tt + 38 | ... /10.0.0.121:9117 + 39 | ... !s"nfPHX63_;LZQK[R.~'pFwTyFpQY: +-----------------------------------------^ + 40 | ... + 41 | ... 10.0.0.121:8191/ +[2025-02-20T02:49:50.247Z] error: bad indentation of a mapping entry (39:52) + + 36 | ... + 37 | ... tt + 38 | ... /10.0.0.121:9117 + 39 | ... !s"nfPHX63_;LZQK[R.~'pFwTyFpQY: +-----------------------------------------^ + 40 | ... + 41 | ... 10.0.0.121:8191/ +[2025-02-20T02:49:50.379Z] error: Failed to load services.yaml, please check for errors +[2025-02-20T02:49:50.379Z] error: YAMLException: bad indentation of a mapping entry (39:52) + + 36 | ... + 37 | ... tt + 38 | ... /10.0.0.121:9117 + 39 | ... !s"nfPHX63_;LZQK[R.~'pFwTyFpQY: +-----------------------------------------^ + 40 | ... + 41 | ... 10.0.0.121:8191/ +[2025-02-20T02:50:08.868Z] error: Failed to load services.yaml, please check for errors +[2025-02-20T02:50:08.868Z] error: YAMLException: bad indentation of a mapping entry (39:44) + + 36 | ... t: + 37 | ... e: jackett + 38 | ... : http://10.0.0.121:9117 + 39 | ... sword: 'S!s"nfPHX63_;LZQK[R.~'pFwTyFpQY:' +-----------------------------------------^ + 40 | ... lverr: + 41 | ... http://10.0.0.121:8191/ +[2025-02-20T02:50:09.045Z] error: Failed to load services.yaml, please check for errors +[2025-02-20T02:50:09.046Z] error: YAMLException: bad indentation of a mapping entry (39:44) + + 36 | ... t: + 37 | ... e: jackett + 38 | ... : http://10.0.0.121:9117 + 39 | ... sword: 'S!s"nfPHX63_;LZQK[R.~'pFwTyFpQY:' +-----------------------------------------^ + 40 | ... lverr: + 41 | ... http://10.0.0.121:8191/ +[2025-02-20T02:51:53.645Z] error: Failed to fetch Jackett cookie, status: 404 +[2025-02-20T02:51:57.939Z] error: Failed to fetch Jackett cookie, status: 404 +[2025-02-20T02:58:40.139Z] error: undefined +[2025-02-20T02:58:45.164Z] error: undefined +[2025-02-20T03:17:07.896Z] error: HTTP Error 401 calling https://cloud.peterdominguez.art/ocs/v2.php/apps/serverinfo/api/v1/info?format=json +[2025-02-20T03:36:34.927Z] error: Failed to login to Pi-Hole API, status: 429 +[2025-02-20T16:37:42.758Z] error: Error getting services from Docker server 'pihole': Error: connect EACCES /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1555:16) { + errno: -13, + code: 'EACCES', + syscall: 'connect', + address: '/var/run/docker.sock' +} +[2025-02-20T16:37:42.759Z] error: Error getting services from Docker server 'qbittorrent-nox': Error: connect EACCES /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1555:16) { + errno: -13, + code: 'EACCES', + syscall: 'connect', + address: '/var/run/docker.sock' +} +[2025-02-20T16:37:42.760Z] error: Error getting services from Docker server 'jackett': Error: connect EACCES /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1555:16) { + errno: -13, + code: 'EACCES', + syscall: 'connect', + address: '/var/run/docker.sock' +} +[2025-02-20T16:37:42.761Z] error: Error getting services from Docker server 'flaresolverr': Error: connect EACCES /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1555:16) { + errno: -13, + code: 'EACCES', + syscall: 'connect', + address: '/var/run/docker.sock' +} +[2025-02-20T16:37:42.893Z] error: Error: connect EACCES /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1555:16) +[2025-02-20T16:37:42.916Z] error: Error: connect EACCES /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1555:16) +[2025-02-20T16:37:42.928Z] error: Error: connect EACCES /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1555:16) +[2025-02-20T16:37:42.930Z] error: Error: connect EACCES /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1555:16) +[2025-02-20T16:38:07.261Z] error: Error getting services from Docker server 'pihole': Error: connect EACCES /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1555:16) { + errno: -13, + code: 'EACCES', + syscall: 'connect', + address: '/var/run/docker.sock' +} +[2025-02-20T16:38:07.262Z] error: Error getting services from Docker server 'qbittorrent-nox': Error: connect EACCES /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1555:16) { + errno: -13, + code: 'EACCES', + syscall: 'connect', + address: '/var/run/docker.sock' +} +[2025-02-20T16:38:07.262Z] error: Error getting services from Docker server 'jackett': Error: connect EACCES /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1555:16) { + errno: -13, + code: 'EACCES', + syscall: 'connect', + address: '/var/run/docker.sock' +} +[2025-02-20T16:38:07.263Z] error: Error getting services from Docker server 'flaresolverr': Error: connect EACCES /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1555:16) { + errno: -13, + code: 'EACCES', + syscall: 'connect', + address: '/var/run/docker.sock' +} +[2025-02-20T16:38:07.271Z] error: Error: connect EACCES /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1555:16) +[2025-02-20T16:38:07.277Z] error: Error: connect EACCES /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1555:16) +[2025-02-20T16:38:07.277Z] error: Error: connect EACCES /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1555:16) +[2025-02-20T16:38:07.278Z] error: Error: connect EACCES /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1555:16) +[2025-02-20T16:38:26.307Z] error: Error getting services from Docker server 'pihole': Error: connect EACCES /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1555:16) { + errno: -13, + code: 'EACCES', + syscall: 'connect', + address: '/var/run/docker.sock' +} +[2025-02-20T16:38:26.307Z] error: Error getting services from Docker server 'qbittorrent-nox': Error: connect EACCES /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1555:16) { + errno: -13, + code: 'EACCES', + syscall: 'connect', + address: '/var/run/docker.sock' +} +[2025-02-20T16:38:26.308Z] error: Error getting services from Docker server 'jackett': Error: connect EACCES /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1555:16) { + errno: -13, + code: 'EACCES', + syscall: 'connect', + address: '/var/run/docker.sock' +} +[2025-02-20T16:38:26.309Z] error: Error getting services from Docker server 'flaresolverr': Error: connect EACCES /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1555:16) { + errno: -13, + code: 'EACCES', + syscall: 'connect', + address: '/var/run/docker.sock' +} +[2025-02-20T16:38:26.339Z] error: Error: connect EACCES /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1555:16) +[2025-02-20T16:38:26.340Z] error: Error: connect EACCES /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1555:16) +[2025-02-20T16:38:26.340Z] error: Error: connect EACCES /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1555:16) +[2025-02-20T16:38:26.346Z] error: Error: connect EACCES /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1555:16) +[2025-02-20T16:38:49.301Z] error: Error: connect EACCES /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1555:16) +[2025-02-20T16:38:49.303Z] error: Error: connect EACCES /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1555:16) +[2025-02-20T16:38:49.309Z] error: Error getting services from Docker server 'pihole': Error: connect EACCES /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1555:16) { + errno: -13, + code: 'EACCES', + syscall: 'connect', + address: '/var/run/docker.sock' +} +[2025-02-20T16:38:49.310Z] error: Error getting services from Docker server 'qbittorrent-nox': Error: connect EACCES /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1555:16) { + errno: -13, + code: 'EACCES', + syscall: 'connect', + address: '/var/run/docker.sock' +} +[2025-02-20T16:38:49.310Z] error: Error getting services from Docker server 'jackett': Error: connect EACCES /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1555:16) { + errno: -13, + code: 'EACCES', + syscall: 'connect', + address: '/var/run/docker.sock' +} +[2025-02-20T16:38:49.310Z] error: Error getting services from Docker server 'flaresolverr': Error: connect EACCES /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1555:16) { + errno: -13, + code: 'EACCES', + syscall: 'connect', + address: '/var/run/docker.sock' +} +[2025-02-20T16:38:49.351Z] error: Error: connect EACCES /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1555:16) +[2025-02-20T16:38:49.354Z] error: Error: connect EACCES /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1555:16) +[2025-02-20T16:38:59.872Z] error: Error: connect EACCES /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1555:16) +[2025-02-20T16:38:59.873Z] error: Error getting services from Docker server 'pihole': Error: connect EACCES /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1555:16) { + errno: -13, + code: 'EACCES', + syscall: 'connect', + address: '/var/run/docker.sock' +} +[2025-02-20T16:38:59.873Z] error: Error getting services from Docker server 'qbittorrent-nox': Error: connect EACCES /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1555:16) { + errno: -13, + code: 'EACCES', + syscall: 'connect', + address: '/var/run/docker.sock' +} +[2025-02-20T16:38:59.873Z] error: Error getting services from Docker server 'jackett': Error: connect EACCES /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1555:16) { + errno: -13, + code: 'EACCES', + syscall: 'connect', + address: '/var/run/docker.sock' +} +[2025-02-20T16:38:59.874Z] error: Error getting services from Docker server 'flaresolverr': Error: connect EACCES /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1555:16) { + errno: -13, + code: 'EACCES', + syscall: 'connect', + address: '/var/run/docker.sock' +} +[2025-02-20T16:38:59.881Z] error: Error: connect EACCES /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1555:16) +[2025-02-20T16:38:59.881Z] error: Error: connect EACCES /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1555:16) +[2025-02-20T16:38:59.931Z] error: Error: connect EACCES /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1555:16) +[2025-02-20T16:39:29.991Z] error: Error getting services from Docker server 'pihole': Error: connect EACCES /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1555:16) { + errno: -13, + code: 'EACCES', + syscall: 'connect', + address: '/var/run/docker.sock' +} +[2025-02-20T16:39:29.992Z] error: Error getting services from Docker server 'qbittorrent-nox': Error: connect EACCES /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1555:16) { + errno: -13, + code: 'EACCES', + syscall: 'connect', + address: '/var/run/docker.sock' +} +[2025-02-20T16:39:29.992Z] error: Error getting services from Docker server 'jackett': Error: connect EACCES /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1555:16) { + errno: -13, + code: 'EACCES', + syscall: 'connect', + address: '/var/run/docker.sock' +} +[2025-02-20T16:39:29.993Z] error: Error getting services from Docker server 'flaresolverr': Error: connect EACCES /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1555:16) { + errno: -13, + code: 'EACCES', + syscall: 'connect', + address: '/var/run/docker.sock' +} +[2025-02-20T16:39:30.002Z] error: Error: connect EACCES /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1555:16) +[2025-02-20T16:39:30.003Z] error: Error: connect EACCES /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1555:16) +[2025-02-20T16:39:30.061Z] error: Error: connect EACCES /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1555:16) +[2025-02-20T16:39:30.067Z] error: Error: connect EACCES /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1555:16) +[2025-02-20T16:39:47.083Z] error: Error getting services from Docker server 'pihole': Error: connect EACCES /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1555:16) { + errno: -13, + code: 'EACCES', + syscall: 'connect', + address: '/var/run/docker.sock' +} +[2025-02-20T16:39:47.083Z] error: Error getting services from Docker server 'qbittorrent-nox': Error: connect EACCES /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1555:16) { + errno: -13, + code: 'EACCES', + syscall: 'connect', + address: '/var/run/docker.sock' +} +[2025-02-20T16:39:47.083Z] error: Error getting services from Docker server 'jackett': Error: connect EACCES /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1555:16) { + errno: -13, + code: 'EACCES', + syscall: 'connect', + address: '/var/run/docker.sock' +} +[2025-02-20T16:39:47.084Z] error: Error getting services from Docker server 'flaresolverr': Error: connect EACCES /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1555:16) { + errno: -13, + code: 'EACCES', + syscall: 'connect', + address: '/var/run/docker.sock' +} +[2025-02-20T16:39:47.124Z] error: Error: connect EACCES /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1555:16) +[2025-02-20T16:39:47.124Z] error: Error: connect EACCES /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1555:16) +[2025-02-20T16:39:47.125Z] error: Error: connect EACCES /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1555:16) +[2025-02-20T16:39:47.129Z] error: Error: connect EACCES /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1555:16) +[2025-02-20T16:41:44.320Z] error: Error getting services from Docker server 'pihole': Error: connect EACCES /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1555:16) { + errno: -13, + code: 'EACCES', + syscall: 'connect', + address: '/var/run/docker.sock' +} +[2025-02-20T16:41:44.321Z] error: Error getting services from Docker server 'qbittorrent-nox': Error: connect EACCES /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1555:16) { + errno: -13, + code: 'EACCES', + syscall: 'connect', + address: '/var/run/docker.sock' +} +[2025-02-20T16:41:44.321Z] error: Error getting services from Docker server 'jackett': Error: connect EACCES /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1555:16) { + errno: -13, + code: 'EACCES', + syscall: 'connect', + address: '/var/run/docker.sock' +} +[2025-02-20T16:41:44.321Z] error: Error getting services from Docker server 'flaresolverr': Error: connect EACCES /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1555:16) { + errno: -13, + code: 'EACCES', + syscall: 'connect', + address: '/var/run/docker.sock' +} +[2025-02-20T16:41:44.328Z] error: Error: connect EACCES /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1555:16) +[2025-02-20T16:41:44.328Z] error: Error: connect EACCES /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1555:16) +[2025-02-20T16:41:44.329Z] error: Error: connect EACCES /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1555:16) +[2025-02-20T16:41:44.334Z] error: Error: connect EACCES /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1555:16) +[2025-02-20T16:41:47.194Z] error: Error getting services from Docker server 'pihole': Error: connect EACCES /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1555:16) { + errno: -13, + code: 'EACCES', + syscall: 'connect', + address: '/var/run/docker.sock' +} +[2025-02-20T16:41:47.195Z] error: Error getting services from Docker server 'qbittorrent-nox': Error: connect EACCES /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1555:16) { + errno: -13, + code: 'EACCES', + syscall: 'connect', + address: '/var/run/docker.sock' +} +[2025-02-20T16:41:47.195Z] error: Error getting services from Docker server 'jackett': Error: connect EACCES /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1555:16) { + errno: -13, + code: 'EACCES', + syscall: 'connect', + address: '/var/run/docker.sock' +} +[2025-02-20T16:41:47.196Z] error: Error getting services from Docker server 'flaresolverr': Error: connect EACCES /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1555:16) { + errno: -13, + code: 'EACCES', + syscall: 'connect', + address: '/var/run/docker.sock' +} +[2025-02-20T16:41:47.264Z] error: Error: connect EACCES /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1555:16) +[2025-02-20T16:41:47.264Z] error: Error: connect EACCES /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1555:16) +[2025-02-20T16:41:47.265Z] error: Error: connect EACCES /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1555:16) +[2025-02-20T16:41:47.265Z] error: Error: connect EACCES /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1555:16) +[2025-02-20T16:43:17.352Z] error: Error getting services from Docker server 'pihole': Error: connect EACCES /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1555:16) { + errno: -13, + code: 'EACCES', + syscall: 'connect', + address: '/var/run/docker.sock' +} +[2025-02-20T16:43:17.352Z] error: Error getting services from Docker server 'qbittorrent-nox': Error: connect EACCES /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1555:16) { + errno: -13, + code: 'EACCES', + syscall: 'connect', + address: '/var/run/docker.sock' +} +[2025-02-20T16:43:17.352Z] error: Error getting services from Docker server 'jackett': Error: connect EACCES /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1555:16) { + errno: -13, + code: 'EACCES', + syscall: 'connect', + address: '/var/run/docker.sock' +} +[2025-02-20T16:43:17.353Z] error: Error getting services from Docker server 'flaresolverr': Error: connect EACCES /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1555:16) { + errno: -13, + code: 'EACCES', + syscall: 'connect', + address: '/var/run/docker.sock' +} +[2025-02-20T16:43:17.363Z] error: Error: connect EACCES /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1555:16) +[2025-02-20T16:43:17.364Z] error: Error: connect EACCES /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1555:16) +[2025-02-20T16:43:17.368Z] error: Error: connect EACCES /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1555:16) +[2025-02-20T16:43:17.369Z] error: Error: connect EACCES /var/run/docker.sock + at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1555:16) +[2025-02-20T16:43:17.493Z] error: Error calling https://10.0.0.121:6346/api/auth... +[2025-02-20T16:43:17.494Z] error: [ + 500, + Error: connect ECONNREFUSED 10.0.0.121:6346 + at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1555:16) { + errno: -111, + code: 'ECONNREFUSED', + syscall: 'connect', + address: '10.0.0.121', + port: 6346 + } +] +[2025-02-20T16:43:17.494Z] error: undefined +[2025-02-20T16:43:17.499Z] error: Error calling http://10.0.0.121:8080/api/v2/torrents/info... +[2025-02-20T16:43:17.499Z] error: [ + 500, + Error: connect ECONNREFUSED 10.0.0.121:8080 + at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1555:16) { + errno: -111, + code: 'ECONNREFUSED', + syscall: 'connect', + address: '10.0.0.121', + port: 8080 + } +] +[2025-02-20T16:43:17.499Z] error: HTTP 500 getting data from qBittorrent. Data: { error: [Object] } +[2025-02-20T16:43:17.504Z] error: Error calling http://10.0.0.121:9117/UI/Dashboard... +[2025-02-20T16:43:17.504Z] error: [ + 500, + Error: connect ECONNREFUSED 10.0.0.121:9117 + at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1555:16) { + errno: -111, + code: 'ECONNREFUSED', + syscall: 'connect', + address: '10.0.0.121', + port: 9117 + } +] +[2025-02-20T16:43:17.505Z] error: Failed to fetch Jackett cookie, status: 500 +[2025-02-20T19:29:52.640Z] error: TypeError: Cannot read properties of null (reading 'conn') + at handler (/app/.next/server/pages/api/docker/status/[...service].js:89:86) + at Object.apiResolver (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/api-utils/node.js:366:15) + at process.processTicksAndRejections (node:internal/process/task_queues:95:5) + at async NextNodeServer.runApi (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/next-server.js:481:9) + at async Object.fn (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/next-server.js:741:37) + at async Router.execute (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/router.js:252:36) + at async NextNodeServer.run (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/base-server.js:365:29) + at async NextNodeServer.handleRequest (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/base-server.js:303:20) + at async Server. (/app/server.js:19:5) +[2025-02-20T19:30:04.090Z] error: TypeError: Cannot read properties of null (reading 'conn') + at handler (/app/.next/server/pages/api/docker/status/[...service].js:89:86) + at Object.apiResolver (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/api-utils/node.js:366:15) + at process.processTicksAndRejections (node:internal/process/task_queues:95:5) + at async NextNodeServer.runApi (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/next-server.js:481:9) + at async Object.fn (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/next-server.js:741:37) + at async Router.execute (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/router.js:252:36) + at async NextNodeServer.run (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/base-server.js:365:29) + at async NextNodeServer.handleRequest (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/base-server.js:303:20) + at async Server. (/app/server.js:19:5) +[2025-02-20T19:30:47.630Z] error: TypeError: Cannot read properties of null (reading 'conn') + at handler (/app/.next/server/pages/api/docker/status/[...service].js:89:86) + at Object.apiResolver (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/api-utils/node.js:366:15) + at process.processTicksAndRejections (node:internal/process/task_queues:95:5) + at async NextNodeServer.runApi (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/next-server.js:481:9) + at async Object.fn (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/next-server.js:741:37) + at async Router.execute (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/router.js:252:36) + at async NextNodeServer.run (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/base-server.js:365:29) + at async NextNodeServer.handleRequest (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/base-server.js:303:20) + at async Server. (/app/server.js:19:5) +[2025-02-20T19:30:48.131Z] error: TypeError: Cannot read properties of null (reading 'conn') + at handler (/app/.next/server/pages/api/docker/status/[...service].js:89:86) + at Object.apiResolver (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/api-utils/node.js:366:15) + at process.processTicksAndRejections (node:internal/process/task_queues:95:5) + at async NextNodeServer.runApi (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/next-server.js:481:9) + at async Object.fn (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/next-server.js:741:37) + at async Router.execute (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/router.js:252:36) + at async NextNodeServer.run (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/base-server.js:365:29) + at async NextNodeServer.handleRequest (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/base-server.js:303:20) + at async Server. (/app/server.js:19:5) +[2025-02-20T19:32:24.836Z] error: TypeError: Cannot read properties of null (reading 'conn') + at handler (/app/.next/server/pages/api/docker/status/[...service].js:89:86) + at Object.apiResolver (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/api-utils/node.js:366:15) + at process.processTicksAndRejections (node:internal/process/task_queues:95:5) + at async NextNodeServer.runApi (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/next-server.js:481:9) + at async Object.fn (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/next-server.js:741:37) + at async Router.execute (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/router.js:252:36) + at async NextNodeServer.run (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/base-server.js:365:29) + at async NextNodeServer.handleRequest (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/base-server.js:303:20) + at async Server. (/app/server.js:19:5) +[2025-02-20T19:32:25.404Z] error: TypeError: Cannot read properties of null (reading 'conn') + at handler (/app/.next/server/pages/api/docker/status/[...service].js:89:86) + at Object.apiResolver (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/api-utils/node.js:366:15) + at process.processTicksAndRejections (node:internal/process/task_queues:95:5) + at async NextNodeServer.runApi (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/next-server.js:481:9) + at async Object.fn (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/next-server.js:741:37) + at async Router.execute (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/router.js:252:36) + at async NextNodeServer.run (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/base-server.js:365:29) + at async NextNodeServer.handleRequest (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/base-server.js:303:20) + at async Server. (/app/server.js:19:5) +[2025-02-20T19:41:42.623Z] error: TypeError: Cannot read properties of null (reading 'conn') + at handler (/app/.next/server/pages/api/docker/status/[...service].js:89:86) + at Object.apiResolver (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/api-utils/node.js:366:15) + at process.processTicksAndRejections (node:internal/process/task_queues:95:5) + at async NextNodeServer.runApi (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/next-server.js:481:9) + at async Object.fn (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/next-server.js:741:37) + at async Router.execute (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/router.js:252:36) + at async NextNodeServer.run (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/base-server.js:365:29) + at async NextNodeServer.handleRequest (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/base-server.js:303:20) + at async Server. (/app/server.js:19:5) +[2025-02-20T19:43:03.323Z] error: YAMLException: end of the stream or a document separator is expected (21:1) + + 18 | host: 10.0.0.121 + 19 | port: 8191 + 20 | socket: /var/run/docker.sock + 21 | speedtest: +------^ + 22 | host: 10.0.0.121 + 23 | port: 7639 + at generateError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1273:10) + at throwError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1277:9) + at readDocument (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2735:5) + at loadDocuments (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2778:5) + at Object.load$1 [as load] (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2804:19) + at getDockerArguments (/app/.next/server/chunks/2045.js:30:67) + at handler (/app/.next/server/pages/api/docker/status/[...service].js:88:96) + at Object.apiResolver (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/api-utils/node.js:366:15) + at process.processTicksAndRejections (node:internal/process/task_queues:95:5) + at async NextNodeServer.runApi (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/next-server.js:481:9) +[2025-02-20T19:43:03.327Z] error: YAMLException: end of the stream or a document separator is expected (21:1) + + 18 | host: 10.0.0.121 + 19 | port: 8191 + 20 | socket: /var/run/docker.sock + 21 | speedtest: +------^ + 22 | host: 10.0.0.121 + 23 | port: 7639 + at generateError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1273:10) + at throwError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1277:9) + at readDocument (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2735:5) + at loadDocuments (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2778:5) + at Object.load$1 [as load] (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2804:19) + at getDockerArguments (/app/.next/server/chunks/2045.js:30:67) + at handler (/app/.next/server/pages/api/docker/status/[...service].js:88:96) + at Object.apiResolver (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/api-utils/node.js:366:15) + at process.processTicksAndRejections (node:internal/process/task_queues:95:5) + at async NextNodeServer.runApi (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/next-server.js:481:9) +[2025-02-20T19:43:03.335Z] error: YAMLException: end of the stream or a document separator is expected (21:1) + + 18 | host: 10.0.0.121 + 19 | port: 8191 + 20 | socket: /var/run/docker.sock + 21 | speedtest: +------^ + 22 | host: 10.0.0.121 + 23 | port: 7639 + at generateError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1273:10) + at throwError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1277:9) + at readDocument (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2735:5) + at loadDocuments (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2778:5) + at Object.load$1 [as load] (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2804:19) + at getDockerArguments (/app/.next/server/chunks/2045.js:30:67) + at handler (/app/.next/server/pages/api/docker/status/[...service].js:88:96) + at Object.apiResolver (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/api-utils/node.js:366:15) + at process.processTicksAndRejections (node:internal/process/task_queues:95:5) + at async NextNodeServer.runApi (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/next-server.js:481:9) +[2025-02-20T19:43:03.340Z] error: YAMLException: end of the stream or a document separator is expected (21:1) + + 18 | host: 10.0.0.121 + 19 | port: 8191 + 20 | socket: /var/run/docker.sock + 21 | speedtest: +------^ + 22 | host: 10.0.0.121 + 23 | port: 7639 + at generateError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1273:10) + at throwError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1277:9) + at readDocument (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2735:5) + at loadDocuments (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2778:5) + at Object.load$1 [as load] (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2804:19) + at getDockerArguments (/app/.next/server/chunks/2045.js:30:67) + at handler (/app/.next/server/pages/api/docker/status/[...service].js:88:96) + at Object.apiResolver (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/api-utils/node.js:366:15) + at process.processTicksAndRejections (node:internal/process/task_queues:95:5) + at async NextNodeServer.runApi (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/next-server.js:481:9) +[2025-02-20T19:43:03.343Z] error: YAMLException: end of the stream or a document separator is expected (21:1) + + 18 | host: 10.0.0.121 + 19 | port: 8191 + 20 | socket: /var/run/docker.sock + 21 | speedtest: +------^ + 22 | host: 10.0.0.121 + 23 | port: 7639 + at generateError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1273:10) + at throwError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1277:9) + at readDocument (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2735:5) + at loadDocuments (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2778:5) + at Object.load$1 [as load] (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2804:19) + at getDockerArguments (/app/.next/server/chunks/2045.js:30:67) + at handler (/app/.next/server/pages/api/docker/status/[...service].js:88:96) + at Object.apiResolver (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/api-utils/node.js:366:15) + at process.processTicksAndRejections (node:internal/process/task_queues:95:5) + at async NextNodeServer.runApi (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/next-server.js:481:9) +[2025-02-20T19:43:03.580Z] error: Failed to discover services, please check docker.yaml for errors or remove example entries. +[2025-02-20T19:43:03.581Z] error: YAMLException: end of the stream or a document separator is expected (21:1) + + 18 | host: 10.0.0.121 + 19 | port: 8191 + 20 | socket: /var/run/docker.sock + 21 | speedtest: +------^ + 22 | host: 10.0.0.121 + 23 | port: 7639 +[2025-02-20T19:43:03.590Z] error: Failed to discover services, please check docker.yaml for errors or remove example entries. +[2025-02-20T19:43:03.590Z] error: YAMLException: end of the stream or a document separator is expected (21:1) + + 18 | host: 10.0.0.121 + 19 | port: 8191 + 20 | socket: /var/run/docker.sock + 21 | speedtest: +------^ + 22 | host: 10.0.0.121 + 23 | port: 7639 +[2025-02-20T19:43:03.815Z] error: YAMLException: end of the stream or a document separator is expected (21:1) + + 18 | host: 10.0.0.121 + 19 | port: 8191 + 20 | socket: /var/run/docker.sock + 21 | speedtest: +------^ + 22 | host: 10.0.0.121 + 23 | port: 7639 + at generateError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1273:10) + at throwError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1277:9) + at readDocument (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2735:5) + at loadDocuments (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2778:5) + at Object.load$1 [as load] (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2804:19) + at getDockerArguments (/app/.next/server/chunks/2045.js:30:67) + at handler (/app/.next/server/pages/api/docker/status/[...service].js:88:96) + at Object.apiResolver (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/api-utils/node.js:366:15) + at process.processTicksAndRejections (node:internal/process/task_queues:95:5) + at async NextNodeServer.runApi (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/next-server.js:481:9) +[2025-02-20T19:43:03.821Z] error: YAMLException: end of the stream or a document separator is expected (21:1) + + 18 | host: 10.0.0.121 + 19 | port: 8191 + 20 | socket: /var/run/docker.sock + 21 | speedtest: +------^ + 22 | host: 10.0.0.121 + 23 | port: 7639 + at generateError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1273:10) + at throwError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1277:9) + at readDocument (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2735:5) + at loadDocuments (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2778:5) + at Object.load$1 [as load] (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2804:19) + at getDockerArguments (/app/.next/server/chunks/2045.js:30:67) + at handler (/app/.next/server/pages/api/docker/status/[...service].js:88:96) + at Object.apiResolver (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/api-utils/node.js:366:15) + at process.processTicksAndRejections (node:internal/process/task_queues:95:5) + at async NextNodeServer.runApi (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/next-server.js:481:9) +[2025-02-20T19:43:03.833Z] error: YAMLException: end of the stream or a document separator is expected (21:1) + + 18 | host: 10.0.0.121 + 19 | port: 8191 + 20 | socket: /var/run/docker.sock + 21 | speedtest: +------^ + 22 | host: 10.0.0.121 + 23 | port: 7639 + at generateError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1273:10) + at throwError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1277:9) + at readDocument (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2735:5) + at loadDocuments (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2778:5) + at Object.load$1 [as load] (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2804:19) + at getDockerArguments (/app/.next/server/chunks/2045.js:30:67) + at handler (/app/.next/server/pages/api/docker/status/[...service].js:88:96) + at Object.apiResolver (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/api-utils/node.js:366:15) + at process.processTicksAndRejections (node:internal/process/task_queues:95:5) + at async NextNodeServer.runApi (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/next-server.js:481:9) +[2025-02-20T19:43:03.845Z] error: YAMLException: end of the stream or a document separator is expected (21:1) + + 18 | host: 10.0.0.121 + 19 | port: 8191 + 20 | socket: /var/run/docker.sock + 21 | speedtest: +------^ + 22 | host: 10.0.0.121 + 23 | port: 7639 + at generateError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1273:10) + at throwError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1277:9) + at readDocument (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2735:5) + at loadDocuments (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2778:5) + at Object.load$1 [as load] (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2804:19) + at getDockerArguments (/app/.next/server/chunks/2045.js:30:67) + at handler (/app/.next/server/pages/api/docker/status/[...service].js:88:96) + at Object.apiResolver (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/api-utils/node.js:366:15) + at process.processTicksAndRejections (node:internal/process/task_queues:95:5) + at async NextNodeServer.runApi (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/next-server.js:481:9) +[2025-02-20T19:43:03.850Z] error: YAMLException: end of the stream or a document separator is expected (21:1) + + 18 | host: 10.0.0.121 + 19 | port: 8191 + 20 | socket: /var/run/docker.sock + 21 | speedtest: +------^ + 22 | host: 10.0.0.121 + 23 | port: 7639 + at generateError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1273:10) + at throwError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1277:9) + at readDocument (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2735:5) + at loadDocuments (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2778:5) + at Object.load$1 [as load] (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2804:19) + at getDockerArguments (/app/.next/server/chunks/2045.js:30:67) + at handler (/app/.next/server/pages/api/docker/status/[...service].js:88:96) + at Object.apiResolver (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/api-utils/node.js:366:15) + at process.processTicksAndRejections (node:internal/process/task_queues:95:5) + at async NextNodeServer.runApi (/app/node_modules/.pnpm/next@12.3.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/next-server.js:481:9) +[2025-02-20T19:43:04.059Z] error: Failed to discover services, please check docker.yaml for errors or remove example entries. +[2025-02-20T19:43:04.059Z] error: YAMLException: end of the stream or a document separator is expected (21:1) + + 18 | host: 10.0.0.121 + 19 | port: 8191 + 20 | socket: /var/run/docker.sock + 21 | speedtest: +------^ + 22 | host: 10.0.0.121 + 23 | port: 7639 +[2025-02-27T23:41:04.137Z] error: Error calling http://10.0.0.121:9117/UI/Dashboard... +[2025-02-27T23:41:04.143Z] error: [ + 500, + Error: socket hang up + at connResetException (node:internal/errors:720:14) + at Socket.socketOnEnd (node:_http_client:525:23) + at Socket.emit (node:events:529:35) + at endReadableNT (node:internal/streams/readable:1400:12) + at process.processTicksAndRejections (node:internal/process/task_queues:82:21) { + code: 'ECONNRESET' + } +] +[2025-02-27T23:41:04.144Z] error: Failed to fetch Jackett cookie, status: 500 +[2025-03-01T14:28:15.233Z] error: Failed to discover services, please check docker.yaml for errors or remove example entries. +[2025-03-01T14:28:15.233Z] error: YAMLException: duplicated mapping key (24:1) + + 21 | Hosted Locally: + 22 | style: row + 23 | columns: 3 + 24 | layout: +------^ + 25 | Hosted Remotely: + 26 | style: row +[2025-03-01T14:28:15.234Z] error: Failed to discover services, please check kubernetes.yaml for errors or remove example entries. +[2025-03-01T14:28:15.234Z] error: YAMLException: duplicated mapping key (24:1) + + 21 | Hosted Locally: + 22 | style: row + 23 | columns: 3 + 24 | layout: +------^ + 25 | Hosted Remotely: + 26 | style: row +[2025-03-01T14:28:15.236Z] error: Failed to load settings.yaml, please check for errors +[2025-03-01T14:28:15.236Z] error: YAMLException: duplicated mapping key (24:1) + + 21 | Hosted Locally: + 22 | style: row + 23 | columns: 3 + 24 | layout: +------^ + 25 | Hosted Remotely: + 26 | style: row +[2025-03-01T14:28:15.238Z] error: Failed to load settings.yaml, please check for errors +[2025-03-01T14:28:15.239Z] error: YAMLException: duplicated mapping key (24:1) + + 21 | Hosted Locally: + 22 | style: row + 23 | columns: 3 + 24 | layout: +------^ + 25 | Hosted Remotely: + 26 | style: row +[2025-03-01T14:28:15.245Z] error: YAMLException: duplicated mapping key (24:1) + + 21 | Hosted Locally: + 22 | style: row + 23 | columns: 3 + 24 | layout: +------^ + 25 | Hosted Remotely: + 26 | style: row + at generateError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1273:10) + at throwError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1277:9) + at storeMappingPair (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1448:7) + at readBlockMapping (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2263:9) + at composeNode (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2531:12) + at readDocument (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2715:3) + at loadDocuments (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2778:5) + at Object.load$1 [as load] (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2804:19) + at getSettings (/app/.next/server/chunks/1227.js:109:75) + at getStaticProps (/app/.next/server/pages/index.js:3255:101) +[2025-03-01T14:28:15.373Z] error: Failed to discover services, please check docker.yaml for errors or remove example entries. +[2025-03-01T14:28:15.374Z] error: YAMLException: duplicated mapping key (24:1) + + 21 | Hosted Locally: + 22 | style: row + 23 | columns: 3 + 24 | layout: +------^ + 25 | Hosted Remotely: + 26 | style: row +[2025-03-01T14:28:15.374Z] error: Failed to discover services, please check kubernetes.yaml for errors or remove example entries. +[2025-03-01T14:28:15.374Z] error: YAMLException: duplicated mapping key (24:1) + + 21 | Hosted Locally: + 22 | style: row + 23 | columns: 3 + 24 | layout: +------^ + 25 | Hosted Remotely: + 26 | style: row +[2025-03-01T14:28:15.376Z] error: Failed to load settings.yaml, please check for errors +[2025-03-01T14:28:15.376Z] error: YAMLException: duplicated mapping key (24:1) + + 21 | Hosted Locally: + 22 | style: row + 23 | columns: 3 + 24 | layout: +------^ + 25 | Hosted Remotely: + 26 | style: row +[2025-03-01T14:28:15.378Z] error: Failed to load settings.yaml, please check for errors +[2025-03-01T14:28:15.378Z] error: YAMLException: duplicated mapping key (24:1) + + 21 | Hosted Locally: + 22 | style: row + 23 | columns: 3 + 24 | layout: +------^ + 25 | Hosted Remotely: + 26 | style: row +[2025-03-06T00:59:39.334Z] error: Failed to load widgets, please check widgets.yaml for errors or remove example entries. +[2025-03-06T00:59:39.335Z] error: bad indentation of a mapping entry (24:28) + + 21 | timezone: America/Santo_Domingo + 22 | units: metric + 23 | cache: 5 + 24 | maximumFractionDigits: 1 +---------------------------------^ +[2025-03-06T00:59:39.533Z] error: Failed to load widgets, please check widgets.yaml for errors or remove example entries. +[2025-03-06T00:59:39.534Z] error: bad indentation of a mapping entry (24:28) + + 21 | timezone: America/Santo_Domingo + 22 | units: metric + 23 | cache: 5 + 24 | maximumFractionDigits: 1 +---------------------------------^ +[2025-03-06T00:59:39.880Z] error: Failed to load widgets, please check widgets.yaml for errors or remove example entries. +[2025-03-06T00:59:39.880Z] error: bad indentation of a mapping entry (24:28) + + 21 | timezone: America/Santo_Domingo + 22 | units: metric + 23 | cache: 5 + 24 | maximumFractionDigits: 1 +---------------------------------^ +[2025-03-06T01:15:28.783Z] error: bad indentation of a mapping entry (47:9) + + 44 | - Tools & Manuals: + 45 | - Gitlab: + 46 | - abbr: GL + 47 | icon: gitlab.png +--------------^ + 48 | href: https://gitlab.com/putridpete + 49 | - Github: +[2025-03-06T01:15:28.805Z] error: YAMLException: bad indentation of a mapping entry (47:9) + + 44 | - Tools & Manuals: + 45 | - Gitlab: + 46 | - abbr: GL + 47 | icon: gitlab.png +--------------^ + 48 | href: https://gitlab.com/putridpete + 49 | - Github: + at generateError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1273:10) + at throwError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1277:9) + at readBlockMapping (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2272:7) + at composeNode (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2531:12) + at readBlockSequence (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2098:5) + at composeNode (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2530:12) + at readBlockMapping (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2254:11) + at composeNode (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2531:12) + at readBlockSequence (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2098:5) + at composeNode (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2530:12) +[2025-03-06T01:15:28.944Z] error: bad indentation of a mapping entry (47:9) + + 44 | - Tools & Manuals: + 45 | - Gitlab: + 46 | - abbr: GL + 47 | icon: gitlab.png +--------------^ + 48 | href: https://gitlab.com/putridpete + 49 | - Github: +[2025-03-06T01:16:07.394Z] error: YAMLException: bad indentation of a mapping entry (47:9) + + 44 | - Tools and Manuals: + 45 | - Gitlab: + 46 | - abbr: GL + 47 | icon: gitlab.png +--------------^ + 48 | href: https://gitlab.com/putridpete + 49 | - Github: + at generateError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1273:10) + at throwError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1277:9) + at readBlockMapping (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2272:7) + at composeNode (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2531:12) + at readBlockSequence (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2098:5) + at composeNode (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2530:12) + at readBlockMapping (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2254:11) + at composeNode (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2531:12) + at readBlockSequence (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2098:5) + at composeNode (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2530:12) +[2025-03-06T01:16:07.496Z] error: bad indentation of a mapping entry (47:9) + + 44 | - Tools and Manuals: + 45 | - Gitlab: + 46 | - abbr: GL + 47 | icon: gitlab.png +--------------^ + 48 | href: https://gitlab.com/putridpete + 49 | - Github: +[2025-03-14T13:04:59.290Z] error: undefined +[2025-03-14T13:21:49.917Z] error: undefined +[2025-03-14T13:21:56.298Z] error: undefined +[2025-03-14T13:21:58.646Z] error: undefined +[2025-03-14T13:22:06.603Z] error: undefined +[2025-03-14T13:22:15.241Z] error: undefined +[2025-03-14T13:22:28.877Z] error: undefined +[2025-03-15T12:46:41.399Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:46:41.495Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:46:41.498Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:46:41.503Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:46:41.507Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:46:41.512Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:46:41.518Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:46:41.524Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:46:41.528Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:46:41.534Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:46:41.538Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:46:41.543Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:46:41.551Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:46:43.860Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:46:43.902Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:46:43.906Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:46:43.911Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:46:43.914Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:46:43.916Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:46:43.918Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:46:43.922Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:46:43.925Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:46:43.926Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:46:43.928Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:46:43.930Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:46:43.955Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:46:52.926Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:46:52.929Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:46:55.040Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:46:55.106Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:46:55.111Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:46:55.118Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:46:55.123Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:46:55.126Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:46:55.133Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:46:55.138Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:46:55.141Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:46:55.143Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:46:55.147Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:46:55.149Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:46:55.170Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:47:02.769Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:47:02.772Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:54:26.659Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:54:26.726Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:54:26.731Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:54:26.741Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:54:26.746Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:54:26.750Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:54:26.756Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:54:26.761Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:54:26.766Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:54:26.773Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:54:26.777Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:54:26.787Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:54:26.808Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:55:13.882Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:55:13.948Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:55:13.957Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:55:13.962Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:55:13.966Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:55:13.971Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:55:13.976Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:55:13.984Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:55:13.988Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:55:13.993Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:55:13.997Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:55:14.001Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:55:14.023Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:55:15.408Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:55:15.518Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:55:15.522Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:55:15.526Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:55:15.528Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:55:15.531Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:55:15.533Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:55:15.539Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:55:15.542Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:55:15.544Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:55:15.546Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:55:15.549Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:55:15.561Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:55:16.092Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:55:16.192Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:55:16.196Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:55:16.199Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:55:16.202Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:55:16.209Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:55:16.211Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:55:16.213Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:55:16.215Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:55:16.216Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:55:16.218Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:55:16.222Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:55:16.231Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:55:16.632Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:55:16.734Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:55:16.739Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:55:16.744Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:55:16.748Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:55:16.751Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:55:16.753Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:55:16.755Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:55:16.757Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:55:16.759Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:55:16.761Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:55:16.764Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:55:16.777Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:55:16.968Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:55:17.062Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:55:17.066Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:55:17.069Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:55:17.071Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:55:17.073Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:55:17.075Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:55:17.079Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:55:17.081Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:55:17.083Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:55:17.085Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:55:17.087Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:55:17.097Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:55:17.139Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:55:17.231Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:55:17.236Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:55:17.238Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:55:17.241Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:55:17.243Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:55:17.245Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:55:17.249Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:55:17.251Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:55:17.253Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:55:17.255Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:55:17.256Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:55:17.265Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:55:17.308Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:55:17.380Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:55:17.383Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:55:17.385Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:55:17.387Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:55:17.390Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:55:17.391Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:55:17.394Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:55:17.396Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:55:17.398Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:55:17.400Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:55:17.402Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:55:17.415Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:55:17.457Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:55:17.549Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:55:17.553Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:55:17.556Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:55:17.558Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:55:17.566Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:55:17.572Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:55:17.580Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:55:17.582Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:55:17.588Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:55:17.593Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:55:17.618Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:55:17.700Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:55:17.704Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:55:17.707Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:55:17.709Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:55:17.712Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:55:17.714Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:55:17.717Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:55:17.719Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:55:17.721Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:55:17.722Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:55:17.725Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:55:17.740Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:56:13.259Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:56:13.335Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:56:13.341Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:56:13.346Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:56:13.351Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:56:13.356Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:56:13.362Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:56:13.367Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:56:13.372Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:56:13.382Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:56:13.386Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:56:13.389Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:56:13.405Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:56:18.798Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:56:18.800Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:56:20.312Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:56:23.192Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:56:23.252Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:56:23.258Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:56:23.261Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:56:23.265Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:56:23.267Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:56:23.269Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:56:23.272Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:56:23.277Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:56:23.280Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:56:23.283Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:56:23.286Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:56:23.312Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:56:25.660Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-15T12:57:32.265Z] error: Error calling http://10.0.0.121:9117/UI/Dashboard... +[2025-03-15T12:57:32.270Z] error: [ 500, [Error: socket hang up] { code: 'ECONNRESET' } ] +[2025-03-15T12:57:32.271Z] error: Failed to fetch Jackett cookie, status: 500 +[2025-03-15T13:03:47.887Z] error: Error calling Pi-Hole API: 401. Data: {"error":{"key":"unauthorized","message":"Unauthorized","hint":null},"took":0.00020122528076171875} +[2025-03-15T13:03:48.367Z] error: Error calling Pi-Hole API: 401. Data: {"error":{"key":"unauthorized","message":"Unauthorized","hint":null},"took":0.00016474723815917969} +[2025-03-15T13:03:50.643Z] error: Error calling Pi-Hole API: 401. Data: {"error":{"key":"unauthorized","message":"Unauthorized","hint":null},"took":0.00019788742065429688} +[2025-03-15T13:04:27.350Z] error: Error calling Pi-Hole API: 401. Data: {"error":{"key":"unauthorized","message":"Unauthorized","hint":null},"took":0.00021696090698242188} +[2025-03-15T13:04:27.881Z] error: Error calling Pi-Hole API: 401. Data: {"error":{"key":"unauthorized","message":"Unauthorized","hint":null},"took":0.00019955635070800781} +[2025-03-15T13:07:23.132Z] error: Failed to login to Pi-Hole API, status: 401 +[2025-03-15T13:07:27.316Z] error: Failed to login to Pi-Hole API, status: 401 +[2025-03-15T13:07:29.666Z] error: Failed to login to Pi-Hole API, status: 401 +[2025-03-15T13:08:17.330Z] error: Failed to login to Pi-Hole API, status: 401 +[2025-03-15T13:10:55.118Z] error: Failed to login to Pi-Hole API, status: 401 +[2025-03-15T13:10:58.426Z] error: undefined +[2025-03-15T13:10:58.432Z] error: SyntaxError: Unexpected token '<', " +) + at parseJSONFromBytes (node:internal/deps/undici/undici:5738:19) + at successSteps (node:internal/deps/undici/undici:5719:27) + at fullyReadBody (node:internal/deps/undici/undici:4609:9) + at process.processTicksAndRejections (node:internal/process/task_queues:105:5) + at async consumeBody (node:internal/deps/undici/undici:5728:7) + at async o (/app/.next/server/pages/api/releases.js:1:4348) + at async s (/app/.next/server/pages/api/widgets/openmeteo.js:1:872) + at async z (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:20:17092) + at async U.render (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:20:17800) +[2025-03-15T13:10:59.869Z] error: Failed to login to Pi-Hole API, status: 401 +[2025-03-15T13:11:02.149Z] error: Failed to login to Pi-Hole API, status: 401 +[2025-03-15T13:11:02.862Z] error: undefined +[2025-03-15T13:11:02.864Z] error: SyntaxError: Unexpected token '<', " +) + at parseJSONFromBytes (node:internal/deps/undici/undici:5738:19) + at successSteps (node:internal/deps/undici/undici:5719:27) + at fullyReadBody (node:internal/deps/undici/undici:4609:9) + at process.processTicksAndRejections (node:internal/process/task_queues:105:5) + at async consumeBody (node:internal/deps/undici/undici:5728:7) + at async o (/app/.next/server/pages/api/releases.js:1:4348) + at async s (/app/.next/server/pages/api/widgets/openmeteo.js:1:872) + at async z (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:20:17092) + at async U.render (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:20:17800) +[2025-03-15T13:11:04.642Z] error: Failed to login to Pi-Hole API, status: 401 +[2025-03-15T13:11:05.622Z] error: undefined +[2025-03-15T13:11:05.625Z] error: SyntaxError: Unexpected token '<', " +) + at parseJSONFromBytes (node:internal/deps/undici/undici:5738:19) + at successSteps (node:internal/deps/undici/undici:5719:27) + at fullyReadBody (node:internal/deps/undici/undici:4609:9) + at process.processTicksAndRejections (node:internal/process/task_queues:105:5) + at async consumeBody (node:internal/deps/undici/undici:5728:7) + at async o (/app/.next/server/pages/api/releases.js:1:4348) + at async s (/app/.next/server/pages/api/widgets/openmeteo.js:1:872) + at async z (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:20:17092) + at async U.render (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:20:17800) +[2025-03-15T13:11:05.875Z] error: Failed to login to Pi-Hole API, status: 401 +[2025-03-15T13:11:07.557Z] error: undefined +[2025-03-15T13:11:07.559Z] error: SyntaxError: Unexpected token '<', " +) + at parseJSONFromBytes (node:internal/deps/undici/undici:5738:19) + at successSteps (node:internal/deps/undici/undici:5719:27) + at fullyReadBody (node:internal/deps/undici/undici:4609:9) + at process.processTicksAndRejections (node:internal/process/task_queues:105:5) + at async consumeBody (node:internal/deps/undici/undici:5728:7) + at async o (/app/.next/server/pages/api/releases.js:1:4348) + at async s (/app/.next/server/pages/api/widgets/openmeteo.js:1:872) + at async z (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:20:17092) + at async U.render (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:20:17800) +[2025-03-15T13:11:07.572Z] error: Failed to login to Pi-Hole API, status: 401 +[2025-03-15T13:11:08.887Z] error: undefined +[2025-03-15T13:11:08.890Z] error: SyntaxError: Unexpected token '<', " +) + at parseJSONFromBytes (node:internal/deps/undici/undici:5738:19) + at successSteps (node:internal/deps/undici/undici:5719:27) + at fullyReadBody (node:internal/deps/undici/undici:4609:9) + at process.processTicksAndRejections (node:internal/process/task_queues:105:5) + at async consumeBody (node:internal/deps/undici/undici:5728:7) + at async o (/app/.next/server/pages/api/releases.js:1:4348) + at async s (/app/.next/server/pages/api/widgets/openmeteo.js:1:872) + at async z (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:20:17092) + at async U.render (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:20:17800) +[2025-03-15T13:11:10.337Z] error: Failed to login to Pi-Hole API, status: 401 +[2025-03-15T13:11:11.044Z] error: undefined +[2025-03-15T13:11:11.046Z] error: SyntaxError: Unexpected token '<', " +) + at parseJSONFromBytes (node:internal/deps/undici/undici:5738:19) + at successSteps (node:internal/deps/undici/undici:5719:27) + at fullyReadBody (node:internal/deps/undici/undici:4609:9) + at process.processTicksAndRejections (node:internal/process/task_queues:105:5) + at async consumeBody (node:internal/deps/undici/undici:5728:7) + at async o (/app/.next/server/pages/api/releases.js:1:4348) + at async s (/app/.next/server/pages/api/widgets/openmeteo.js:1:872) + at async z (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:20:17092) + at async U.render (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:20:17800) +[2025-03-15T13:11:12.077Z] error: Failed to login to Pi-Hole API, status: 401 +[2025-03-15T13:11:13.193Z] error: Failed to login to Pi-Hole API, status: 401 +[2025-03-15T13:11:13.318Z] error: undefined +[2025-03-15T13:11:13.319Z] error: SyntaxError: Unexpected token '<', " +) + at parseJSONFromBytes (node:internal/deps/undici/undici:5738:19) + at successSteps (node:internal/deps/undici/undici:5719:27) + at fullyReadBody (node:internal/deps/undici/undici:4609:9) + at process.processTicksAndRejections (node:internal/process/task_queues:105:5) + at async consumeBody (node:internal/deps/undici/undici:5728:7) + at async o (/app/.next/server/pages/api/releases.js:1:4348) + at async s (/app/.next/server/pages/api/widgets/openmeteo.js:1:872) + at async z (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:20:17092) + at async U.render (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:20:17800) +[2025-03-15T13:11:14.242Z] error: Failed to login to Pi-Hole API, status: 401 +[2025-03-15T13:11:15.046Z] error: Failed to login to Pi-Hole API, status: 401 +[2025-03-15T13:11:15.085Z] error: undefined +[2025-03-15T13:11:15.086Z] error: SyntaxError: Unexpected token '<', " +) + at parseJSONFromBytes (node:internal/deps/undici/undici:5738:19) + at successSteps (node:internal/deps/undici/undici:5719:27) + at fullyReadBody (node:internal/deps/undici/undici:4609:9) + at process.processTicksAndRejections (node:internal/process/task_queues:105:5) + at async consumeBody (node:internal/deps/undici/undici:5728:7) + at async o (/app/.next/server/pages/api/releases.js:1:4348) + at async s (/app/.next/server/pages/api/widgets/openmeteo.js:1:872) + at async z (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:20:17092) + at async U.render (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:20:17800) +[2025-03-15T13:11:15.822Z] error: Failed to login to Pi-Hole API, status: 401 +[2025-03-15T13:11:16.212Z] error: undefined +[2025-03-15T13:11:16.214Z] error: SyntaxError: Unexpected token '<', " +) + at parseJSONFromBytes (node:internal/deps/undici/undici:5738:19) + at successSteps (node:internal/deps/undici/undici:5719:27) + at fullyReadBody (node:internal/deps/undici/undici:4609:9) + at process.processTicksAndRejections (node:internal/process/task_queues:105:5) + at async consumeBody (node:internal/deps/undici/undici:5728:7) + at async o (/app/.next/server/pages/api/releases.js:1:4348) + at async s (/app/.next/server/pages/api/widgets/openmeteo.js:1:872) + at async z (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:20:17092) + at async U.render (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:20:17800) +[2025-03-15T13:11:16.684Z] error: Failed to login to Pi-Hole API, status: 401 +[2025-03-15T13:11:17.250Z] error: undefined +[2025-03-15T13:11:17.251Z] error: SyntaxError: Unexpected token '<', " +) + at parseJSONFromBytes (node:internal/deps/undici/undici:5738:19) + at successSteps (node:internal/deps/undici/undici:5719:27) + at fullyReadBody (node:internal/deps/undici/undici:4609:9) + at process.processTicksAndRejections (node:internal/process/task_queues:105:5) + at async consumeBody (node:internal/deps/undici/undici:5728:7) + at async o (/app/.next/server/pages/api/releases.js:1:4348) + at async s (/app/.next/server/pages/api/widgets/openmeteo.js:1:872) + at async z (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:20:17092) + at async U.render (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:20:17800) +[2025-03-15T13:11:17.362Z] error: Failed to login to Pi-Hole API, status: 401 +[2025-03-15T13:11:17.739Z] error: undefined +[2025-03-15T13:11:17.741Z] error: SyntaxError: Unexpected token '<', " +) + at parseJSONFromBytes (node:internal/deps/undici/undici:5738:19) + at successSteps (node:internal/deps/undici/undici:5719:27) + at fullyReadBody (node:internal/deps/undici/undici:4609:9) + at process.processTicksAndRejections (node:internal/process/task_queues:105:5) + at async consumeBody (node:internal/deps/undici/undici:5728:7) + at async o (/app/.next/server/pages/api/releases.js:1:4348) + at async s (/app/.next/server/pages/api/widgets/openmeteo.js:1:872) + at async z (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:20:17092) + at async U.render (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:20:17800) +[2025-03-15T13:11:17.824Z] error: undefined +[2025-03-15T13:11:17.826Z] error: SyntaxError: Unexpected token '<', " +) + at parseJSONFromBytes (node:internal/deps/undici/undici:5738:19) + at successSteps (node:internal/deps/undici/undici:5719:27) + at fullyReadBody (node:internal/deps/undici/undici:4609:9) + at process.processTicksAndRejections (node:internal/process/task_queues:105:5) + at async consumeBody (node:internal/deps/undici/undici:5728:7) + at async o (/app/.next/server/pages/api/releases.js:1:4348) + at async s (/app/.next/server/pages/api/widgets/openmeteo.js:1:872) + at async z (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:20:17092) + at async U.render (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:20:17800) +[2025-03-15T13:11:18.310Z] error: undefined +[2025-03-15T13:11:18.313Z] error: SyntaxError: Unexpected token '<', " +) + at parseJSONFromBytes (node:internal/deps/undici/undici:5738:19) + at successSteps (node:internal/deps/undici/undici:5719:27) + at fullyReadBody (node:internal/deps/undici/undici:4609:9) + at process.processTicksAndRejections (node:internal/process/task_queues:105:5) + at async consumeBody (node:internal/deps/undici/undici:5728:7) + at async o (/app/.next/server/pages/api/releases.js:1:4348) + at async s (/app/.next/server/pages/api/widgets/openmeteo.js:1:872) + at async z (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:20:17092) + at async U.render (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:20:17800) +[2025-03-15T13:11:18.843Z] error: undefined +[2025-03-15T13:11:18.846Z] error: SyntaxError: Unexpected token '<', " +) + at parseJSONFromBytes (node:internal/deps/undici/undici:5738:19) + at successSteps (node:internal/deps/undici/undici:5719:27) + at fullyReadBody (node:internal/deps/undici/undici:4609:9) + at process.processTicksAndRejections (node:internal/process/task_queues:105:5) + at async consumeBody (node:internal/deps/undici/undici:5728:7) + at async o (/app/.next/server/pages/api/releases.js:1:4348) + at async s (/app/.next/server/pages/api/widgets/openmeteo.js:1:872) + at async z (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:20:17092) + at async U.render (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:20:17800) +[2025-03-15T13:11:22.005Z] error: Failed to login to Pi-Hole API, status: 401 +[2025-03-15T13:11:22.900Z] error: Failed to login to Pi-Hole API, status: 401 +[2025-03-15T13:11:23.892Z] error: Failed to login to Pi-Hole API, status: 401 +[2025-03-15T13:11:24.848Z] error: Failed to login to Pi-Hole API, status: 401 +[2025-03-15T13:11:25.684Z] error: Failed to login to Pi-Hole API, status: 401 +[2025-03-15T13:11:26.494Z] error: Failed to login to Pi-Hole API, status: 401 +[2025-03-15T13:11:27.853Z] error: Failed to login to Pi-Hole API, status: 401 +[2025-03-15T13:11:28.501Z] error: Failed to login to Pi-Hole API, status: 401 +[2025-03-15T13:13:00.460Z] error: Failed to login to Pi-Hole API, status: 401 +[2025-03-15T13:13:01.074Z] error: Failed to login to Pi-Hole API, status: 401 +[2025-03-15T13:14:45.554Z] error: Error calling http://10.0.0.121:9117/UI/Dashboard... +[2025-03-15T13:14:45.559Z] error: [ 500, [Error: socket hang up] { code: 'ECONNRESET' } ] +[2025-03-15T13:14:45.559Z] error: Failed to fetch Jackett cookie, status: 500 +[2025-03-16T21:11:47.938Z] error: undefined +[2025-03-16T21:11:47.945Z] error: TypeError: fetch failed + at node:internal/deps/undici/undici:13502:13 + at process.processTicksAndRejections (node:internal/process/task_queues:105:5) + at async o (/app/.next/server/pages/api/releases.js:1:4348) + at async s (/app/.next/server/pages/api/widgets/openmeteo.js:1:872) + at async z (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:20:17092) + at async U.render (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:20:17800) + at async NextNodeServer.runApi (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/next-server.js:628:9) + at async NextNodeServer.handleCatchallRenderRequest (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/next-server.js:278:37) + at async NextNodeServer.handleRequestImpl (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/base-server.js:853:17) + at async invokeRender (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/router-server.js:230:21) +[2025-03-21T19:44:15.003Z] error: TypeError: Cannot read properties of null (reading 'conn') + at l (/app/.next/server/pages/api/docker/status/[...service].js:1:1450) + at z (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:20:17098) + at process.processTicksAndRejections (node:internal/process/task_queues:105:5) + at async U.render (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:20:17800) + at async NextNodeServer.runApi (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/next-server.js:628:9) + at async NextNodeServer.handleCatchallRenderRequest (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/next-server.js:278:37) + at async NextNodeServer.handleRequestImpl (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/base-server.js:853:17) + at async invokeRender (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/router-server.js:230:21) + at async handleRequest (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/router-server.js:408:24) + at async requestHandlerImpl (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/router-server.js:432:13) +[2025-03-21T19:44:54.069Z] error: YAMLException: end of the stream or a document separator is expected (33:1) + + 30 | host: 10.0.0.121 + 31 | port: 5335 + 32 | socket: /var/run/docker.sock + 33 | metube: +------^ + 34 | host: 10.0.0.121 + 35 | port: 8081 + at generateError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1273:10) + at throwError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1277:9) + at readDocument (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2735:5) + at loadDocuments (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2778:5) + at Object.load$1 [as load] (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2804:19) + at u (/app/.next/server/chunks/8567.js:1:1906) + at l (/app/.next/server/pages/api/docker/status/[...service].js:1:1433) + at z (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:20:17098) + at process.processTicksAndRejections (node:internal/process/task_queues:105:5) + at async U.render (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:20:17800) +[2025-03-21T19:44:54.077Z] error: YAMLException: end of the stream or a document separator is expected (33:1) + + 30 | host: 10.0.0.121 + 31 | port: 5335 + 32 | socket: /var/run/docker.sock + 33 | metube: +------^ + 34 | host: 10.0.0.121 + 35 | port: 8081 + at generateError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1273:10) + at throwError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1277:9) + at readDocument (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2735:5) + at loadDocuments (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2778:5) + at Object.load$1 [as load] (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2804:19) + at u (/app/.next/server/chunks/8567.js:1:1906) + at l (/app/.next/server/pages/api/docker/status/[...service].js:1:1433) + at z (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:20:17098) + at process.processTicksAndRejections (node:internal/process/task_queues:105:5) + at async U.render (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:20:17800) +[2025-03-21T19:44:54.094Z] error: YAMLException: end of the stream or a document separator is expected (33:1) + + 30 | host: 10.0.0.121 + 31 | port: 5335 + 32 | socket: /var/run/docker.sock + 33 | metube: +------^ + 34 | host: 10.0.0.121 + 35 | port: 8081 + at generateError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1273:10) + at throwError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1277:9) + at readDocument (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2735:5) + at loadDocuments (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2778:5) + at Object.load$1 [as load] (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2804:19) + at u (/app/.next/server/chunks/8567.js:1:1906) + at l (/app/.next/server/pages/api/docker/status/[...service].js:1:1433) + at z (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:20:17098) + at process.processTicksAndRejections (node:internal/process/task_queues:105:5) + at async U.render (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:20:17800) +[2025-03-21T19:44:54.106Z] error: YAMLException: end of the stream or a document separator is expected (33:1) + + 30 | host: 10.0.0.121 + 31 | port: 5335 + 32 | socket: /var/run/docker.sock + 33 | metube: +------^ + 34 | host: 10.0.0.121 + 35 | port: 8081 + at generateError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1273:10) + at throwError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1277:9) + at readDocument (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2735:5) + at loadDocuments (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2778:5) + at Object.load$1 [as load] (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2804:19) + at u (/app/.next/server/chunks/8567.js:1:1906) + at l (/app/.next/server/pages/api/docker/status/[...service].js:1:1433) + at z (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:20:17098) + at process.processTicksAndRejections (node:internal/process/task_queues:105:5) + at async U.render (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:20:17800) +[2025-03-21T19:44:54.108Z] error: YAMLException: end of the stream or a document separator is expected (33:1) + + 30 | host: 10.0.0.121 + 31 | port: 5335 + 32 | socket: /var/run/docker.sock + 33 | metube: +------^ + 34 | host: 10.0.0.121 + 35 | port: 8081 + at generateError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1273:10) + at throwError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1277:9) + at readDocument (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2735:5) + at loadDocuments (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2778:5) + at Object.load$1 [as load] (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2804:19) + at u (/app/.next/server/chunks/8567.js:1:1906) + at l (/app/.next/server/pages/api/docker/status/[...service].js:1:1433) + at z (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:20:17098) + at process.processTicksAndRejections (node:internal/process/task_queues:105:5) + at async U.render (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:20:17800) +[2025-03-21T19:44:54.111Z] error: YAMLException: end of the stream or a document separator is expected (33:1) + + 30 | host: 10.0.0.121 + 31 | port: 5335 + 32 | socket: /var/run/docker.sock + 33 | metube: +------^ + 34 | host: 10.0.0.121 + 35 | port: 8081 + at generateError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1273:10) + at throwError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1277:9) + at readDocument (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2735:5) + at loadDocuments (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2778:5) + at Object.load$1 [as load] (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2804:19) + at u (/app/.next/server/chunks/8567.js:1:1906) + at l (/app/.next/server/pages/api/docker/status/[...service].js:1:1433) + at z (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:20:17098) + at process.processTicksAndRejections (node:internal/process/task_queues:105:5) + at async U.render (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:20:17800) +[2025-03-21T19:44:54.114Z] error: YAMLException: end of the stream or a document separator is expected (33:1) + + 30 | host: 10.0.0.121 + 31 | port: 5335 + 32 | socket: /var/run/docker.sock + 33 | metube: +------^ + 34 | host: 10.0.0.121 + 35 | port: 8081 + at generateError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1273:10) + at throwError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1277:9) + at readDocument (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2735:5) + at loadDocuments (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2778:5) + at Object.load$1 [as load] (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2804:19) + at u (/app/.next/server/chunks/8567.js:1:1906) + at l (/app/.next/server/pages/api/docker/status/[...service].js:1:1433) + at z (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:20:17098) + at process.processTicksAndRejections (node:internal/process/task_queues:105:5) + at async U.render (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:20:17800) +[2025-03-21T19:44:54.382Z] error: Failed to discover services, please check docker.yaml for errors or remove example entries. +[2025-03-21T19:44:54.383Z] error: YAMLException: end of the stream or a document separator is expected (33:1) + + 30 | host: 10.0.0.121 + 31 | port: 5335 + 32 | socket: /var/run/docker.sock + 33 | metube: +------^ + 34 | host: 10.0.0.121 + 35 | port: 8081 +[2025-03-21T19:44:54.392Z] error: Failed to discover services, please check docker.yaml for errors or remove example entries. +[2025-03-21T19:44:54.392Z] error: YAMLException: end of the stream or a document separator is expected (33:1) + + 30 | host: 10.0.0.121 + 31 | port: 5335 + 32 | socket: /var/run/docker.sock + 33 | metube: +------^ + 34 | host: 10.0.0.121 + 35 | port: 8081 +[2025-03-21T19:44:54.641Z] error: YAMLException: end of the stream or a document separator is expected (33:1) + + 30 | host: 10.0.0.121 + 31 | port: 5335 + 32 | socket: /var/run/docker.sock + 33 | metube: +------^ + 34 | host: 10.0.0.121 + 35 | port: 8081 + at generateError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1273:10) + at throwError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1277:9) + at readDocument (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2735:5) + at loadDocuments (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2778:5) + at Object.load$1 [as load] (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2804:19) + at u (/app/.next/server/chunks/8567.js:1:1906) + at l (/app/.next/server/pages/api/docker/status/[...service].js:1:1433) + at z (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:20:17098) + at process.processTicksAndRejections (node:internal/process/task_queues:105:5) + at async U.render (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:20:17800) +[2025-03-21T19:44:54.646Z] error: YAMLException: end of the stream or a document separator is expected (33:1) + + 30 | host: 10.0.0.121 + 31 | port: 5335 + 32 | socket: /var/run/docker.sock + 33 | metube: +------^ + 34 | host: 10.0.0.121 + 35 | port: 8081 + at generateError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1273:10) + at throwError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1277:9) + at readDocument (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2735:5) + at loadDocuments (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2778:5) + at Object.load$1 [as load] (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2804:19) + at u (/app/.next/server/chunks/8567.js:1:1906) + at l (/app/.next/server/pages/api/docker/status/[...service].js:1:1433) + at z (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:20:17098) + at process.processTicksAndRejections (node:internal/process/task_queues:105:5) + at async U.render (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:20:17800) +[2025-03-21T19:44:54.653Z] error: YAMLException: end of the stream or a document separator is expected (33:1) + + 30 | host: 10.0.0.121 + 31 | port: 5335 + 32 | socket: /var/run/docker.sock + 33 | metube: +------^ + 34 | host: 10.0.0.121 + 35 | port: 8081 + at generateError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1273:10) + at throwError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1277:9) + at readDocument (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2735:5) + at loadDocuments (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2778:5) + at Object.load$1 [as load] (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2804:19) + at u (/app/.next/server/chunks/8567.js:1:1906) + at l (/app/.next/server/pages/api/docker/status/[...service].js:1:1433) + at z (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:20:17098) + at process.processTicksAndRejections (node:internal/process/task_queues:105:5) + at async U.render (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:20:17800) +[2025-03-21T19:44:54.657Z] error: YAMLException: end of the stream or a document separator is expected (33:1) + + 30 | host: 10.0.0.121 + 31 | port: 5335 + 32 | socket: /var/run/docker.sock + 33 | metube: +------^ + 34 | host: 10.0.0.121 + 35 | port: 8081 + at generateError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1273:10) + at throwError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1277:9) + at readDocument (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2735:5) + at loadDocuments (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2778:5) + at Object.load$1 [as load] (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2804:19) + at u (/app/.next/server/chunks/8567.js:1:1906) + at l (/app/.next/server/pages/api/docker/status/[...service].js:1:1433) + at z (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:20:17098) + at process.processTicksAndRejections (node:internal/process/task_queues:105:5) + at async U.render (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:20:17800) +[2025-03-21T19:44:54.660Z] error: YAMLException: end of the stream or a document separator is expected (33:1) + + 30 | host: 10.0.0.121 + 31 | port: 5335 + 32 | socket: /var/run/docker.sock + 33 | metube: +------^ + 34 | host: 10.0.0.121 + 35 | port: 8081 + at generateError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1273:10) + at throwError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1277:9) + at readDocument (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2735:5) + at loadDocuments (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2778:5) + at Object.load$1 [as load] (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2804:19) + at u (/app/.next/server/chunks/8567.js:1:1906) + at l (/app/.next/server/pages/api/docker/status/[...service].js:1:1433) + at z (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:20:17098) + at process.processTicksAndRejections (node:internal/process/task_queues:105:5) + at async U.render (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:20:17800) +[2025-03-21T19:44:54.663Z] error: YAMLException: end of the stream or a document separator is expected (33:1) + + 30 | host: 10.0.0.121 + 31 | port: 5335 + 32 | socket: /var/run/docker.sock + 33 | metube: +------^ + 34 | host: 10.0.0.121 + 35 | port: 8081 + at generateError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1273:10) + at throwError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1277:9) + at readDocument (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2735:5) + at loadDocuments (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2778:5) + at Object.load$1 [as load] (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2804:19) + at u (/app/.next/server/chunks/8567.js:1:1906) + at l (/app/.next/server/pages/api/docker/status/[...service].js:1:1433) + at z (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:20:17098) + at process.processTicksAndRejections (node:internal/process/task_queues:105:5) + at async U.render (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:20:17800) +[2025-03-21T19:44:54.665Z] error: YAMLException: end of the stream or a document separator is expected (33:1) + + 30 | host: 10.0.0.121 + 31 | port: 5335 + 32 | socket: /var/run/docker.sock + 33 | metube: +------^ + 34 | host: 10.0.0.121 + 35 | port: 8081 + at generateError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1273:10) + at throwError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1277:9) + at readDocument (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2735:5) + at loadDocuments (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2778:5) + at Object.load$1 [as load] (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2804:19) + at u (/app/.next/server/chunks/8567.js:1:1906) + at l (/app/.next/server/pages/api/docker/status/[...service].js:1:1433) + at z (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:20:17098) + at process.processTicksAndRejections (node:internal/process/task_queues:105:5) + at async U.render (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:20:17800) +[2025-03-21T19:44:54.939Z] error: Failed to discover services, please check docker.yaml for errors or remove example entries. +[2025-03-21T19:44:54.940Z] error: YAMLException: end of the stream or a document separator is expected (33:1) + + 30 | host: 10.0.0.121 + 31 | port: 5335 + 32 | socket: /var/run/docker.sock + 33 | metube: +------^ + 34 | host: 10.0.0.121 + 35 | port: 8081 +[2025-03-22T00:05:29.666Z] error: Failed to discover services, please check docker.yaml for errors or remove example entries. +[2025-03-22T00:05:29.668Z] error: YAMLException: duplicated mapping key (21:1) + + 18 | Hosted Locally: + 19 | style: row + 20 | columns: 4 + 21 | layout: +------^ + 22 | Hosted Remotely: + 23 | style: row +[2025-03-22T00:05:29.670Z] error: Failed to discover services, please check kubernetes.yaml for errors or remove example entries. +[2025-03-22T00:05:29.670Z] error: YAMLException: duplicated mapping key (21:1) + + 18 | Hosted Locally: + 19 | style: row + 20 | columns: 4 + 21 | layout: +------^ + 22 | Hosted Remotely: + 23 | style: row +[2025-03-22T00:05:29.686Z] error: Failed to load settings.yaml, please check for errors +[2025-03-22T00:05:29.687Z] error: YAMLException: duplicated mapping key (21:1) + + 18 | Hosted Locally: + 19 | style: row + 20 | columns: 4 + 21 | layout: +------^ + 22 | Hosted Remotely: + 23 | style: row +[2025-03-22T00:05:29.688Z] error: Failed to load settings.yaml, please check for errors +[2025-03-22T00:05:29.688Z] error: YAMLException: duplicated mapping key (21:1) + + 18 | Hosted Locally: + 19 | style: row + 20 | columns: 4 + 21 | layout: +------^ + 22 | Hosted Remotely: + 23 | style: row +[2025-03-22T00:05:29.942Z] error: YAMLException: duplicated mapping key (21:1) + + 18 | Hosted Locally: + 19 | style: row + 20 | columns: 4 + 21 | layout: +------^ + 22 | Hosted Remotely: + 23 | style: row + at generateError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1273:10) + at throwError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1277:9) + at storeMappingPair (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1448:7) + at readBlockMapping (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2263:9) + at composeNode (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2531:12) + at readDocument (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2715:3) + at loadDocuments (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2778:5) + at Object.load$1 [as load] (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2804:19) + at u (/app/.next/server/pages/browserconfig.xml.js:9:1360) + at L (/app/.next/server/pages/index.js:4:53933) +[2025-03-22T00:05:30.069Z] error: Failed to discover services, please check docker.yaml for errors or remove example entries. +[2025-03-22T00:05:30.069Z] error: YAMLException: duplicated mapping key (21:1) + + 18 | Hosted Locally: + 19 | style: row + 20 | columns: 4 + 21 | layout: +------^ + 22 | Hosted Remotely: + 23 | style: row +[2025-03-22T00:05:30.070Z] error: Failed to discover services, please check kubernetes.yaml for errors or remove example entries. +[2025-03-22T00:05:30.070Z] error: YAMLException: duplicated mapping key (21:1) + + 18 | Hosted Locally: + 19 | style: row + 20 | columns: 4 + 21 | layout: +------^ + 22 | Hosted Remotely: + 23 | style: row +[2025-03-22T00:05:30.071Z] error: Failed to load settings.yaml, please check for errors +[2025-03-22T00:05:30.071Z] error: YAMLException: duplicated mapping key (21:1) + + 18 | Hosted Locally: + 19 | style: row + 20 | columns: 4 + 21 | layout: +------^ + 22 | Hosted Remotely: + 23 | style: row +[2025-03-22T00:05:30.072Z] error: Failed to load settings.yaml, please check for errors +[2025-03-22T00:05:30.072Z] error: YAMLException: duplicated mapping key (21:1) + + 18 | Hosted Locally: + 19 | style: row + 20 | columns: 4 + 21 | layout: +------^ + 22 | Hosted Remotely: + 23 | style: row +[2025-03-22T00:06:08.752Z] error: Failed to discover services, please check docker.yaml for errors or remove example entries. +[2025-03-22T00:06:08.752Z] error: YAMLException: duplicated mapping key (21:1) + + 18 | Hosted Locally: + 19 | style: row + 20 | columns: 4 + 21 | layout: +------^ + 22 | Hosted Remotely: + 23 | style: row +[2025-03-22T00:06:08.753Z] error: Failed to discover services, please check kubernetes.yaml for errors or remove example entries. +[2025-03-22T00:06:08.753Z] error: YAMLException: duplicated mapping key (21:1) + + 18 | Hosted Locally: + 19 | style: row + 20 | columns: 4 + 21 | layout: +------^ + 22 | Hosted Remotely: + 23 | style: row +[2025-03-22T00:06:08.760Z] error: Failed to load settings.yaml, please check for errors +[2025-03-22T00:06:08.760Z] error: YAMLException: duplicated mapping key (21:1) + + 18 | Hosted Locally: + 19 | style: row + 20 | columns: 4 + 21 | layout: +------^ + 22 | Hosted Remotely: + 23 | style: row +[2025-03-22T00:06:08.769Z] error: Failed to load settings.yaml, please check for errors +[2025-03-22T00:06:08.769Z] error: YAMLException: duplicated mapping key (21:1) + + 18 | Hosted Locally: + 19 | style: row + 20 | columns: 4 + 21 | layout: +------^ + 22 | Hosted Remotely: + 23 | style: row +[2025-03-22T00:06:08.936Z] error: YAMLException: duplicated mapping key (21:1) + + 18 | Hosted Locally: + 19 | style: row + 20 | columns: 4 + 21 | layout: +------^ + 22 | Hosted Remotely: + 23 | style: row + at generateError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1273:10) + at throwError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1277:9) + at storeMappingPair (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1448:7) + at readBlockMapping (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2263:9) + at composeNode (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2531:12) + at readDocument (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2715:3) + at loadDocuments (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2778:5) + at Object.load$1 [as load] (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2804:19) + at u (/app/.next/server/pages/browserconfig.xml.js:9:1360) + at L (/app/.next/server/pages/index.js:4:53933) +[2025-03-22T00:06:09.083Z] error: Failed to discover services, please check docker.yaml for errors or remove example entries. +[2025-03-22T00:06:09.083Z] error: YAMLException: duplicated mapping key (21:1) + + 18 | Hosted Locally: + 19 | style: row + 20 | columns: 4 + 21 | layout: +------^ + 22 | Hosted Remotely: + 23 | style: row +[2025-03-22T00:06:09.083Z] error: Failed to discover services, please check kubernetes.yaml for errors or remove example entries. +[2025-03-22T00:06:09.083Z] error: YAMLException: duplicated mapping key (21:1) + + 18 | Hosted Locally: + 19 | style: row + 20 | columns: 4 + 21 | layout: +------^ + 22 | Hosted Remotely: + 23 | style: row +[2025-03-22T00:06:09.084Z] error: Failed to load settings.yaml, please check for errors +[2025-03-22T00:06:09.084Z] error: YAMLException: duplicated mapping key (21:1) + + 18 | Hosted Locally: + 19 | style: row + 20 | columns: 4 + 21 | layout: +------^ + 22 | Hosted Remotely: + 23 | style: row +[2025-03-22T00:06:09.086Z] error: Failed to load settings.yaml, please check for errors +[2025-03-22T00:06:09.086Z] error: YAMLException: duplicated mapping key (21:1) + + 18 | Hosted Locally: + 19 | style: row + 20 | columns: 4 + 21 | layout: +------^ + 22 | Hosted Remotely: + 23 | style: row +[2025-03-22T13:21:24.388Z] error: undefined +[2025-03-22T13:21:24.397Z] error: TypeError: fetch failed + at node:internal/deps/undici/undici:13502:13 + at process.processTicksAndRejections (node:internal/process/task_queues:105:5) + at async o (/app/.next/server/pages/api/releases.js:1:4348) + at async s (/app/.next/server/pages/api/widgets/openmeteo.js:1:872) + at async z (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:20:17092) + at async U.render (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:20:17800) + at async NextNodeServer.runApi (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/next-server.js:628:9) + at async NextNodeServer.handleCatchallRenderRequest (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/next-server.js:278:37) + at async NextNodeServer.handleRequestImpl (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/base-server.js:853:17) + at async invokeRender (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/router-server.js:230:21) +[2025-03-22T13:21:24.613Z] error: Error calling http://10.0.0.121:9117/UI/Dashboard... +[2025-03-22T13:21:24.614Z] error: [ + 500, + [Error: read ECONNRESET] { + errno: -104, + code: 'ECONNRESET', + syscall: 'read' + } +] +[2025-03-22T13:21:24.614Z] error: Failed to fetch Jackett cookie, status: 500 +[2025-03-22T13:21:25.500Z] error: Error calling http://10.0.0.121:9117/UI/Dashboard... +[2025-03-22T13:21:25.502Z] error: [ 500, [Error: socket hang up] { code: 'ECONNRESET' } ] +[2025-03-22T13:21:25.502Z] error: Failed to fetch Jackett cookie, status: 500 +[2025-03-22T14:03:38.270Z] error: TypeError: Cannot read properties of null (reading 'conn') + at l (/app/.next/server/pages/api/docker/status/[...service].js:1:1450) + at z (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:20:17098) + at process.processTicksAndRejections (node:internal/process/task_queues:105:5) + at async U.render (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:20:17800) + at async NextNodeServer.runApi (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/next-server.js:628:9) + at async NextNodeServer.handleCatchallRenderRequest (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/next-server.js:278:37) + at async NextNodeServer.handleRequestImpl (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/base-server.js:853:17) + at async invokeRender (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/router-server.js:230:21) + at async handleRequest (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/router-server.js:408:24) + at async requestHandlerImpl (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/router-server.js:432:13) +[2025-03-22T14:03:38.610Z] error: Error calling http://speedtest.host.or.ip/api/v1/results/latest... +[2025-03-22T14:03:38.614Z] error: [ + 500, + [Error: getaddrinfo ENOTFOUND speedtest.host.or.ip] { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'speedtest.host.or.ip' + } +] +[2025-03-22T14:03:38.615Z] error: HTTP Error 500 calling http://speedtest.host.or.ip/api/v1/results/latest +[2025-03-22T14:03:43.893Z] error: TypeError: Cannot read properties of null (reading 'conn') + at l (/app/.next/server/pages/api/docker/status/[...service].js:1:1450) + at z (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:20:17098) + at process.processTicksAndRejections (node:internal/process/task_queues:105:5) + at async U.render (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:20:17800) + at async NextNodeServer.runApi (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/next-server.js:628:9) + at async NextNodeServer.handleCatchallRenderRequest (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/next-server.js:278:37) + at async NextNodeServer.handleRequestImpl (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/base-server.js:853:17) + at async invokeRender (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/router-server.js:230:21) + at async handleRequest (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/router-server.js:408:24) + at async requestHandlerImpl (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/router-server.js:432:13) +[2025-03-22T14:03:44.016Z] error: Error calling http://speedtest.host.or.ip/api/v1/results/latest... +[2025-03-22T14:03:44.017Z] error: [ + 500, + [Error: getaddrinfo ENOTFOUND speedtest.host.or.ip] { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'speedtest.host.or.ip' + } +] +[2025-03-22T14:03:44.017Z] error: HTTP Error 500 calling http://speedtest.host.or.ip/api/v1/results/latest +[2025-03-22T14:04:13.208Z] error: TypeError: Cannot read properties of null (reading 'conn') + at l (/app/.next/server/pages/api/docker/status/[...service].js:1:1450) + at z (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:20:17098) + at process.processTicksAndRejections (node:internal/process/task_queues:105:5) + at async U.render (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:20:17800) + at async NextNodeServer.runApi (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/next-server.js:628:9) + at async NextNodeServer.handleCatchallRenderRequest (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/next-server.js:278:37) + at async NextNodeServer.handleRequestImpl (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/base-server.js:853:17) + at async invokeRender (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/router-server.js:230:21) + at async handleRequest (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/router-server.js:408:24) + at async requestHandlerImpl (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/router-server.js:432:13) +[2025-03-22T14:04:13.323Z] error: Error calling http://speedtest.host.or.ip/api/v1/results/latest... +[2025-03-22T14:04:13.324Z] error: [ + 500, + [Error: getaddrinfo ENOTFOUND speedtest.host.or.ip] { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'speedtest.host.or.ip' + } +] +[2025-03-22T14:04:13.324Z] error: HTTP Error 500 calling http://speedtest.host.or.ip/api/v1/results/latest +[2025-03-22T14:04:13.599Z] error: TypeError: Cannot read properties of null (reading 'conn') + at l (/app/.next/server/pages/api/docker/status/[...service].js:1:1450) + at z (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:20:17098) + at process.processTicksAndRejections (node:internal/process/task_queues:105:5) + at async U.render (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:20:17800) + at async NextNodeServer.runApi (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/next-server.js:628:9) + at async NextNodeServer.handleCatchallRenderRequest (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/next-server.js:278:37) + at async NextNodeServer.handleRequestImpl (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/base-server.js:853:17) + at async invokeRender (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/router-server.js:230:21) + at async handleRequest (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/router-server.js:408:24) + at async requestHandlerImpl (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/router-server.js:432:13) +[2025-03-22T14:04:13.701Z] error: Error calling http://speedtest.host.or.ip/api/speedtest/latest... +[2025-03-22T14:04:13.702Z] error: [ + 500, + [Error: getaddrinfo ENOTFOUND speedtest.host.or.ip] { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'speedtest.host.or.ip' + } +] +[2025-03-22T14:04:13.703Z] error: HTTP Error 500 calling http://speedtest.host.or.ip/api/speedtest/latest +[2025-03-22T14:04:20.680Z] error: TypeError: Cannot read properties of null (reading 'conn') + at l (/app/.next/server/pages/api/docker/status/[...service].js:1:1450) + at z (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:20:17098) + at process.processTicksAndRejections (node:internal/process/task_queues:105:5) + at async U.render (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:20:17800) + at async NextNodeServer.runApi (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/next-server.js:628:9) + at async NextNodeServer.handleCatchallRenderRequest (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/next-server.js:278:37) + at async NextNodeServer.handleRequestImpl (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/base-server.js:853:17) + at async invokeRender (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/router-server.js:230:21) + at async handleRequest (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/router-server.js:408:24) + at async requestHandlerImpl (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/router-server.js:432:13) +[2025-03-22T14:04:20.778Z] error: Error calling http://speedtest.host.or.ip/api/speedtest/latest... +[2025-03-22T14:04:20.779Z] error: [ + 500, + [Error: getaddrinfo ENOTFOUND speedtest.host.or.ip] { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'speedtest.host.or.ip' + } +] +[2025-03-22T14:04:20.779Z] error: HTTP Error 500 calling http://speedtest.host.or.ip/api/speedtest/latest +[2025-03-22T14:04:21.147Z] error: TypeError: Cannot read properties of null (reading 'conn') + at l (/app/.next/server/pages/api/docker/status/[...service].js:1:1450) + at z (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:20:17098) + at process.processTicksAndRejections (node:internal/process/task_queues:105:5) + at async U.render (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:20:17800) + at async NextNodeServer.runApi (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/next-server.js:628:9) + at async NextNodeServer.handleCatchallRenderRequest (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/next-server.js:278:37) + at async NextNodeServer.handleRequestImpl (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/base-server.js:853:17) + at async invokeRender (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/router-server.js:230:21) + at async handleRequest (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/router-server.js:408:24) + at async requestHandlerImpl (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/router-server.js:432:13) +[2025-03-22T14:04:21.251Z] error: Error calling http://speedtest.host.or.ip/api/v1/results/latest... +[2025-03-22T14:04:21.252Z] error: [ + 500, + [Error: getaddrinfo ENOTFOUND speedtest.host.or.ip] { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'speedtest.host.or.ip' + } +] +[2025-03-22T14:04:21.252Z] error: HTTP Error 500 calling http://speedtest.host.or.ip/api/v1/results/latest +[2025-03-22T14:04:36.150Z] error: TypeError: Cannot read properties of null (reading 'conn') + at l (/app/.next/server/pages/api/docker/status/[...service].js:1:1450) + at z (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:20:17098) + at process.processTicksAndRejections (node:internal/process/task_queues:105:5) + at async U.render (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:20:17800) + at async NextNodeServer.runApi (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/next-server.js:628:9) + at async NextNodeServer.handleCatchallRenderRequest (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/next-server.js:278:37) + at async NextNodeServer.handleRequestImpl (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/base-server.js:853:17) + at async invokeRender (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/router-server.js:230:21) + at async handleRequest (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/router-server.js:408:24) + at async requestHandlerImpl (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/router-server.js:432:13) +[2025-03-22T14:04:36.553Z] error: TypeError: Cannot read properties of null (reading 'conn') + at l (/app/.next/server/pages/api/docker/status/[...service].js:1:1450) + at z (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:20:17098) + at process.processTicksAndRejections (node:internal/process/task_queues:105:5) + at async U.render (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:20:17800) + at async NextNodeServer.runApi (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/next-server.js:628:9) + at async NextNodeServer.handleCatchallRenderRequest (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/next-server.js:278:37) + at async NextNodeServer.handleRequestImpl (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/base-server.js:853:17) + at async invokeRender (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/router-server.js:230:21) + at async handleRequest (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/router-server.js:408:24) + at async requestHandlerImpl (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/router-server.js:432:13) +[2025-03-22T14:23:07.772Z] error: Failed to login to Pi-Hole API, status: 401 +[2025-03-22T14:23:12.750Z] error: Failed to login to Pi-Hole API, status: 401 +[2025-03-22T14:44:28.945Z] error: Failed to login to Pi-Hole API, status: 401 +[2025-03-22T14:44:28.975Z] error: Error logging in to qBittorrent: Data: Fails. +[2025-03-22T14:44:32.431Z] error: Failed to login to Pi-Hole API, status: 401 +[2025-03-22T14:44:32.450Z] error: Error logging in to qBittorrent: Data: Fails. +[2025-03-22T14:44:35.110Z] error: Failed to login to Pi-Hole API, status: 401 +[2025-03-22T14:44:35.153Z] error: Error logging in to qBittorrent: Data: Fails. +[2025-03-22T14:44:39.112Z] error: Error logging in to qBittorrent: Data: Fails. +[2025-03-22T14:44:40.291Z] error: Error logging in to qBittorrent: Data: Fails. +[2025-03-22T14:44:54.850Z] error: HTTP 403 logging in to qBittorrent. Data: Your IP address has been banned after too many failed authentication attempts. +[2025-03-22T14:44:54.906Z] error: Failed to login to Pi-Hole API, status: 401 +[2025-03-22T14:45:00.310Z] error: HTTP 403 logging in to qBittorrent. Data: Your IP address has been banned after too many failed authentication attempts. +[2025-03-22T14:45:01.323Z] error: HTTP 403 logging in to qBittorrent. Data: Your IP address has been banned after too many failed authentication attempts. +[2025-03-22T14:46:52.545Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-22T14:46:52.636Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-22T14:46:52.640Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-22T14:46:52.646Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-22T14:46:52.652Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-22T14:46:52.657Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-22T14:46:52.661Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-22T14:46:52.665Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-22T14:46:52.671Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-22T14:46:52.676Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-22T14:46:52.682Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-22T14:46:52.686Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-22T14:46:52.704Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-22T14:48:10.436Z] error: Error calling http://10.0.0.121:9117/UI/Dashboard... +[2025-03-22T14:48:10.441Z] error: [ 500, [Error: socket hang up] { code: 'ECONNRESET' } ] +[2025-03-22T14:48:10.442Z] error: Failed to fetch Jackett cookie, status: 500 +[2025-03-22T14:48:10.595Z] error: Failed to login to Pi-Hole API, status: 401 +[2025-03-22T14:48:10.606Z] error: Error logging in to qBittorrent: Data: Fails. +[2025-03-22T14:48:15.752Z] error: Error logging in to qBittorrent: Data: Fails. +[2025-03-22T14:48:26.147Z] error: Error logging in to qBittorrent: Data: Fails. +[2025-03-22T14:49:23.718Z] error: Error logging in to qBittorrent: Data: Fails. +[2025-03-22T14:49:23.754Z] error: Failed to login to Pi-Hole API, status: 401 +[2025-03-22T14:49:24.295Z] error: Failed to login to Pi-Hole API, status: 401 +[2025-03-22T14:49:24.337Z] error: Error logging in to qBittorrent: Data: Fails. +[2025-03-22T14:49:26.818Z] error: HTTP 403 logging in to qBittorrent. Data: Your IP address has been banned after too many failed authentication attempts. +[2025-03-22T14:49:26.890Z] error: Failed to login to Pi-Hole API, status: 401 +[2025-03-22T14:49:30.060Z] error: HTTP 403 logging in to qBittorrent. Data: Your IP address has been banned after too many failed authentication attempts. +[2025-03-22T14:49:30.128Z] error: Failed to login to Pi-Hole API, status: 401 +[2025-03-22T14:49:35.086Z] error: HTTP 403 logging in to qBittorrent. Data: Your IP address has been banned after too many failed authentication attempts. +[2025-03-22T14:49:36.844Z] error: HTTP 403 logging in to qBittorrent. Data: Your IP address has been banned after too many failed authentication attempts. +[2025-03-22T14:49:45.113Z] error: HTTP 403 logging in to qBittorrent. Data: Your IP address has been banned after too many failed authentication attempts. +[2025-03-22T14:49:45.834Z] error: HTTP 403 logging in to qBittorrent. Data: Your IP address has been banned after too many failed authentication attempts. +[2025-03-22T14:49:45.890Z] error: Failed to login to Pi-Hole API, status: 401 +[2025-03-22T14:49:50.894Z] error: HTTP 403 logging in to qBittorrent. Data: Your IP address has been banned after too many failed authentication attempts. +[2025-03-22T14:49:51.865Z] error: HTTP 403 logging in to qBittorrent. Data: Your IP address has been banned after too many failed authentication attempts. +[2025-03-22T14:50:01.245Z] error: HTTP 403 logging in to qBittorrent. Data: Your IP address has been banned after too many failed authentication attempts. +[2025-03-22T14:50:01.349Z] error: Failed to login to Pi-Hole API, status: 401 +[2025-03-22T14:50:06.217Z] error: HTTP 403 logging in to qBittorrent. Data: Your IP address has been banned after too many failed authentication attempts. +[2025-03-22T14:50:06.280Z] error: Failed to login to Pi-Hole API, status: 401 +[2025-03-22T14:50:11.270Z] error: HTTP 403 logging in to qBittorrent. Data: Your IP address has been banned after too many failed authentication attempts. +[2025-03-22T14:50:16.238Z] error: HTTP 403 logging in to qBittorrent. Data: Your IP address has been banned after too many failed authentication attempts. +[2025-03-22T14:50:21.390Z] error: HTTP 403 logging in to qBittorrent. Data: Your IP address has been banned after too many failed authentication attempts. +[2025-03-22T14:50:31.394Z] error: HTTP 403 logging in to qBittorrent. Data: Your IP address has been banned after too many failed authentication attempts. +[2025-03-22T14:52:43.987Z] error: Error calling http://10.0.0.121:9117/UI/Dashboard... +[2025-03-22T14:52:43.991Z] error: [ + 500, + [Error: read ECONNRESET] { + errno: -104, + code: 'ECONNRESET', + syscall: 'read' + } +] +[2025-03-22T14:52:43.992Z] error: Failed to fetch Jackett cookie, status: 500 +[2025-03-22T14:52:44.172Z] error: Failed to login to Pi-Hole API, status: 401 +[2025-03-22T14:52:44.186Z] error: Error logging in to qBittorrent: Data: Fails. +[2025-03-22T14:52:44.804Z] error: Error calling http://10.0.0.121:9117/UI/Dashboard... +[2025-03-22T14:52:44.810Z] error: [ + 500, + [Error: read ECONNRESET] { + errno: -104, + code: 'ECONNRESET', + syscall: 'read' + } +] +[2025-03-22T14:52:44.811Z] error: Failed to fetch Jackett cookie, status: 500 +[2025-03-22T14:52:44.957Z] error: Failed to login to Pi-Hole API, status: 401 +[2025-03-22T14:52:44.981Z] error: Error logging in to qBittorrent: Data: Fails. +[2025-03-22T14:52:47.722Z] error: Failed to login to Pi-Hole API, status: 401 +[2025-03-22T14:52:47.780Z] error: Error logging in to qBittorrent: Data: Fails. +[2025-03-22T14:52:49.130Z] error: Failed to login to Pi-Hole API, status: 401 +[2025-03-22T14:52:49.218Z] error: Error logging in to qBittorrent: Data: Fails. +[2025-03-22T14:52:50.219Z] error: Failed to login to Pi-Hole API, status: 401 +[2025-03-22T14:52:50.279Z] error: Error logging in to qBittorrent: Data: Fails. +[2025-03-22T14:52:53.956Z] error: HTTP 403 logging in to qBittorrent. Data: Your IP address has been banned after too many failed authentication attempts. +[2025-03-22T14:52:54.017Z] error: Failed to login to Pi-Hole API, status: 401 +[2025-03-22T14:52:59.795Z] error: HTTP 403 logging in to qBittorrent. Data: Your IP address has been banned after too many failed authentication attempts. +[2025-03-22T14:53:48.919Z] error: HTTP 403 logging in to qBittorrent. Data: Your IP address has been banned after too many failed authentication attempts. +[2025-03-22T14:53:48.991Z] error: Failed to login to Pi-Hole API, status: 401 +[2025-03-22T14:53:50.070Z] error: HTTP 403 logging in to qBittorrent. Data: Your IP address has been banned after too many failed authentication attempts. +[2025-03-22T14:53:50.134Z] error: Failed to login to Pi-Hole API, status: 401 +[2025-03-22T14:53:55.570Z] error: HTTP 403 logging in to qBittorrent. Data: Your IP address has been banned after too many failed authentication attempts. +[2025-03-22T14:54:38.195Z] error: Error calling http://10.0.0.121:9117/UI/Dashboard... +[2025-03-22T14:54:38.200Z] error: [ + 500, + [Error: read ECONNRESET] { + errno: -104, + code: 'ECONNRESET', + syscall: 'read' + } +] +[2025-03-22T14:54:38.201Z] error: Failed to fetch Jackett cookie, status: 500 +[2025-03-22T14:54:38.305Z] error: Failed to login to Pi-Hole API, status: 401 +[2025-03-22T14:54:38.312Z] error: Error logging in to qBittorrent: Data: Fails. +[2025-03-22T14:54:38.985Z] error: Error calling http://10.0.0.121:9117/UI/Dashboard... +[2025-03-22T14:54:38.987Z] error: [ 500, [Error: socket hang up] { code: 'ECONNRESET' } ] +[2025-03-22T14:54:38.987Z] error: Failed to fetch Jackett cookie, status: 500 +[2025-03-22T14:54:39.123Z] error: Failed to login to Pi-Hole API, status: 401 +[2025-03-22T14:54:39.148Z] error: Error logging in to qBittorrent: Data: Fails. +[2025-03-22T14:54:46.625Z] error: Failed to login to Pi-Hole API, status: 401 +[2025-03-22T14:54:46.698Z] error: Error logging in to qBittorrent: Data: Fails. +[2025-03-22T14:54:49.071Z] error: Failed to login to Pi-Hole API, status: 401 +[2025-03-22T14:54:49.138Z] error: Error logging in to qBittorrent: Data: Fails. +[2025-03-22T14:54:54.346Z] error: Error logging in to qBittorrent: Data: Fails. +[2025-03-22T14:55:45.085Z] error: HTTP 403 logging in to qBittorrent. Data: Your IP address has been banned after too many failed authentication attempts. +[2025-03-22T14:55:45.141Z] error: Failed to login to Pi-Hole API, status: 401 +[2025-03-22T14:55:46.545Z] error: HTTP 403 logging in to qBittorrent. Data: Your IP address has been banned after too many failed authentication attempts. +[2025-03-22T14:55:46.618Z] error: Failed to login to Pi-Hole API, status: 401 +[2025-03-22T14:55:51.570Z] error: HTTP 403 logging in to qBittorrent. Data: Your IP address has been banned after too many failed authentication attempts. +[2025-03-22T14:56:06.934Z] error: HTTP 403 logging in to qBittorrent. Data: Your IP address has been banned after too many failed authentication attempts. +[2025-03-22T14:57:19.106Z] error: Error calling http://10.0.0.121:9117/UI/Dashboard... +[2025-03-22T14:57:19.111Z] error: [ 500, [Error: socket hang up] { code: 'ECONNRESET' } ] +[2025-03-22T14:57:19.112Z] error: Failed to fetch Jackett cookie, status: 500 +[2025-03-22T14:57:19.210Z] error: Failed to login to Pi-Hole API, status: 401 +[2025-03-22T14:57:19.282Z] error: Error logging in to qBittorrent: Data: Fails. +[2025-03-22T14:57:19.883Z] error: Error calling http://10.0.0.121:9117/UI/Dashboard... +[2025-03-22T14:57:19.884Z] error: [ 500, [Error: socket hang up] { code: 'ECONNRESET' } ] +[2025-03-22T14:57:19.884Z] error: Failed to fetch Jackett cookie, status: 500 +[2025-03-22T14:57:20.062Z] error: Error logging in to qBittorrent: Data: Fails. +[2025-03-22T14:57:20.196Z] error: Failed to login to Pi-Hole API, status: 401 +[2025-03-22T14:57:25.103Z] error: Failed to login to Pi-Hole API, status: 401 +[2025-03-22T14:57:25.152Z] error: Error logging in to qBittorrent: Data: Fails. +[2025-03-22T14:57:35.286Z] error: Error logging in to qBittorrent: Data: Fails. +[2025-03-22T14:57:56.097Z] error: Error logging in to qBittorrent: Data: Fails. +[2025-03-22T14:58:58.098Z] error: Error calling http://10.0.0.121:9117/UI/Dashboard... +[2025-03-22T14:58:58.108Z] error: [ 500, [Error: socket hang up] { code: 'ECONNRESET' } ] +[2025-03-22T14:58:58.108Z] error: Failed to fetch Jackett cookie, status: 500 +[2025-03-22T14:58:58.114Z] error: Error calling http://10.0.0.121:9080/api/v1/results/latest... +[2025-03-22T14:58:58.115Z] error: [ 500, [Error: socket hang up] { code: 'ECONNRESET' } ] +[2025-03-22T14:58:58.116Z] error: HTTP Error 500 calling http://10.0.0.121:9080/api/v1/results/latest +[2025-03-22T14:58:58.264Z] error: Failed to login to Pi-Hole API, status: 401 +[2025-03-22T14:58:58.404Z] error: Error logging in to qBittorrent: Data: Fails. +[2025-03-22T14:58:58.853Z] error: Error calling http://10.0.0.121:9117/UI/Dashboard... +[2025-03-22T14:58:58.854Z] error: [ 500, [Error: socket hang up] { code: 'ECONNRESET' } ] +[2025-03-22T14:58:58.855Z] error: Failed to fetch Jackett cookie, status: 500 +[2025-03-22T14:58:59.022Z] error: Error logging in to qBittorrent: Data: Fails. +[2025-03-22T14:58:59.194Z] error: Failed to login to Pi-Hole API, status: 401 +[2025-03-22T14:59:01.549Z] error: Failed to login to Pi-Hole API, status: 401 +[2025-03-22T14:59:01.592Z] error: Error logging in to qBittorrent: Data: Fails. +[2025-03-22T14:59:12.003Z] error: Error logging in to qBittorrent: Data: Fails. +[2025-03-22T15:01:29.762Z] error: Failed to login to Pi-Hole API, status: 401 +[2025-03-22T15:01:29.835Z] error: Error logging in to qBittorrent: Data: Fails. +[2025-03-22T15:01:31.353Z] error: HTTP 403 logging in to qBittorrent. Data: Your IP address has been banned after too many failed authentication attempts. +[2025-03-22T15:01:31.410Z] error: Failed to login to Pi-Hole API, status: 401 +[2025-03-22T15:01:41.456Z] error: HTTP 403 logging in to qBittorrent. Data: Your IP address has been banned after too many failed authentication attempts. +[2025-03-22T15:01:47.835Z] error: HTTP 403 logging in to qBittorrent. Data: Your IP address has been banned after too many failed authentication attempts. +[2025-03-22T15:01:47.892Z] error: Failed to login to Pi-Hole API, status: 401 +[2025-03-22T15:01:49.270Z] error: HTTP 403 logging in to qBittorrent. Data: Your IP address has been banned after too many failed authentication attempts. +[2025-03-22T15:01:49.350Z] error: Failed to login to Pi-Hole API, status: 401 +[2025-03-22T15:01:50.277Z] error: HTTP 403 logging in to qBittorrent. Data: Your IP address has been banned after too many failed authentication attempts. +[2025-03-22T15:01:50.345Z] error: Failed to login to Pi-Hole API, status: 401 +[2025-03-22T15:01:51.266Z] error: HTTP 403 logging in to qBittorrent. Data: Your IP address has been banned after too many failed authentication attempts. +[2025-03-22T15:01:51.342Z] error: Failed to login to Pi-Hole API, status: 401 +[2025-03-22T15:01:53.865Z] error: HTTP 403 logging in to qBittorrent. Data: Your IP address has been banned after too many failed authentication attempts. +[2025-03-22T15:01:53.936Z] error: Failed to login to Pi-Hole API, status: 401 +[2025-03-22T15:01:59.720Z] error: HTTP 403 logging in to qBittorrent. Data: Your IP address has been banned after too many failed authentication attempts. +[2025-03-22T15:03:34.303Z] error: HTTP 403 logging in to qBittorrent. Data: Your IP address has been banned after too many failed authentication attempts. +[2025-03-22T15:03:34.365Z] error: Failed to login to Pi-Hole API, status: 401 +[2025-03-22T15:04:56.217Z] error: Failed to load services.yaml, please check for errors +[2025-03-22T15:04:56.217Z] error: YAMLException: end of the stream or a document separator is expected (6:1) + + 3 | # https://gethomepage.dev/config ... + 4 | environment: + 5 | name: 'FTLCONF_webserver_api_p ... + 6 | - Local Containers: +-----^ + 7 | - pihole: + 8 | href: https://10.0.0.121 ... +[2025-03-22T15:04:56.233Z] error: end of the stream or a document separator is expected (6:1) + + 3 | # https://gethomepage.dev/config ... + 4 | environment: + 5 | name: 'FTLCONF_webserver_api_p ... + 6 | - Local Containers: +-----^ + 7 | - pihole: + 8 | href: https://10.0.0.121 ... +[2025-03-22T15:04:56.237Z] error: YAMLException: end of the stream or a document separator is expected (6:1) + + 3 | # https://gethomepage.dev/config ... + 4 | environment: + 5 | name: 'FTLCONF_webserver_api_p ... + 6 | - Local Containers: +-----^ + 7 | - pihole: + 8 | href: https://10.0.0.121 ... + at generateError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1273:10) + at throwError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1277:9) + at readDocument (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2735:5) + at loadDocuments (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2778:5) + at Object.load$1 [as load] (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2804:19) + at y (/app/.next/server/chunks/8567.js:1:8104) + at async b (/app/.next/server/chunks/8567.js:1:10597) + at async u (/app/.next/server/pages/api/ping.js:1:1146) + at async z (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:20:17092) + at async U.render (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:20:17800) +[2025-03-22T15:04:56.238Z] error: end of the stream or a document separator is expected (6:1) + + 3 | # https://gethomepage.dev/config ... + 4 | environment: + 5 | name: 'FTLCONF_webserver_api_p ... + 6 | - Local Containers: +-----^ + 7 | - pihole: + 8 | href: https://10.0.0.121 ... +[2025-03-22T15:04:56.239Z] error: YAMLException: end of the stream or a document separator is expected (6:1) + + 3 | # https://gethomepage.dev/config ... + 4 | environment: + 5 | name: 'FTLCONF_webserver_api_p ... + 6 | - Local Containers: +-----^ + 7 | - pihole: + 8 | href: https://10.0.0.121 ... + at generateError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1273:10) + at throwError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1277:9) + at readDocument (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2735:5) + at loadDocuments (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2778:5) + at Object.load$1 [as load] (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2804:19) + at y (/app/.next/server/chunks/8567.js:1:8104) + at async b (/app/.next/server/chunks/8567.js:1:10597) + at async u (/app/.next/server/pages/api/ping.js:1:1146) + at async z (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:20:17092) + at async U.render (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:20:17800) +[2025-03-22T15:04:56.240Z] error: end of the stream or a document separator is expected (6:1) + + 3 | # https://gethomepage.dev/config ... + 4 | environment: + 5 | name: 'FTLCONF_webserver_api_p ... + 6 | - Local Containers: +-----^ + 7 | - pihole: + 8 | href: https://10.0.0.121 ... +[2025-03-22T15:04:56.241Z] error: YAMLException: end of the stream or a document separator is expected (6:1) + + 3 | # https://gethomepage.dev/config ... + 4 | environment: + 5 | name: 'FTLCONF_webserver_api_p ... + 6 | - Local Containers: +-----^ + 7 | - pihole: + 8 | href: https://10.0.0.121 ... + at generateError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1273:10) + at throwError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1277:9) + at readDocument (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2735:5) + at loadDocuments (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2778:5) + at Object.load$1 [as load] (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2804:19) + at y (/app/.next/server/chunks/8567.js:1:8104) + at async b (/app/.next/server/chunks/8567.js:1:10597) + at async u (/app/.next/server/pages/api/ping.js:1:1146) + at async z (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:20:17092) + at async U.render (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:20:17800) +[2025-03-22T15:04:56.244Z] error: end of the stream or a document separator is expected (6:1) + + 3 | # https://gethomepage.dev/config ... + 4 | environment: + 5 | name: 'FTLCONF_webserver_api_p ... + 6 | - Local Containers: +-----^ + 7 | - pihole: + 8 | href: https://10.0.0.121 ... +[2025-03-22T15:04:56.245Z] error: YAMLException: end of the stream or a document separator is expected (6:1) + + 3 | # https://gethomepage.dev/config ... + 4 | environment: + 5 | name: 'FTLCONF_webserver_api_p ... + 6 | - Local Containers: +-----^ + 7 | - pihole: + 8 | href: https://10.0.0.121 ... + at generateError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1273:10) + at throwError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1277:9) + at readDocument (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2735:5) + at loadDocuments (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2778:5) + at Object.load$1 [as load] (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2804:19) + at y (/app/.next/server/chunks/8567.js:1:8104) + at async b (/app/.next/server/chunks/8567.js:1:10597) + at async u (/app/.next/server/pages/api/ping.js:1:1146) + at async z (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:20:17092) + at async U.render (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:20:17800) +[2025-03-22T15:04:56.252Z] error: end of the stream or a document separator is expected (6:1) + + 3 | # https://gethomepage.dev/config ... + 4 | environment: + 5 | name: 'FTLCONF_webserver_api_p ... + 6 | - Local Containers: +-----^ + 7 | - pihole: + 8 | href: https://10.0.0.121 ... +[2025-03-22T15:04:56.253Z] error: YAMLException: end of the stream or a document separator is expected (6:1) + + 3 | # https://gethomepage.dev/config ... + 4 | environment: + 5 | name: 'FTLCONF_webserver_api_p ... + 6 | - Local Containers: +-----^ + 7 | - pihole: + 8 | href: https://10.0.0.121 ... + at generateError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1273:10) + at throwError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1277:9) + at readDocument (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2735:5) + at loadDocuments (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2778:5) + at Object.load$1 [as load] (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2804:19) + at y (/app/.next/server/chunks/8567.js:1:8104) + at async b (/app/.next/server/chunks/8567.js:1:10597) + at async u (/app/.next/server/pages/api/ping.js:1:1146) + at async z (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:20:17092) + at async U.render (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:20:17800) +[2025-03-22T15:04:56.259Z] error: end of the stream or a document separator is expected (6:1) + + 3 | # https://gethomepage.dev/config ... + 4 | environment: + 5 | name: 'FTLCONF_webserver_api_p ... + 6 | - Local Containers: +-----^ + 7 | - pihole: + 8 | href: https://10.0.0.121 ... +[2025-03-22T15:04:56.260Z] error: YAMLException: end of the stream or a document separator is expected (6:1) + + 3 | # https://gethomepage.dev/config ... + 4 | environment: + 5 | name: 'FTLCONF_webserver_api_p ... + 6 | - Local Containers: +-----^ + 7 | - pihole: + 8 | href: https://10.0.0.121 ... + at generateError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1273:10) + at throwError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1277:9) + at readDocument (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2735:5) + at loadDocuments (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2778:5) + at Object.load$1 [as load] (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2804:19) + at y (/app/.next/server/chunks/8567.js:1:8104) + at async b (/app/.next/server/chunks/8567.js:1:10597) + at async u (/app/.next/server/pages/api/ping.js:1:1146) + at async z (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:20:17092) + at async U.render (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:20:17800) +[2025-03-22T15:04:56.263Z] error: YAMLException: end of the stream or a document separator is expected (6:1) + + 3 | # https://gethomepage.dev/config ... + 4 | environment: + 5 | name: 'FTLCONF_webserver_api_p ... + 6 | - Local Containers: +-----^ + 7 | - pihole: + 8 | href: https://10.0.0.121 ... + at generateError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1273:10) + at throwError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1277:9) + at readDocument (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2735:5) + at loadDocuments (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2778:5) + at Object.load$1 [as load] (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2804:19) + at y (/app/.next/server/chunks/8567.js:1:8104) + at async b (/app/.next/server/chunks/8567.js:1:10597) + at async A (/app/.next/server/chunks/8567.js:1:10876) + at async u (/app/.next/server/pages/api/services/proxy.js:1:1991) + at async z (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:20:17092) +[2025-03-22T15:04:56.264Z] error: YAMLException: end of the stream or a document separator is expected (6:1) + + 3 | # https://gethomepage.dev/config ... + 4 | environment: + 5 | name: 'FTLCONF_webserver_api_p ... + 6 | - Local Containers: +-----^ + 7 | - pihole: + 8 | href: https://10.0.0.121 ... + at generateError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1273:10) + at throwError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1277:9) + at readDocument (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2735:5) + at loadDocuments (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2778:5) + at Object.load$1 [as load] (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2804:19) + at y (/app/.next/server/chunks/8567.js:1:8104) + at async b (/app/.next/server/chunks/8567.js:1:10597) + at async A (/app/.next/server/chunks/8567.js:1:10876) + at async u (/app/.next/server/pages/api/services/proxy.js:1:1991) + at async z (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:20:17092) +[2025-03-22T15:04:56.265Z] error: YAMLException: end of the stream or a document separator is expected (6:1) + + 3 | # https://gethomepage.dev/config ... + 4 | environment: + 5 | name: 'FTLCONF_webserver_api_p ... + 6 | - Local Containers: +-----^ + 7 | - pihole: + 8 | href: https://10.0.0.121 ... + at generateError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1273:10) + at throwError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1277:9) + at readDocument (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2735:5) + at loadDocuments (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2778:5) + at Object.load$1 [as load] (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2804:19) + at y (/app/.next/server/chunks/8567.js:1:8104) + at async b (/app/.next/server/chunks/8567.js:1:10597) + at async A (/app/.next/server/chunks/8567.js:1:10876) + at async u (/app/.next/server/pages/api/services/proxy.js:1:1991) + at async z (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:20:17092) +[2025-03-22T15:04:56.272Z] error: YAMLException: end of the stream or a document separator is expected (6:1) + + 3 | # https://gethomepage.dev/config ... + 4 | environment: + 5 | name: 'FTLCONF_webserver_api_p ... + 6 | - Local Containers: +-----^ + 7 | - pihole: + 8 | href: https://10.0.0.121 ... + at generateError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1273:10) + at throwError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1277:9) + at readDocument (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2735:5) + at loadDocuments (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2778:5) + at Object.load$1 [as load] (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2804:19) + at y (/app/.next/server/chunks/8567.js:1:8104) + at async b (/app/.next/server/chunks/8567.js:1:10597) + at async A (/app/.next/server/chunks/8567.js:1:10876) + at async u (/app/.next/server/pages/api/services/proxy.js:1:1991) + at async z (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:20:17092) +[2025-03-22T15:04:56.273Z] error: YAMLException: end of the stream or a document separator is expected (6:1) + + 3 | # https://gethomepage.dev/config ... + 4 | environment: + 5 | name: 'FTLCONF_webserver_api_p ... + 6 | - Local Containers: +-----^ + 7 | - pihole: + 8 | href: https://10.0.0.121 ... + at generateError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1273:10) + at throwError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1277:9) + at readDocument (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2735:5) + at loadDocuments (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2778:5) + at Object.load$1 [as load] (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2804:19) + at y (/app/.next/server/chunks/8567.js:1:8104) + at async b (/app/.next/server/chunks/8567.js:1:10597) + at async A (/app/.next/server/chunks/8567.js:1:10876) + at async u (/app/.next/server/pages/api/services/proxy.js:1:1991) + at async z (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:20:17092) +[2025-03-22T15:04:56.276Z] error: YAMLException: end of the stream or a document separator is expected (6:1) + + 3 | # https://gethomepage.dev/config ... + 4 | environment: + 5 | name: 'FTLCONF_webserver_api_p ... + 6 | - Local Containers: +-----^ + 7 | - pihole: + 8 | href: https://10.0.0.121 ... + at generateError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1273:10) + at throwError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1277:9) + at readDocument (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2735:5) + at loadDocuments (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2778:5) + at Object.load$1 [as load] (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2804:19) + at y (/app/.next/server/chunks/8567.js:1:8104) + at async b (/app/.next/server/chunks/8567.js:1:10597) + at async A (/app/.next/server/chunks/8567.js:1:10876) + at async u (/app/.next/server/pages/api/services/proxy.js:1:1991) + at async z (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:20:17092) +[2025-03-22T15:04:56.277Z] error: YAMLException: end of the stream or a document separator is expected (6:1) + + 3 | # https://gethomepage.dev/config ... + 4 | environment: + 5 | name: 'FTLCONF_webserver_api_p ... + 6 | - Local Containers: +-----^ + 7 | - pihole: + 8 | href: https://10.0.0.121 ... + at generateError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1273:10) + at throwError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1277:9) + at readDocument (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2735:5) + at loadDocuments (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2778:5) + at Object.load$1 [as load] (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2804:19) + at y (/app/.next/server/chunks/8567.js:1:8104) + at async b (/app/.next/server/chunks/8567.js:1:10597) + at async A (/app/.next/server/chunks/8567.js:1:10876) + at async u (/app/.next/server/pages/api/services/proxy.js:1:1991) + at async z (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:20:17092) +[2025-03-22T15:04:56.287Z] error: YAMLException: end of the stream or a document separator is expected (6:1) + + 3 | # https://gethomepage.dev/config ... + 4 | environment: + 5 | name: 'FTLCONF_webserver_api_p ... + 6 | - Local Containers: +-----^ + 7 | - pihole: + 8 | href: https://10.0.0.121 ... + at generateError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1273:10) + at throwError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1277:9) + at readDocument (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2735:5) + at loadDocuments (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2778:5) + at Object.load$1 [as load] (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2804:19) + at y (/app/.next/server/chunks/8567.js:1:8104) + at async b (/app/.next/server/chunks/8567.js:1:10597) + at async A (/app/.next/server/chunks/8567.js:1:10876) + at async u (/app/.next/server/pages/api/services/proxy.js:1:1991) + at async z (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:20:17092) +[2025-03-22T15:04:56.288Z] error: YAMLException: end of the stream or a document separator is expected (6:1) + + 3 | # https://gethomepage.dev/config ... + 4 | environment: + 5 | name: 'FTLCONF_webserver_api_p ... + 6 | - Local Containers: +-----^ + 7 | - pihole: + 8 | href: https://10.0.0.121 ... + at generateError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1273:10) + at throwError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1277:9) + at readDocument (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2735:5) + at loadDocuments (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2778:5) + at Object.load$1 [as load] (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2804:19) + at y (/app/.next/server/chunks/8567.js:1:8104) + at async b (/app/.next/server/chunks/8567.js:1:10597) + at async A (/app/.next/server/chunks/8567.js:1:10876) + at async u (/app/.next/server/pages/api/services/proxy.js:1:1991) + at async z (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:20:17092) +[2025-03-22T15:04:56.289Z] error: YAMLException: end of the stream or a document separator is expected (6:1) + + 3 | # https://gethomepage.dev/config ... + 4 | environment: + 5 | name: 'FTLCONF_webserver_api_p ... + 6 | - Local Containers: +-----^ + 7 | - pihole: + 8 | href: https://10.0.0.121 ... + at generateError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1273:10) + at throwError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1277:9) + at readDocument (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2735:5) + at loadDocuments (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2778:5) + at Object.load$1 [as load] (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2804:19) + at y (/app/.next/server/chunks/8567.js:1:8104) + at async b (/app/.next/server/chunks/8567.js:1:10597) + at async A (/app/.next/server/chunks/8567.js:1:10876) + at async u (/app/.next/server/pages/api/services/proxy.js:1:1991) + at async z (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:20:17092) +[2025-03-22T15:04:56.306Z] error: Failed to load services.yaml, please check for errors +[2025-03-22T15:04:56.306Z] error: YAMLException: end of the stream or a document separator is expected (6:1) + + 3 | # https://gethomepage.dev/config ... + 4 | environment: + 5 | name: 'FTLCONF_webserver_api_p ... + 6 | - Local Containers: +-----^ + 7 | - pihole: + 8 | href: https://10.0.0.121 ... +[2025-03-22T15:04:56.521Z] error: Failed to load services.yaml, please check for errors +[2025-03-22T15:04:56.521Z] error: YAMLException: end of the stream or a document separator is expected (6:1) + + 3 | # https://gethomepage.dev/config ... + 4 | environment: + 5 | name: 'FTLCONF_webserver_api_p ... + 6 | - Local Containers: +-----^ + 7 | - pihole: + 8 | href: https://10.0.0.121 ... +[2025-03-22T15:05:29.185Z] error: HTTP 403 logging in to qBittorrent. Data: Your IP address has been banned after too many failed authentication attempts. +[2025-03-22T15:05:29.265Z] error: Failed to login to Pi-Hole API, status: 401 +[2025-03-22T15:05:34.208Z] error: HTTP 403 logging in to qBittorrent. Data: Your IP address has been banned after too many failed authentication attempts. +[2025-03-22T15:05:34.500Z] error: HTTP 403 logging in to qBittorrent. Data: Your IP address has been banned after too many failed authentication attempts. +[2025-03-22T15:05:34.597Z] error: Failed to login to Pi-Hole API, status: 401 +[2025-03-22T15:05:44.693Z] error: HTTP 403 logging in to qBittorrent. Data: Your IP address has been banned after too many failed authentication attempts. +[2025-03-22T15:05:49.718Z] error: HTTP 403 logging in to qBittorrent. Data: Your IP address has been banned after too many failed authentication attempts. +[2025-03-22T15:05:58.116Z] error: Failed to load services.yaml, please check for errors +[2025-03-22T15:05:58.116Z] error: YAMLException: end of the stream or a document separator is expected (7:1) + + 4 | environment: + 5 | name: 'FTLCONF_webserver_api_p ... + 6 | + 7 | - Local Containers: +-----^ + 8 | - pihole: + 9 | href: https://10.0.0.121 ... +[2025-03-22T15:05:58.144Z] error: end of the stream or a document separator is expected (7:1) + + 4 | environment: + 5 | name: 'FTLCONF_webserver_api_p ... + 6 | + 7 | - Local Containers: +-----^ + 8 | - pihole: + 9 | href: https://10.0.0.121 ... +[2025-03-22T15:05:58.145Z] error: YAMLException: end of the stream or a document separator is expected (7:1) + + 4 | environment: + 5 | name: 'FTLCONF_webserver_api_p ... + 6 | + 7 | - Local Containers: +-----^ + 8 | - pihole: + 9 | href: https://10.0.0.121 ... + at generateError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1273:10) + at throwError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1277:9) + at readDocument (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2735:5) + at loadDocuments (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2778:5) + at Object.load$1 [as load] (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2804:19) + at y (/app/.next/server/chunks/8567.js:1:8104) + at async b (/app/.next/server/chunks/8567.js:1:10597) + at async u (/app/.next/server/pages/api/ping.js:1:1146) + at async z (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:20:17092) + at async U.render (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:20:17800) +[2025-03-22T15:05:58.146Z] error: end of the stream or a document separator is expected (7:1) + + 4 | environment: + 5 | name: 'FTLCONF_webserver_api_p ... + 6 | + 7 | - Local Containers: +-----^ + 8 | - pihole: + 9 | href: https://10.0.0.121 ... +[2025-03-22T15:05:58.147Z] error: YAMLException: end of the stream or a document separator is expected (7:1) + + 4 | environment: + 5 | name: 'FTLCONF_webserver_api_p ... + 6 | + 7 | - Local Containers: +-----^ + 8 | - pihole: + 9 | href: https://10.0.0.121 ... + at generateError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1273:10) + at throwError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1277:9) + at readDocument (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2735:5) + at loadDocuments (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2778:5) + at Object.load$1 [as load] (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2804:19) + at y (/app/.next/server/chunks/8567.js:1:8104) + at async b (/app/.next/server/chunks/8567.js:1:10597) + at async u (/app/.next/server/pages/api/ping.js:1:1146) + at async z (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:20:17092) + at async U.render (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:20:17800) +[2025-03-22T15:05:58.147Z] error: end of the stream or a document separator is expected (7:1) + + 4 | environment: + 5 | name: 'FTLCONF_webserver_api_p ... + 6 | + 7 | - Local Containers: +-----^ + 8 | - pihole: + 9 | href: https://10.0.0.121 ... +[2025-03-22T15:05:58.148Z] error: YAMLException: end of the stream or a document separator is expected (7:1) + + 4 | environment: + 5 | name: 'FTLCONF_webserver_api_p ... + 6 | + 7 | - Local Containers: +-----^ + 8 | - pihole: + 9 | href: https://10.0.0.121 ... + at generateError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1273:10) + at throwError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1277:9) + at readDocument (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2735:5) + at loadDocuments (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2778:5) + at Object.load$1 [as load] (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2804:19) + at y (/app/.next/server/chunks/8567.js:1:8104) + at async b (/app/.next/server/chunks/8567.js:1:10597) + at async u (/app/.next/server/pages/api/ping.js:1:1146) + at async z (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:20:17092) + at async U.render (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:20:17800) +[2025-03-22T15:05:58.152Z] error: end of the stream or a document separator is expected (7:1) + + 4 | environment: + 5 | name: 'FTLCONF_webserver_api_p ... + 6 | + 7 | - Local Containers: +-----^ + 8 | - pihole: + 9 | href: https://10.0.0.121 ... +[2025-03-22T15:05:58.153Z] error: YAMLException: end of the stream or a document separator is expected (7:1) + + 4 | environment: + 5 | name: 'FTLCONF_webserver_api_p ... + 6 | + 7 | - Local Containers: +-----^ + 8 | - pihole: + 9 | href: https://10.0.0.121 ... + at generateError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1273:10) + at throwError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1277:9) + at readDocument (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2735:5) + at loadDocuments (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2778:5) + at Object.load$1 [as load] (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2804:19) + at y (/app/.next/server/chunks/8567.js:1:8104) + at async b (/app/.next/server/chunks/8567.js:1:10597) + at async u (/app/.next/server/pages/api/ping.js:1:1146) + at async z (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:20:17092) + at async U.render (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:20:17800) +[2025-03-22T15:05:58.158Z] error: end of the stream or a document separator is expected (7:1) + + 4 | environment: + 5 | name: 'FTLCONF_webserver_api_p ... + 6 | + 7 | - Local Containers: +-----^ + 8 | - pihole: + 9 | href: https://10.0.0.121 ... +[2025-03-22T15:05:58.159Z] error: YAMLException: end of the stream or a document separator is expected (7:1) + + 4 | environment: + 5 | name: 'FTLCONF_webserver_api_p ... + 6 | + 7 | - Local Containers: +-----^ + 8 | - pihole: + 9 | href: https://10.0.0.121 ... + at generateError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1273:10) + at throwError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1277:9) + at readDocument (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2735:5) + at loadDocuments (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2778:5) + at Object.load$1 [as load] (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2804:19) + at y (/app/.next/server/chunks/8567.js:1:8104) + at async b (/app/.next/server/chunks/8567.js:1:10597) + at async u (/app/.next/server/pages/api/ping.js:1:1146) + at async z (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:20:17092) + at async U.render (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:20:17800) +[2025-03-22T15:05:58.159Z] error: end of the stream or a document separator is expected (7:1) + + 4 | environment: + 5 | name: 'FTLCONF_webserver_api_p ... + 6 | + 7 | - Local Containers: +-----^ + 8 | - pihole: + 9 | href: https://10.0.0.121 ... +[2025-03-22T15:05:58.161Z] error: YAMLException: end of the stream or a document separator is expected (7:1) + + 4 | environment: + 5 | name: 'FTLCONF_webserver_api_p ... + 6 | + 7 | - Local Containers: +-----^ + 8 | - pihole: + 9 | href: https://10.0.0.121 ... + at generateError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1273:10) + at throwError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1277:9) + at readDocument (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2735:5) + at loadDocuments (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2778:5) + at Object.load$1 [as load] (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2804:19) + at y (/app/.next/server/chunks/8567.js:1:8104) + at async b (/app/.next/server/chunks/8567.js:1:10597) + at async u (/app/.next/server/pages/api/ping.js:1:1146) + at async z (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:20:17092) + at async U.render (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:20:17800) +[2025-03-22T15:05:58.169Z] error: YAMLException: end of the stream or a document separator is expected (7:1) + + 4 | environment: + 5 | name: 'FTLCONF_webserver_api_p ... + 6 | + 7 | - Local Containers: +-----^ + 8 | - pihole: + 9 | href: https://10.0.0.121 ... + at generateError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1273:10) + at throwError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1277:9) + at readDocument (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2735:5) + at loadDocuments (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2778:5) + at Object.load$1 [as load] (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2804:19) + at y (/app/.next/server/chunks/8567.js:1:8104) + at async b (/app/.next/server/chunks/8567.js:1:10597) + at async A (/app/.next/server/chunks/8567.js:1:10876) + at async u (/app/.next/server/pages/api/services/proxy.js:1:1991) + at async z (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:20:17092) +[2025-03-22T15:05:58.170Z] error: YAMLException: end of the stream or a document separator is expected (7:1) + + 4 | environment: + 5 | name: 'FTLCONF_webserver_api_p ... + 6 | + 7 | - Local Containers: +-----^ + 8 | - pihole: + 9 | href: https://10.0.0.121 ... + at generateError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1273:10) + at throwError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1277:9) + at readDocument (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2735:5) + at loadDocuments (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2778:5) + at Object.load$1 [as load] (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2804:19) + at y (/app/.next/server/chunks/8567.js:1:8104) + at async b (/app/.next/server/chunks/8567.js:1:10597) + at async A (/app/.next/server/chunks/8567.js:1:10876) + at async u (/app/.next/server/pages/api/services/proxy.js:1:1991) + at async z (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:20:17092) +[2025-03-22T15:05:58.170Z] error: YAMLException: end of the stream or a document separator is expected (7:1) + + 4 | environment: + 5 | name: 'FTLCONF_webserver_api_p ... + 6 | + 7 | - Local Containers: +-----^ + 8 | - pihole: + 9 | href: https://10.0.0.121 ... + at generateError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1273:10) + at throwError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1277:9) + at readDocument (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2735:5) + at loadDocuments (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2778:5) + at Object.load$1 [as load] (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2804:19) + at y (/app/.next/server/chunks/8567.js:1:8104) + at async b (/app/.next/server/chunks/8567.js:1:10597) + at async A (/app/.next/server/chunks/8567.js:1:10876) + at async u (/app/.next/server/pages/api/services/proxy.js:1:1991) + at async z (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:20:17092) +[2025-03-22T15:05:58.171Z] error: YAMLException: end of the stream or a document separator is expected (7:1) + + 4 | environment: + 5 | name: 'FTLCONF_webserver_api_p ... + 6 | + 7 | - Local Containers: +-----^ + 8 | - pihole: + 9 | href: https://10.0.0.121 ... + at generateError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1273:10) + at throwError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1277:9) + at readDocument (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2735:5) + at loadDocuments (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2778:5) + at Object.load$1 [as load] (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2804:19) + at y (/app/.next/server/chunks/8567.js:1:8104) + at async b (/app/.next/server/chunks/8567.js:1:10597) + at async A (/app/.next/server/chunks/8567.js:1:10876) + at async u (/app/.next/server/pages/api/services/proxy.js:1:1991) + at async z (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:20:17092) +[2025-03-22T15:05:58.176Z] error: YAMLException: end of the stream or a document separator is expected (7:1) + + 4 | environment: + 5 | name: 'FTLCONF_webserver_api_p ... + 6 | + 7 | - Local Containers: +-----^ + 8 | - pihole: + 9 | href: https://10.0.0.121 ... + at generateError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1273:10) + at throwError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1277:9) + at readDocument (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2735:5) + at loadDocuments (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2778:5) + at Object.load$1 [as load] (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2804:19) + at y (/app/.next/server/chunks/8567.js:1:8104) + at async b (/app/.next/server/chunks/8567.js:1:10597) + at async A (/app/.next/server/chunks/8567.js:1:10876) + at async u (/app/.next/server/pages/api/services/proxy.js:1:1991) + at async z (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:20:17092) +[2025-03-22T15:05:58.176Z] error: YAMLException: end of the stream or a document separator is expected (7:1) + + 4 | environment: + 5 | name: 'FTLCONF_webserver_api_p ... + 6 | + 7 | - Local Containers: +-----^ + 8 | - pihole: + 9 | href: https://10.0.0.121 ... + at generateError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1273:10) + at throwError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1277:9) + at readDocument (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2735:5) + at loadDocuments (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2778:5) + at Object.load$1 [as load] (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2804:19) + at y (/app/.next/server/chunks/8567.js:1:8104) + at async b (/app/.next/server/chunks/8567.js:1:10597) + at async A (/app/.next/server/chunks/8567.js:1:10876) + at async u (/app/.next/server/pages/api/services/proxy.js:1:1991) + at async z (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:20:17092) +[2025-03-22T15:05:58.185Z] error: YAMLException: end of the stream or a document separator is expected (7:1) + + 4 | environment: + 5 | name: 'FTLCONF_webserver_api_p ... + 6 | + 7 | - Local Containers: +-----^ + 8 | - pihole: + 9 | href: https://10.0.0.121 ... + at generateError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1273:10) + at throwError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1277:9) + at readDocument (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2735:5) + at loadDocuments (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2778:5) + at Object.load$1 [as load] (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2804:19) + at y (/app/.next/server/chunks/8567.js:1:8104) + at async b (/app/.next/server/chunks/8567.js:1:10597) + at async A (/app/.next/server/chunks/8567.js:1:10876) + at async u (/app/.next/server/pages/api/services/proxy.js:1:1991) + at async z (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:20:17092) +[2025-03-22T15:05:58.186Z] error: YAMLException: end of the stream or a document separator is expected (7:1) + + 4 | environment: + 5 | name: 'FTLCONF_webserver_api_p ... + 6 | + 7 | - Local Containers: +-----^ + 8 | - pihole: + 9 | href: https://10.0.0.121 ... + at generateError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1273:10) + at throwError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1277:9) + at readDocument (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2735:5) + at loadDocuments (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2778:5) + at Object.load$1 [as load] (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2804:19) + at y (/app/.next/server/chunks/8567.js:1:8104) + at async b (/app/.next/server/chunks/8567.js:1:10597) + at async A (/app/.next/server/chunks/8567.js:1:10876) + at async u (/app/.next/server/pages/api/services/proxy.js:1:1991) + at async z (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:20:17092) +[2025-03-22T15:05:58.186Z] error: YAMLException: end of the stream or a document separator is expected (7:1) + + 4 | environment: + 5 | name: 'FTLCONF_webserver_api_p ... + 6 | + 7 | - Local Containers: +-----^ + 8 | - pihole: + 9 | href: https://10.0.0.121 ... + at generateError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1273:10) + at throwError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1277:9) + at readDocument (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2735:5) + at loadDocuments (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2778:5) + at Object.load$1 [as load] (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2804:19) + at y (/app/.next/server/chunks/8567.js:1:8104) + at async b (/app/.next/server/chunks/8567.js:1:10597) + at async A (/app/.next/server/chunks/8567.js:1:10876) + at async u (/app/.next/server/pages/api/services/proxy.js:1:1991) + at async z (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:20:17092) +[2025-03-22T15:05:58.187Z] error: YAMLException: end of the stream or a document separator is expected (7:1) + + 4 | environment: + 5 | name: 'FTLCONF_webserver_api_p ... + 6 | + 7 | - Local Containers: +-----^ + 8 | - pihole: + 9 | href: https://10.0.0.121 ... + at generateError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1273:10) + at throwError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1277:9) + at readDocument (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2735:5) + at loadDocuments (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2778:5) + at Object.load$1 [as load] (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2804:19) + at y (/app/.next/server/chunks/8567.js:1:8104) + at async b (/app/.next/server/chunks/8567.js:1:10597) + at async A (/app/.next/server/chunks/8567.js:1:10876) + at async u (/app/.next/server/pages/api/services/proxy.js:1:1991) + at async z (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:20:17092) +[2025-03-22T15:05:58.197Z] error: Failed to load services.yaml, please check for errors +[2025-03-22T15:05:58.197Z] error: YAMLException: end of the stream or a document separator is expected (7:1) + + 4 | environment: + 5 | name: 'FTLCONF_webserver_api_p ... + 6 | + 7 | - Local Containers: +-----^ + 8 | - pihole: + 9 | href: https://10.0.0.121 ... +[2025-03-22T15:05:58.397Z] error: Failed to load services.yaml, please check for errors +[2025-03-22T15:05:58.397Z] error: YAMLException: end of the stream or a document separator is expected (7:1) + + 4 | environment: + 5 | name: 'FTLCONF_webserver_api_p ... + 6 | + 7 | - Local Containers: +-----^ + 8 | - pihole: + 9 | href: https://10.0.0.121 ... +[2025-03-22T15:12:30.185Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-22T15:12:30.202Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-22T15:12:30.219Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-22T15:14:47.826Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-22T15:14:47.897Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-22T15:14:47.903Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-22T15:14:47.907Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-22T15:14:47.912Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-22T15:14:47.917Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-22T15:14:47.923Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-22T15:14:47.929Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-22T15:14:47.934Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-22T15:14:47.941Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-22T15:14:47.946Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-22T15:14:47.949Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-22T15:14:47.977Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-22T15:17:58.382Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-22T15:17:58.456Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-22T15:17:58.462Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-22T15:17:58.468Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-22T15:17:58.475Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-22T15:17:58.481Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-22T15:17:58.489Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-22T15:17:58.495Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-22T15:17:58.501Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-22T15:17:58.513Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-22T15:17:58.518Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-22T15:17:58.521Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-22T15:17:58.530Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-22T15:18:07.435Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-22T15:18:07.539Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-22T15:18:07.543Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-22T15:18:07.552Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-22T15:18:07.555Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-22T15:18:07.558Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-22T15:18:07.562Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-22T15:18:07.566Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-22T15:18:07.568Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-22T15:18:07.570Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-22T15:18:07.573Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-22T15:18:07.583Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-22T15:18:07.587Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-22T15:18:21.473Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-22T15:18:21.476Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-22T15:18:59.566Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-22T15:18:59.569Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-22T15:20:16.492Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-22T15:20:16.494Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-22T15:20:19.057Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-22T15:20:19.150Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-22T15:20:19.154Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-22T15:20:19.157Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-22T15:20:19.159Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-22T15:20:19.161Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-22T15:20:19.163Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-22T15:20:19.169Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-22T15:20:19.171Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-22T15:20:19.174Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-22T15:20:19.177Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-22T15:20:19.185Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-22T15:20:29.863Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-22T15:20:29.865Z] error: Host validation failed for: 10.0.0.121:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port. +[2025-03-22T15:21:50.516Z] error: Error calling http://10.0.0.121:9117/UI/Dashboard... +[2025-03-22T15:21:50.520Z] error: [ + 500, + [Error: read ECONNRESET] { + errno: -104, + code: 'ECONNRESET', + syscall: 'read' + } +] +[2025-03-22T15:21:50.521Z] error: Failed to fetch Jackett cookie, status: 500 +[2025-03-22T15:21:50.576Z] error: Failed to login to Pi-Hole API, status: 401 +[2025-03-22T15:21:50.599Z] error: Error logging in to qBittorrent: Data: Fails. +[2025-03-22T15:21:52.780Z] error: Failed to login to Pi-Hole API, status: 401 +[2025-03-22T15:21:52.828Z] error: Error logging in to qBittorrent: Data: Fails. +[2025-03-22T15:21:58.608Z] error: Error logging in to qBittorrent: Data: Fails. +[2025-03-22T15:22:18.484Z] error: Failed to login to Pi-Hole API, status: 401 +[2025-03-22T15:22:18.551Z] error: Error logging in to qBittorrent: Data: Fails. +[2025-03-22T15:22:29.122Z] error: Error logging in to qBittorrent: Data: Fails. +[2025-03-22T15:22:42.919Z] error: HTTP 403 logging in to qBittorrent. Data: Your IP address has been banned after too many failed authentication attempts. +[2025-03-22T15:22:42.982Z] error: Failed to login to Pi-Hole API, status: 401 +[2025-03-22T15:22:43.429Z] error: HTTP 403 logging in to qBittorrent. Data: Your IP address has been banned after too many failed authentication attempts. +[2025-03-22T15:22:43.486Z] error: Failed to login to Pi-Hole API, status: 401 +[2025-03-22T15:22:45.764Z] error: HTTP 403 logging in to qBittorrent. Data: Your IP address has been banned after too many failed authentication attempts. +[2025-03-22T15:22:45.839Z] error: Failed to login to Pi-Hole API, status: 401 +[2025-03-22T15:22:51.237Z] error: HTTP 403 logging in to qBittorrent. Data: Your IP address has been banned after too many failed authentication attempts. +[2025-03-22T15:22:54.340Z] error: HTTP 403 logging in to qBittorrent. Data: Your IP address has been banned after too many failed authentication attempts. +[2025-03-22T15:22:54.400Z] error: Failed to login to Pi-Hole API, status: 401 +[2025-03-22T15:22:59.533Z] error: HTTP 403 logging in to qBittorrent. Data: Your IP address has been banned after too many failed authentication attempts. +[2025-03-22T15:24:55.146Z] error: HTTP 403 logging in to qBittorrent. Data: Your IP address has been banned after too many failed authentication attempts. +[2025-03-22T15:24:55.200Z] error: Failed to login to Pi-Hole API, status: 401 +[2025-03-22T15:25:05.338Z] error: HTTP 403 logging in to qBittorrent. Data: Your IP address has been banned after too many failed authentication attempts. +[2025-03-22T15:25:05.397Z] error: Failed to login to Pi-Hole API, status: 401 +[2025-03-22T15:25:56.904Z] error: HTTP 403 logging in to qBittorrent. Data: Your IP address has been banned after too many failed authentication attempts. +[2025-03-22T15:25:57.026Z] error: Failed to login to Pi-Hole API, status: 401 +[2025-03-22T15:25:57.481Z] error: HTTP 403 logging in to qBittorrent. Data: Your IP address has been banned after too many failed authentication attempts. +[2025-03-22T15:25:57.540Z] error: Failed to login to Pi-Hole API, status: 401 +[2025-03-22T15:26:02.857Z] error: HTTP 403 logging in to qBittorrent. Data: Your IP address has been banned after too many failed authentication attempts. +[2025-03-22T15:26:03.173Z] error: HTTP 403 logging in to qBittorrent. Data: Your IP address has been banned after too many failed authentication attempts. +[2025-03-22T15:26:03.226Z] error: Failed to login to Pi-Hole API, status: 401 +[2025-03-22T15:26:08.427Z] error: HTTP 403 logging in to qBittorrent. Data: Your IP address has been banned after too many failed authentication attempts. +[2025-03-22T15:29:43.119Z] error: Error calling http://10.0.0.121:9117/UI/Dashboard... +[2025-03-22T15:29:43.124Z] error: [ 500, [Error: socket hang up] { code: 'ECONNRESET' } ] +[2025-03-22T15:29:43.124Z] error: Failed to fetch Jackett cookie, status: 500 +[2025-03-22T15:29:43.233Z] error: Failed to login to Pi-Hole API, status: 401 +[2025-03-22T15:29:43.278Z] error: Error logging in to qBittorrent: Data: Fails. +[2025-03-22T15:29:44.071Z] error: Failed to login to Pi-Hole API, status: 401 +[2025-03-22T15:29:44.073Z] error: Error logging in to qBittorrent: Data: Fails. +[2025-03-22T15:29:55.141Z] error: Error logging in to qBittorrent: Data: Fails. +[2025-03-22T15:30:40.958Z] error: Error logging in to qBittorrent: Data: Fails. +[2025-03-22T15:30:41.472Z] error: Error logging in to qBittorrent: Data: Fails. +[2025-03-22T15:30:46.518Z] error: HTTP 403 logging in to qBittorrent. Data: Your IP address has been banned after too many failed authentication attempts. +[2025-03-22T15:31:01.840Z] error: HTTP 403 logging in to qBittorrent. Data: Your IP address has been banned after too many failed authentication attempts. +[2025-03-22T15:31:07.550Z] error: HTTP 403 logging in to qBittorrent. Data: Your IP address has been banned after too many failed authentication attempts. +[2025-03-22T15:31:11.808Z] error: HTTP 403 logging in to qBittorrent. Data: Your IP address has been banned after too many failed authentication attempts. +[2025-03-22T15:33:09.588Z] error: Failed to load services.yaml, please check for errors +[2025-03-22T15:33:09.589Z] error: YAMLException: unexpected end of the stream within a double quoted scalar (129:1) + + 126 | icon: searxng.png + 127 | description: Privacy-re ... + 128 | ping: https://search.pe ... + 129 | +-------^ +[2025-03-22T15:33:09.616Z] error: unexpected end of the stream within a double quoted scalar (129:1) + + 126 | icon: searxng.png + 127 | description: Privacy-re ... + 128 | ping: https://search.pe ... + 129 | +-------^ +[2025-03-22T15:33:09.620Z] error: YAMLException: unexpected end of the stream within a double quoted scalar (129:1) + + 126 | icon: searxng.png + 127 | description: Privacy-re ... + 128 | ping: https://search.pe ... + 129 | +-------^ + at generateError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1273:10) + at throwError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1277:9) + at readDoubleQuotedScalar (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1793:3) + at composeNode (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2537:13) + at readBlockMapping (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2254:11) + at composeNode (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2531:12) + at readBlockMapping (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2254:11) + at composeNode (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2531:12) + at readBlockMapping (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2254:11) + at composeNode (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2531:12) +[2025-03-22T15:33:09.621Z] error: unexpected end of the stream within a double quoted scalar (129:1) + + 126 | icon: searxng.png + 127 | description: Privacy-re ... + 128 | ping: https://search.pe ... + 129 | +-------^ +[2025-03-22T15:33:09.622Z] error: YAMLException: unexpected end of the stream within a double quoted scalar (129:1) + + 126 | icon: searxng.png + 127 | description: Privacy-re ... + 128 | ping: https://search.pe ... + 129 | +-------^ + at generateError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1273:10) + at throwError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1277:9) + at readDoubleQuotedScalar (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1793:3) + at composeNode (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2537:13) + at readBlockMapping (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2254:11) + at composeNode (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2531:12) + at readBlockMapping (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2254:11) + at composeNode (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2531:12) + at readBlockMapping (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2254:11) + at composeNode (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2531:12) +[2025-03-22T15:33:09.626Z] error: unexpected end of the stream within a double quoted scalar (129:1) + + 126 | icon: searxng.png + 127 | description: Privacy-re ... + 128 | ping: https://search.pe ... + 129 | +-------^ +[2025-03-22T15:33:09.627Z] error: YAMLException: unexpected end of the stream within a double quoted scalar (129:1) + + 126 | icon: searxng.png + 127 | description: Privacy-re ... + 128 | ping: https://search.pe ... + 129 | +-------^ + at generateError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1273:10) + at throwError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1277:9) + at readDoubleQuotedScalar (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1793:3) + at composeNode (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2537:13) + at readBlockMapping (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2254:11) + at composeNode (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2531:12) + at readBlockMapping (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2254:11) + at composeNode (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2531:12) + at readBlockMapping (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2254:11) + at composeNode (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2531:12) +[2025-03-22T15:33:09.635Z] error: unexpected end of the stream within a double quoted scalar (129:1) + + 126 | icon: searxng.png + 127 | description: Privacy-re ... + 128 | ping: https://search.pe ... + 129 | +-------^ +[2025-03-22T15:33:09.636Z] error: YAMLException: unexpected end of the stream within a double quoted scalar (129:1) + + 126 | icon: searxng.png + 127 | description: Privacy-re ... + 128 | ping: https://search.pe ... + 129 | +-------^ + at generateError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1273:10) + at throwError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1277:9) + at readDoubleQuotedScalar (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1793:3) + at composeNode (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2537:13) + at readBlockMapping (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2254:11) + at composeNode (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2531:12) + at readBlockMapping (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2254:11) + at composeNode (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2531:12) + at readBlockMapping (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2254:11) + at composeNode (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2531:12) +[2025-03-22T15:33:09.637Z] error: unexpected end of the stream within a double quoted scalar (129:1) + + 126 | icon: searxng.png + 127 | description: Privacy-re ... + 128 | ping: https://search.pe ... + 129 | +-------^ +[2025-03-22T15:33:09.638Z] error: YAMLException: unexpected end of the stream within a double quoted scalar (129:1) + + 126 | icon: searxng.png + 127 | description: Privacy-re ... + 128 | ping: https://search.pe ... + 129 | +-------^ + at generateError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1273:10) + at throwError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1277:9) + at readDoubleQuotedScalar (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1793:3) + at composeNode (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2537:13) + at readBlockMapping (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2254:11) + at composeNode (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2531:12) + at readBlockMapping (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2254:11) + at composeNode (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2531:12) + at readBlockMapping (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2254:11) + at composeNode (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2531:12) +[2025-03-22T15:33:09.643Z] error: YAMLException: unexpected end of the stream within a double quoted scalar (129:1) + + 126 | icon: searxng.png + 127 | description: Privacy-re ... + 128 | ping: https://search.pe ... + 129 | +-------^ + at generateError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1273:10) + at throwError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1277:9) + at readDoubleQuotedScalar (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1793:3) + at composeNode (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2537:13) + at readBlockMapping (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2254:11) + at composeNode (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2531:12) + at readBlockMapping (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2254:11) + at composeNode (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2531:12) + at readBlockMapping (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2254:11) + at composeNode (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2531:12) +[2025-03-22T15:33:09.641Z] error: unexpected end of the stream within a double quoted scalar (129:1) + + 126 | icon: searxng.png + 127 | description: Privacy-re ... + 128 | ping: https://search.pe ... + 129 | +-------^ +[2025-03-22T15:33:09.642Z] error: YAMLException: unexpected end of the stream within a double quoted scalar (129:1) + + 126 | icon: searxng.png + 127 | description: Privacy-re ... + 128 | ping: https://search.pe ... + 129 | +-------^ + at generateError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1273:10) + at throwError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1277:9) + at readDoubleQuotedScalar (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1793:3) + at composeNode (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2537:13) + at readBlockMapping (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2254:11) + at composeNode (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2531:12) + at readBlockMapping (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2254:11) + at composeNode (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2531:12) + at readBlockMapping (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2254:11) + at composeNode (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2531:12) +[2025-03-22T15:33:09.652Z] error: YAMLException: unexpected end of the stream within a double quoted scalar (129:1) + + 126 | icon: searxng.png + 127 | description: Privacy-re ... + 128 | ping: https://search.pe ... + 129 | +-------^ + at generateError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1273:10) + at throwError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1277:9) + at readDoubleQuotedScalar (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1793:3) + at composeNode (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2537:13) + at readBlockMapping (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2254:11) + at composeNode (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2531:12) + at readBlockMapping (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2254:11) + at composeNode (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2531:12) + at readBlockMapping (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2254:11) + at composeNode (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2531:12) +[2025-03-22T15:33:09.653Z] error: YAMLException: unexpected end of the stream within a double quoted scalar (129:1) + + 126 | icon: searxng.png + 127 | description: Privacy-re ... + 128 | ping: https://search.pe ... + 129 | +-------^ + at generateError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1273:10) + at throwError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1277:9) + at readDoubleQuotedScalar (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1793:3) + at composeNode (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2537:13) + at readBlockMapping (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2254:11) + at composeNode (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2531:12) + at readBlockMapping (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2254:11) + at composeNode (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2531:12) + at readBlockMapping (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2254:11) + at composeNode (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2531:12) +[2025-03-22T15:33:09.656Z] error: YAMLException: unexpected end of the stream within a double quoted scalar (129:1) + + 126 | icon: searxng.png + 127 | description: Privacy-re ... + 128 | ping: https://search.pe ... + 129 | +-------^ + at generateError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1273:10) + at throwError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1277:9) + at readDoubleQuotedScalar (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1793:3) + at composeNode (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2537:13) + at readBlockMapping (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2254:11) + at composeNode (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2531:12) + at readBlockMapping (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2254:11) + at composeNode (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2531:12) + at readBlockMapping (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2254:11) + at composeNode (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2531:12) +[2025-03-22T15:33:09.660Z] error: YAMLException: unexpected end of the stream within a double quoted scalar (129:1) + + 126 | icon: searxng.png + 127 | description: Privacy-re ... + 128 | ping: https://search.pe ... + 129 | +-------^ + at generateError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1273:10) + at throwError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1277:9) + at readDoubleQuotedScalar (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1793:3) + at composeNode (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2537:13) + at readBlockMapping (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2254:11) + at composeNode (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2531:12) + at readBlockMapping (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2254:11) + at composeNode (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2531:12) + at readBlockMapping (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2254:11) + at composeNode (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2531:12) +[2025-03-22T15:33:09.661Z] error: YAMLException: unexpected end of the stream within a double quoted scalar (129:1) + + 126 | icon: searxng.png + 127 | description: Privacy-re ... + 128 | ping: https://search.pe ... + 129 | +-------^ + at generateError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1273:10) + at throwError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1277:9) + at readDoubleQuotedScalar (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1793:3) + at composeNode (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2537:13) + at readBlockMapping (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2254:11) + at composeNode (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2531:12) + at readBlockMapping (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2254:11) + at composeNode (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2531:12) + at readBlockMapping (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2254:11) + at composeNode (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2531:12) +[2025-03-22T15:33:09.677Z] error: YAMLException: unexpected end of the stream within a double quoted scalar (129:1) + + 126 | icon: searxng.png + 127 | description: Privacy-re ... + 128 | ping: https://search.pe ... + 129 | +-------^ + at generateError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1273:10) + at throwError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1277:9) + at readDoubleQuotedScalar (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1793:3) + at composeNode (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2537:13) + at readBlockMapping (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2254:11) + at composeNode (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2531:12) + at readBlockMapping (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2254:11) + at composeNode (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2531:12) + at readBlockMapping (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2254:11) + at composeNode (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2531:12) +[2025-03-22T15:33:09.679Z] error: YAMLException: unexpected end of the stream within a double quoted scalar (129:1) + + 126 | icon: searxng.png + 127 | description: Privacy-re ... + 128 | ping: https://search.pe ... + 129 | +-------^ + at generateError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1273:10) + at throwError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1277:9) + at readDoubleQuotedScalar (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1793:3) + at composeNode (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2537:13) + at readBlockMapping (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2254:11) + at composeNode (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2531:12) + at readBlockMapping (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2254:11) + at composeNode (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2531:12) + at readBlockMapping (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2254:11) + at composeNode (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2531:12) +[2025-03-22T15:33:09.680Z] error: YAMLException: unexpected end of the stream within a double quoted scalar (129:1) + + 126 | icon: searxng.png + 127 | description: Privacy-re ... + 128 | ping: https://search.pe ... + 129 | +-------^ + at generateError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1273:10) + at throwError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1277:9) + at readDoubleQuotedScalar (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1793:3) + at composeNode (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2537:13) + at readBlockMapping (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2254:11) + at composeNode (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2531:12) + at readBlockMapping (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2254:11) + at composeNode (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2531:12) + at readBlockMapping (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2254:11) + at composeNode (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2531:12) +[2025-03-22T15:33:09.681Z] error: YAMLException: unexpected end of the stream within a double quoted scalar (129:1) + + 126 | icon: searxng.png + 127 | description: Privacy-re ... + 128 | ping: https://search.pe ... + 129 | +-------^ + at generateError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1273:10) + at throwError (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1277:9) + at readDoubleQuotedScalar (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:1793:3) + at composeNode (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2537:13) + at readBlockMapping (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2254:11) + at composeNode (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2531:12) + at readBlockMapping (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2254:11) + at composeNode (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2531:12) + at readBlockMapping (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2254:11) + at composeNode (file:///app/node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/dist/js-yaml.mjs:2531:12) +[2025-03-22T15:33:09.838Z] error: Failed to load services.yaml, please check for errors +[2025-03-22T15:33:09.838Z] error: YAMLException: unexpected end of the stream within a double quoted scalar (129:1) + + 126 | icon: searxng.png + 127 | description: Privacy-re ... + 128 | ping: https://search.pe ... + 129 | +-------^ +[2025-03-22T15:33:10.128Z] error: Failed to load services.yaml, please check for errors +[2025-03-22T15:33:10.129Z] error: YAMLException: unexpected end of the stream within a double quoted scalar (129:1) + + 126 | icon: searxng.png + 127 | description: Privacy-re ... + 128 | ping: https://search.pe ... + 129 | +-------^ +[2025-03-22T15:33:55.625Z] error: Error logging in to qBittorrent: Data: Fails. +[2025-03-22T15:33:55.977Z] error: Invalid data for widget 'speedtest' endpoint 'v1/results/latest': +Expected:data +Parse error: SyntaxError: Unexpected token '<', " Error logging in to qBittorrent: Data: Fails. +[2025-03-22T15:34:11.159Z] error: Error logging in to qBittorrent: Data: Fails. +[2025-03-22T15:35:19.829Z] error: undefined +[2025-03-22T15:35:19.859Z] error: TypeError: fetch failed + at node:internal/deps/undici/undici:13502:13 + at processTicksAndRejections (node:internal/process/task_queues:105:5) + at runNextTicks (node:internal/process/task_queues:69:3) + at process.processTimers (node:internal/timers:526:9) + at async u (/app/.next/server/pages/api/widgets/openmeteo.js:1:1272) + at async s (/app/.next/server/pages/api/widgets/openmeteo.js:1:872) + at async z (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:20:17092) + at async U.render (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:20:17800) + at async NextNodeServer.runApi (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/next-server.js:628:9) + at async NextNodeServer.handleCatchallRenderRequest (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/next-server.js:278:37) +[2025-03-22T15:35:20.957Z] error: Error calling http://10.0.0.121:9117/UI/Dashboard... +[2025-03-22T15:35:20.959Z] error: [ 500, [Error: socket hang up] { code: 'ECONNRESET' } ] +[2025-03-22T15:35:20.959Z] error: Failed to fetch Jackett cookie, status: 500 +[2025-03-22T15:35:20.979Z] error: HTTP Error 502 calling http://10.0.0.121:9080/api/v1/results/latest +[2025-03-22T15:35:21.190Z] error: Error logging in to qBittorrent: Data: Fails. +[2025-03-22T15:35:21.665Z] error: Error calling http://10.0.0.121:9117/UI/Dashboard... +[2025-03-22T15:35:21.666Z] error: [ + 500, + [Error: read ECONNRESET] { + errno: -104, + code: 'ECONNRESET', + syscall: 'read' + } +] +[2025-03-22T15:35:21.666Z] error: Failed to fetch Jackett cookie, status: 500 +[2025-03-22T15:35:21.807Z] error: Error logging in to qBittorrent: Data: Fails. +[2025-03-22T15:35:22.165Z] error: Invalid data for widget 'speedtest' endpoint 'v1/results/latest': +Expected:data +Parse error: SyntaxError: Unexpected token '<', " Error logging in to qBittorrent: Data: Fails. +[2025-03-22T15:35:24.356Z] error: Invalid data for widget 'speedtest' endpoint 'v1/results/latest': +Expected:data +Parse error: SyntaxError: Unexpected token '<', " Error logging in to qBittorrent: Data: Fails. +[2025-03-22T15:35:54.731Z] error: Error logging in to qBittorrent: Data: Fails. +[2025-03-22T15:37:04.265Z] error: HTTP 403 logging in to qBittorrent. Data: Your IP address has been banned after too many failed authentication attempts. +[2025-03-22T15:37:04.615Z] error: Invalid data for widget 'speedtest' endpoint 'v1/results/latest': +Expected:data +Parse error: SyntaxError: Unexpected token '<', " HTTP 403 logging in to qBittorrent. Data: Your IP address has been banned after too many failed authentication attempts. +[2025-03-22T15:37:06.194Z] error: Invalid data for widget 'speedtest' endpoint 'v1/results/latest': +Expected:data +Parse error: SyntaxError: Unexpected token '<', " HTTP 403 logging in to qBittorrent. Data: Your IP address has been banned after too many failed authentication attempts. +[2025-03-22T15:37:21.130Z] error: HTTP 403 logging in to qBittorrent. Data: Your IP address has been banned after too many failed authentication attempts. +[2025-03-22T15:37:21.411Z] error: Invalid data for widget 'speedtest' endpoint 'v1/results/latest': +Expected:data +Parse error: SyntaxError: Unexpected token '<', " HTTP 403 logging in to qBittorrent. Data: Your IP address has been banned after too many failed authentication attempts. +[2025-03-22T15:37:52.721Z] error: HTTP 403 logging in to qBittorrent. Data: Your IP address has been banned after too many failed authentication attempts. +[2025-03-22T15:37:53.018Z] error: Invalid data for widget 'speedtest' endpoint 'v1/results/latest': +Expected:data +Parse error: SyntaxError: Unexpected token '<', " HTTP 403 logging in to qBittorrent. Data: Your IP address has been banned after too many failed authentication attempts. +[2025-03-22T15:39:09.733Z] error: Error logging in to qBittorrent: Data: Fails. +[2025-03-22T15:39:10.600Z] error: Error logging in to qBittorrent: Data: Fails. +[2025-03-22T15:39:15.735Z] error: Error logging in to qBittorrent: Data: Fails. +[2025-03-22T15:39:26.141Z] error: Error logging in to qBittorrent: Data: Fails. +[2025-03-22T15:47:14.052Z] error: HTTP Error 401 calling https://cloud.peterdominguez.art/ocs/v2.php/apps/serverinfo/api/v1/info?format=json +[2025-03-22T15:47:14.714Z] error: HTTP Error 401 calling https://cloud.peterdominguez.art/ocs/v2.php/apps/serverinfo/api/v1/info?format=json +[2025-03-22T15:48:01.339Z] error: Error calling http://10.0.0.121:9117/UI/Dashboard... +[2025-03-22T15:48:01.352Z] error: [ + 500, + [Error: read ECONNRESET] { + errno: -104, + code: 'ECONNRESET', + syscall: 'read' + } +] +[2025-03-22T15:48:01.352Z] error: Failed to fetch Jackett cookie, status: 500 +[2025-03-22T15:48:02.110Z] error: Error calling http://10.0.0.121:9117/UI/Dashboard... +[2025-03-22T15:48:02.111Z] error: [ 500, [Error: socket hang up] { code: 'ECONNRESET' } ] +[2025-03-22T15:48:02.111Z] error: Failed to fetch Jackett cookie, status: 500 +[2025-03-22T16:00:37.185Z] error: undefined +[2025-03-22T16:00:37.193Z] error: TypeError: fetch failed + at node:internal/deps/undici/undici:13502:13 + at processTicksAndRejections (node:internal/process/task_queues:105:5) + at runNextTicks (node:internal/process/task_queues:69:3) + at process.processTimers (node:internal/timers:526:9) + at async u (/app/.next/server/pages/api/widgets/openmeteo.js:1:1272) + at async s (/app/.next/server/pages/api/widgets/openmeteo.js:1:872) + at async z (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:20:17092) + at async U.render (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:20:17800) + at async NextNodeServer.runApi (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/next-server.js:628:9) + at async NextNodeServer.handleCatchallRenderRequest (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/next-server.js:278:37) +[2025-03-22T16:00:37.730Z] error: Error calling http://10.0.0.121:9117/UI/Dashboard... +[2025-03-22T16:00:37.731Z] error: [ 500, [Error: socket hang up] { code: 'ECONNRESET' } ] +[2025-03-22T16:00:37.732Z] error: Failed to fetch Jackett cookie, status: 500 +[2025-03-22T16:00:37.735Z] error: Error calling http://10.0.0.121:9080/api/v1/results/latest... +[2025-03-22T16:00:37.736Z] error: [ 500, [Error: socket hang up] { code: 'ECONNRESET' } ] +[2025-03-22T16:00:37.737Z] error: HTTP Error 500 calling http://10.0.0.121:9080/api/v1/results/latest +[2025-03-22T16:00:38.521Z] error: Error calling http://10.0.0.121:9117/UI/Dashboard... +[2025-03-22T16:00:38.522Z] error: [ 500, [Error: socket hang up] { code: 'ECONNRESET' } ] +[2025-03-22T16:00:38.522Z] error: Failed to fetch Jackett cookie, status: 500 +[2025-03-23T16:07:11.738Z] error: Error calling https://cloud.peterdominguez.art/ocs/v2.php/apps/serverinfo/api/v1/info... +[2025-03-23T16:07:11.742Z] error: [ + 500, + Error: connect ECONNREFUSED 45.79.151.208:443 + at (Error: connect ECONNREFUSED 45.79.151.208:443) { + errno: -111, + code: 'ECONNREFUSED', + syscall: 'connect', + address: '45.79.151.208', + port: 443 + } +] +[2025-03-23T16:07:11.743Z] error: HTTP Error 500 calling https://cloud.peterdominguez.art/ocs/v2.php/apps/serverinfo/api/v1/info?format=json +[2025-03-23T16:07:11.748Z] error: Error calling https://git.peterdominguez.art/api/v1/notifications... +[2025-03-23T16:07:11.749Z] error: [ + 500, + Error: connect ECONNREFUSED 45.79.151.208:443 + at (Error: connect ECONNREFUSED 45.79.151.208:443) { + errno: -111, + code: 'ECONNREFUSED', + syscall: 'connect', + address: '45.79.151.208', + port: 443 + } +] +[2025-03-23T16:07:11.772Z] error: Error calling https://git.peterdominguez.art/api/v1/repos/issues/search... +[2025-03-23T16:07:11.773Z] error: [ + 500, + Error: connect ECONNREFUSED 45.79.151.208:443 + at (Error: connect ECONNREFUSED 45.79.151.208:443) { + errno: -111, + code: 'ECONNREFUSED', + syscall: 'connect', + address: '45.79.151.208', + port: 443 + } +] +[2025-03-23T16:07:11.811Z] error: Error calling https://rss.peterdominguez.art/api/greader.php/reader/api/0/subscription/list... +[2025-03-23T16:07:11.812Z] error: [ + 500, + Error: connect ECONNREFUSED 45.79.151.208:443 + at (Error: connect ECONNREFUSED 45.79.151.208:443) { + errno: -111, + code: 'ECONNREFUSED', + syscall: 'connect', + address: '45.79.151.208', + port: 443 + } +] +[2025-03-23T16:07:11.813Z] error: Error getting data from FreshRSS: https://rss.peterdominguez.art/api/greader.php/reader/api/0/subscription/list?output=json status 500. Data: { error: [Object] } +[2025-03-23T16:07:11.872Z] error: Error calling https://rss.peterdominguez.art/api/greader.php/reader/api/0/unread-count... +[2025-03-23T16:07:11.875Z] error: [ + 500, + Error: connect ECONNREFUSED 45.79.151.208:443 + at (Error: connect ECONNREFUSED 45.79.151.208:443) { + errno: -111, + code: 'ECONNREFUSED', + syscall: 'connect', + address: '45.79.151.208', + port: 443 + } +] +[2025-03-23T16:07:11.876Z] error: Error getting data from FreshRSS: https://rss.peterdominguez.art/api/greader.php/reader/api/0/unread-count?output=json status 500. Data: { error: [Object] } +[2025-03-24T04:31:31.144Z] error: undefined +[2025-03-24T04:31:31.147Z] error: TypeError: fetch failed + at node:internal/deps/undici/undici:13502:13 + at process.processTicksAndRejections (node:internal/process/task_queues:105:5) + at async o (/app/.next/server/pages/api/releases.js:1:4348) + at async s (/app/.next/server/pages/api/widgets/openmeteo.js:1:872) + at async z (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:20:17092) + at async U.render (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:20:17800) + at async NextNodeServer.runApi (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/next-server.js:628:9) + at async NextNodeServer.handleCatchallRenderRequest (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/next-server.js:278:37) + at async NextNodeServer.handleRequestImpl (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/base-server.js:853:17) + at async invokeRender (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/router-server.js:230:21) +[2025-03-24T14:39:09.826Z] error: Unable to login to Kavita API: SyntaxError: Unexpected token 'Y', "Your crede"... is not valid JSON + at JSON.parse () + at c (.next/server/pages/api/services/proxy.js:4:42381) + at async g (.next/server/pages/api/services/proxy.js:4:43567) +[2025-03-24T14:39:10.251Z] error: Unable to login to Kavita API: SyntaxError: Unexpected token 'Y', "Your crede"... is not valid JSON + at JSON.parse () + at c (.next/server/pages/api/services/proxy.js:4:42381) + at async g (.next/server/pages/api/services/proxy.js:4:43567) +[2025-03-24T14:39:10.257Z] error: Unable to login to Kavita API: SyntaxError: Unexpected token 'Y', "Your crede"... is not valid JSON + at JSON.parse () + at c (.next/server/pages/api/services/proxy.js:4:42381) + at async y (.next/server/pages/api/services/proxy.js:4:42868) + at async g (.next/server/pages/api/services/proxy.js:4:43592) +[2025-03-24T14:39:10.436Z] error: Error getting data from Kavita: https://read.peterdominguez.art/api/Stats/server/stats status 401. Data: +[2025-03-24T14:39:10.598Z] error: Unable to login to Kavita API: SyntaxError: Unexpected token 'Y', "Your crede"... is not valid JSON + at JSON.parse () + at c (.next/server/pages/api/services/proxy.js:4:42381) + at async y (.next/server/pages/api/services/proxy.js:4:42868) + at async g (.next/server/pages/api/services/proxy.js:4:43592) +[2025-03-24T14:39:10.767Z] error: Error getting data from Kavita: https://read.peterdominguez.art/api/Stats/server/stats status 401. Data: +[2025-03-24T14:40:41.106Z] error: Error calling http://10.0.0.121:9117/UI/Dashboard... +[2025-03-24T14:40:41.111Z] error: [ + 500, + [Error: read ECONNRESET] { + errno: -104, + code: 'ECONNRESET', + syscall: 'read' + } +] +[2025-03-24T14:40:41.112Z] error: Failed to fetch Jackett cookie, status: 500 +[2025-03-24T14:40:41.967Z] error: Error calling http://10.0.0.121:9117/UI/Dashboard... +[2025-03-24T14:40:41.968Z] error: [ 500, [Error: socket hang up] { code: 'ECONNRESET' } ] +[2025-03-24T14:40:41.968Z] error: Failed to fetch Jackett cookie, status: 500 +[2025-03-24T20:06:17.060Z] error: undefined +[2025-03-24T20:06:17.065Z] error: TypeError: fetch failed + at node:internal/deps/undici/undici:13502:13 + at processTicksAndRejections (node:internal/process/task_queues:105:5) + at runNextTicks (node:internal/process/task_queues:69:3) + at process.processTimers (node:internal/timers:526:9) + at async o (/app/.next/server/pages/api/releases.js:1:4348) + at async s (/app/.next/server/pages/api/widgets/openmeteo.js:1:872) + at async z (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:20:17092) + at async U.render (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:20:17800) + at async NextNodeServer.runApi (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/next-server.js:628:9) + at async NextNodeServer.handleCatchallRenderRequest (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/next-server.js:278:37) +[2025-03-25T13:40:13.019Z] error: undefined +[2025-03-25T13:40:13.026Z] error: TypeError: Invalid URL + at new URL (node:internal/url:818:25) + at u (/app/.next/server/pages/api/services/proxy.js:1:9541) + at async z (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:20:17092) + at async U.render (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:20:17800) + at async NextNodeServer.runApi (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/next-server.js:628:9) + at async NextNodeServer.handleCatchallRenderRequest (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/next-server.js:278:37) + at async NextNodeServer.handleRequestImpl (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/base-server.js:853:17) + at async invokeRender (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/router-server.js:230:21) + at async handleRequest (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/router-server.js:408:24) + at async requestHandlerImpl (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/router-server.js:432:13) +[2025-03-25T13:40:23.041Z] error: undefined +[2025-03-25T13:40:23.044Z] error: TypeError: Invalid URL + at new URL (node:internal/url:818:25) + at u (/app/.next/server/pages/api/services/proxy.js:1:9541) + at async z (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:20:17092) + at async U.render (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:20:17800) + at async NextNodeServer.runApi (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/next-server.js:628:9) + at async NextNodeServer.handleCatchallRenderRequest (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/next-server.js:278:37) + at async NextNodeServer.handleRequestImpl (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/base-server.js:853:17) + at async invokeRender (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/router-server.js:230:21) + at async handleRequest (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/router-server.js:408:24) + at async requestHandlerImpl (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/router-server.js:432:13) +[2025-03-25T13:40:33.062Z] error: undefined +[2025-03-25T13:40:33.065Z] error: TypeError: Invalid URL + at new URL (node:internal/url:818:25) + at u (/app/.next/server/pages/api/services/proxy.js:1:9541) + at async z (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:20:17092) + at async U.render (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:20:17800) + at async NextNodeServer.runApi (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/next-server.js:628:9) + at async NextNodeServer.handleCatchallRenderRequest (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/next-server.js:278:37) + at async NextNodeServer.handleRequestImpl (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/base-server.js:853:17) + at async invokeRender (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/router-server.js:230:21) + at async handleRequest (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/router-server.js:408:24) + at async requestHandlerImpl (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/router-server.js:432:13) +[2025-03-25T13:40:50.355Z] error: undefined +[2025-03-25T13:40:50.357Z] error: TypeError: Invalid URL + at new URL (node:internal/url:818:25) + at u (/app/.next/server/pages/api/services/proxy.js:1:9541) + at async z (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:20:17092) + at async U.render (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:20:17800) + at async NextNodeServer.runApi (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/next-server.js:628:9) + at async NextNodeServer.handleCatchallRenderRequest (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/next-server.js:278:37) + at async NextNodeServer.handleRequestImpl (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/base-server.js:853:17) + at async invokeRender (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/router-server.js:230:21) + at async handleRequest (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/router-server.js:408:24) + at async requestHandlerImpl (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/router-server.js:432:13) +[2025-03-25T13:41:00.839Z] error: undefined +[2025-03-25T13:41:00.841Z] error: TypeError: Invalid URL + at new URL (node:internal/url:818:25) + at u (/app/.next/server/pages/api/services/proxy.js:1:9541) + at async z (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:20:17092) + at async U.render (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:20:17800) + at async NextNodeServer.runApi (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/next-server.js:628:9) + at async NextNodeServer.handleCatchallRenderRequest (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/next-server.js:278:37) + at async NextNodeServer.handleRequestImpl (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/base-server.js:853:17) + at async invokeRender (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/router-server.js:230:21) + at async handleRequest (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/router-server.js:408:24) + at async requestHandlerImpl (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/router-server.js:432:13) +[2025-03-25T13:41:23.853Z] error: undefined +[2025-03-25T13:41:23.855Z] error: TypeError: Invalid URL + at new URL (node:internal/url:818:25) + at u (/app/.next/server/pages/api/services/proxy.js:1:9541) + at async z (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:20:17092) + at async U.render (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:20:17800) + at async NextNodeServer.runApi (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/next-server.js:628:9) + at async NextNodeServer.handleCatchallRenderRequest (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/next-server.js:278:37) + at async NextNodeServer.handleRequestImpl (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/base-server.js:853:17) + at async invokeRender (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/router-server.js:230:21) + at async handleRequest (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/router-server.js:408:24) + at async requestHandlerImpl (/app/node_modules/.pnpm/next@15.1.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/router-server.js:432:13) +[2025-04-05T21:11:14.397Z] error: Error calling http://10.0.0.103:8096/emby/Sessions... +[2025-04-05T21:11:14.407Z] error: [ + 500, + Error: connect ECONNREFUSED 10.0.0.103:8096 + at (Error: connect ECONNREFUSED 10.0.0.103:8096) { + errno: -111, + code: 'ECONNREFUSED', + syscall: 'connect', + address: '10.0.0.103', + port: 8096 + } +] +[2025-04-05T21:11:14.409Z] error: Error calling http://10.0.0.103:8096/emby/Items/Counts... +[2025-04-05T21:11:14.410Z] error: [ + 500, + Error: connect ECONNREFUSED 10.0.0.103:8096 + at (Error: connect ECONNREFUSED 10.0.0.103:8096) { + errno: -111, + code: 'ECONNREFUSED', + syscall: 'connect', + address: '10.0.0.103', + port: 8096 + } +] +[2025-04-08T21:18:52.710Z] error: Error calling https://api.open-meteo.com/v1/forecast... +[2025-04-08T21:18:52.715Z] error: [ 500, [AggregateError: ] { code: 'ETIMEDOUT' } ] diff --git a/.docker/containers/homepage/services.yaml b/.docker/containers/homepage/services.yaml new file mode 100644 index 0000000..7cbe493 --- /dev/null +++ b/.docker/containers/homepage/services.yaml @@ -0,0 +1,142 @@ +--- +- Media: + - Jellyfin: + href: http://10.0.0.103:8096/ + icon: jellyfin.png + description: The Free Software Media System + ping: https://jellyfin.peterdominguez.art + widget: + type: jellyfin + url: http://10.0.0.103:8096 + key: "{{HOMEPAGE_VAR_jellyfin_key}}" + enableBlocks: true + enableNowPlaying: true + enableUser: true + showEpisodeNumber: true + expandOneStreamToTwoRows: false + - Kavita: + href: https://read.peterdominguez.art/ + icon: kavita.png + description: Self-hosted digital library for many book formats + ping: https://read.peterdominguez.art + widget: + type: kavita + url: https://read.peterdominguez.art + key: "{{HOMEPAGE_VAR_kavita_key}}" + - qBittorrent-nox: + href: http://10.0.0.121:8080/ + icon: qbittorrent.png + description: WebGUI for the qBittorrent client + server: qbittorrent-nox + container: qbittorrent-nox + widget: + type: qbittorrent + url: http://10.0.0.121:8080 + username: "{{HOMEPAGE_VAR_qBittorrent_Nox_username}}" + password: "{{HOMEPAGE_VAR_qBittorrent_Nox_password}}" + enableLeechProgress: true + - Jackett: + href: http://10.0.0.121:9117/ + icon: jackett.png + description: Free and open-source maintained indexer + server: jackett + container: jackett + widget: + type: jackett + url: http://10.0.0.121:9117 + password: "{{HOMEPAGE_VAR_jackett_password}}" + + +- Networking: + - pihole: + href: https://10.0.0.121:6346/admin + icon: pi-hole.png + description: DNS sinkhole to block ads + server: pihole + container: pihole + widget: + type: pihole + url: https://10.0.0.121:6346 + version: 6 + key: "{{HOMEPAGE_VAR_FTLCONF_webserver_api_password}}" + - Speed Test Tracker: + href: http://10.0.0.121:9080/ + icon: speedtest-tracker.png + description: Self-hosted Internet speed monitoring + server: speedtest-tracker + container: speedtest-tracker + widget: + type: speedtest + url: http://10.0.0.121:9080 + version: 2 + key: "{{HOMEPAGE_VAR_KEY_SPEEDTEST}}" + bitratePrecision: 3 + - Flaresolverr: + href: http://10.0.0.121:8191/ + icon: flaresolverr.png + description: Proxy server to bypass DDoS protection + server: flaresolverr + container: flaresolverr + - Unbound: + href: http://10.0.0.121:5335 + icon: unbound.png + description: Validating, recursive, and caching DNS resolver + server: unbound + container: unbound +- Tools: + - Nextcloud: + href: https://cloud.peterdominguez.art/ + icon: nextcloud.png + description: A safe home for all your data + ping: https://cloud.peterdominguez.art + widget: + type: nextcloud + url: https://cloud.peterdominguez.art + username: "{{HOMEPAGE_VAR_nextcloud_username}}" + password: "{{HOMEPAGE_VAR_nextcloud_password}}" + - FreshRSS: + href: https://rss.peterdominguez.art/ + icon: freshrss.png + description: A free, self-hostable feed aggregator + ping: https://rss.peterdominguez.art + widget: + type: freshrss + url: https://rss.peterdominguez.art + username: "{{HOMEPAGE_VAR_freshrss_username}}" + password: "{{HOMEPAGE_VAR_freshrss_password}}" + - Forgejo: + href: https://git.peterdominguez.art/ + icon: forgejo.png + description: A self-hosted lightweight free software forge + ping: https://git.peterdominguez.art + widget: + type: gitea + url: https://git.peterdominguez.art + key: "{{HOMEPAGE_VAR_forgejo_key}}" + - Syncthing: + href: http://10.0.0.121:8384 + icon: syncthing.png + description: Open source peer-to-peer file synchronization + ping: http://10.0.0.121:8384 + - SearXNG: + href: https://search.peterdominguez.art/ + icon: searxng.png + description: Privacy-respecting, hackable metasearch engine + ping: https://search.peterdominguez.art + - Hugo: + href: https://peterdominguez.art + icon: hugo.png + description: Open-source static site generator + ping: https://peterdominguez.art + - meTube: + href: http://10.0.0.121:8081 + icon: metube.png + description: Self-hosted YouTube downloader + server: metube + container: metube + - Homepage: + href: http://10.0.0.121:3000 + icon: homepage.png + description: A modern dashboard for your services + server: homepage + container: homepage diff --git a/.docker/containers/homepage/settings.yaml b/.docker/containers/homepage/settings.yaml new file mode 100644 index 0000000..472c425 --- /dev/null +++ b/.docker/containers/homepage/settings.yaml @@ -0,0 +1,26 @@ +--- +# For configuration options and examples, please see: +# https://gethomepage.dev/configs/settings/ +title: Courtyard +color: neutral +theme: dark +headerStyle: boxed +useEqualHeights: true +target: _self +background: + image: /images/castlevania3.png + blur: sm # sm, "", md, xl... see https://tailwindcss.com/docs/backdrop-blur + saturate: 50 # 0, 50, 100... see https://tailwindcss.com/docs/backdrop-saturate + brightness: 50 # 0, 50, 75... see https://tailwindcss.com/docs/backdrop-brightness + opacity: 60 # 0-100 +favicon: /images/moon.png +layout: + Media: + style: row + columns: 4 + Networking: + style: row + columns: 4 + Tools: + style: row + columns: 4 diff --git a/.docker/containers/homepage/widgets.yaml b/.docker/containers/homepage/widgets.yaml new file mode 100644 index 0000000..42ce491 --- /dev/null +++ b/.docker/containers/homepage/widgets.yaml @@ -0,0 +1,28 @@ +--- +# For configuration options and examples, please see: +# https://gethomepage.dev/configs/info-widgets/ + +- search: + provider: custom + url: https://search.peterdominguez.art/searxng/search?q= + target: _self +- resources: + cpu: true + cputemp: true + tempmin: 20 + tempmax: 100 + memory: true + disk: / + uptime: true +- datetime: + text_size: md + format: + timeStyle: short + hour12: true +- openmeteo: + label: Santo Domingo + latitude: 18.4719 + longitude: -69.8923 + timezone: America/Santo_Domingo + units: metric + cache: 5 diff --git a/.docker/stacks/home-network/docker-compose.yml b/.docker/stacks/home-network/docker-compose.yml new file mode 100644 index 0000000..1a5a6bc --- /dev/null +++ b/.docker/stacks/home-network/docker-compose.yml @@ -0,0 +1,157 @@ +networks: + dns_net: + driver: bridge + ipam: + config: + - subnet: 172.20.0.0/16 +services: + qbittorrent-nox: + # for debugging + #cap_add: + #- SYS_PTRACE + container_name: qbittorrent-nox + environment: + #- PAGID=10000 + #- PGID=1000 + #- PUID=1000 + - QBT_EULA=accept + - QBT_VERSION=latest + - QBT_WEBUI_PORT=8080 + #- TZ=UTC + #- UMASK=022 + image: qbittorrentofficial/qbittorrent-nox:latest + ports: + # for bittorrent traffic + - 6881:6881/tcp + - 6881:6881/udp + # for WebUI + - 8080:8080/tcp + read_only: true + stop_grace_period: 30m + tmpfs: + - /tmp + tty: true + volumes: + - /home/guts/docker:/config + - /media/network/Torrents:/downloads + - /home/guts/VueTorrent:/VueTorrent + jackett: + image: lscr.io/linuxserver/jackett:latest + container_name: jackett + environment: + - PUID=1000 + - PGID=1000 + - TZ=Etc/UTC + - AUTO_UPDATE=true #optional + - RUN_OPTS= #optional + volumes: + - /home/guts/docker:/config + - /media/Torrents:/downloads + ports: + - 9117:9117 + restart: always + + flaresolverr: + # DockerHub mirror flaresolverr/flaresolverr:latest + image: alexfozor/flaresolverr:pr-1300-experimental + container_name: flaresolverr + environment: + - LOG_LEVEL=${LOG_LEVEL:-info} + - LOG_HTML=${LOG_HTML:-false} + - CAPTCHA_SOLVER=${CAPTCHA_SOLVER:-none} + - TZ=America/Santo_Domingo + ports: + - "${PORT:-8191}:8191" + restart: unless-stopped + pihole: + container_name: pihole + image: pihole/pihole:latest + networks: + dns_net: + ipv4_address: 172.20.0.6 + ports: + # DNS Ports + - "53:53/tcp" + - "53:53/udp" + # Default HTTP Port + - "6345:80/tcp" + # Default HTTPs Port. FTL will generate a self-signed certificate + - "6346:443/tcp" + # Uncomment the below if using Pi-hole as your DHCP Server + #- "67:67/udp" + environment: + # Set the appropriate timezone for your location (https://en.wikipedia.org/wiki/List_of_tz_database_time_zones), e.g: + TZ: 'America/Santo_Domingo' + # Set a password to access the web interface. Not setting one will result in a random password being assigned + FTLCONF_webserver_api_password: ${FTLCONF_webserver_api_password} + PIHOLE_DNS_: '172.20.0.7#5335' + CUSTOM_CACHE_SIZE: 0 + # Volumes store your data between container upgrades + volumes: + # For persisting Pi-hole's databases and common configuration file + - '/home/guts/docker/pihole:/etc/pihole' + + # Uncomment the below if you have custom dnsmasq config files that you want to persist. Not needed for most starting fresh with Pi-hole v6. If you're upgrading from v5 you and have used this directory before, you should keep it enabled for the first v6 container start to allow for a complete migration. It can be removed afterwards + - '/home/guts/docker/dnsmasq.d:/etc/dnsmasq.d' + cap_add: + # See https://github.com/pi-hole/docker-pi-hole#note-on-capabilities + # Required if you are using Pi-hole as your DHCP server, else not needed + - NET_ADMIN + restart: always + unbound: + container_name: unbound + image: madnuttah/unbound:latest + hostname: unbound + networks: + dns_net: + ipv4_address: 172.20.0.7 + environment: + - TZ=America/Santo_Domingo + - ServerIP=172.20.0.7 + - UNBOUND_UID=1000 #Example only, check your docker user info + - UNBOUND_GID=1000 + volumes: + - /home/guts/docker/unbound/conf.d:/usr/local/unbound/conf.d/:rw + - /home/guts/docker/unbound/unbound.conf:/usr/local/unbound/unbound.conf:rw + - /home/guts/docker/unbound/log.d/unbound.log:/usr/local/unbound/log.d/unbound.log:rw + - /home/guts/docker/unbound/zones.d:/usr/local/unbound/zones.d/:rw + - /home/guts/docker/unbound/iana.d:/usr/local/unbound/iana.d/:rw + ports: + - "5335:5335/tcp" + - "5335:5335/udp" + restart: unless-stopped + homepage: + image: ghcr.io/gethomepage/homepage:latest + container_name: homepage + ports: + - 3000:3000 + volumes: + - /home/guts/docker/homepage:/app/config # Make sure your local config directory exists + - /home/guts/Pictures/homepage:/app/public/images + - /var/run/docker.sock:/var/run/docker.sock # (optional) For docker integrations + environment: + HOMEPAGE_ALLOWED_HOSTS: 10.0.0.121:3000 + metube: + image: ghcr.io/alexta69/metube + container_name: metube + restart: unless-stopped + ports: + - "8081:8081" + volumes: + - /media/network/YouTube:/downloads + speedtest-tracker: + image: lscr.io/linuxserver/speedtest-tracker:latest + restart: unless-stopped + container_name: speedtest-tracker + ports: + - 9080:80 + - 9443:443 + environment: + - PUID=1000 + - PGID=1000 + - APP_KEY=${APP_KEY_SPEEDTEST} + - DB_CONNECTION=sqlite + - SPEEDTEST_SCHEDULE=6 */2 * * * + - SPEEDTEST_SERVERS=26513 + volumes: + - /home/guts/docker/speedtest-tracker:/config