Ctaeth
Ctaeth
HHomarr
Created by Ctaeth on 8/8/2024 in #💬・get-help
Ping timeout
Hi there. Getting a bunch of "Ping timeout" across all apps for some reason. Refreshing eventually gets one here and one there becoming "Online" until eventually they're almost all online. CPU usage is low and RAM is under 40% as well as bandwidth. Also getting no more icon search when adding a new app. I have just updated homarr though. Has there been (in the last 6 months or so) any breaking changes maybe? Operating system - Ubuntu Homarr Version 0.15.3 Logs: https://pastebin.com/spM0HVAc Compose (using portainer stacks):
version: '3'
#---------------------------------------------------------------------#
# Homarr - A simple, yet powerful dashboard for your server. #
#---------------------------------------------------------------------#
services:
homarr:
container_name: homarr
image: ghcr.io/ajnart/homarr:latest
restart: unless-stopped
volumes:
- /var/run/docker.sock:/var/run/docker.sock # Optional, only if you want docker integration
- ./homarr/configs:/app/data/configs
- ./homarr/icons:/app/public/icons
- ./homarr/data:/data
ports:
- '7575:7575'
networks:
default:
name: nginx_default
external: true
version: '3'
#---------------------------------------------------------------------#
# Homarr - A simple, yet powerful dashboard for your server. #
#---------------------------------------------------------------------#
services:
homarr:
container_name: homarr
image: ghcr.io/ajnart/homarr:latest
restart: unless-stopped
volumes:
- /var/run/docker.sock:/var/run/docker.sock # Optional, only if you want docker integration
- ./homarr/configs:/app/data/configs
- ./homarr/icons:/app/public/icons
- ./homarr/data:/data
ports:
- '7575:7575'
networks:
default:
name: nginx_default
external: true
Network nginx_default being the network where all containers are. homarr is both in that network and bridge network, but also tried it only on nginx_default
15 replies
HHomarr
Created by Ctaeth on 3/8/2024 in #💬・get-help
Error after updating (not sure which tag to assign to it)
Hello! I'll preface this by saying it probably is some very stupid error on my part. It's been a while since I've updated Homarr. I've updated it through portainer, using recreate with "Re-pull the image". Now that I've updated it, I get an error page saying "An unexpected error has occurred. - Type: Client side". When I go to the logs, I get this:
2024-03-08T23:53:24.130529671Z shape: {
2024-03-08T23:53:24.130533378Z message: 'no such table: user',
2024-03-08T23:53:24.130536893Z code: -32603,
2024-03-08T23:53:24.130540360Z data: {
2024-03-08T23:53:24.130543847Z code: 'INTERNAL_SERVER_ERROR',
2024-03-08T23:53:24.130547283Z httpStatus: 500,
2024-03-08T23:53:24.130550649Z path: 'user.count',
2024-03-08T23:53:24.130553965Z zodError: null
2024-03-08T23:53:24.130557392Z }
2024-03-08T23:53:24.130560768Z },
2024-03-08T23:53:24.130564105Z data: {
2024-03-08T23:53:24.130567561Z code: 'INTERNAL_SERVER_ERROR',
2024-03-08T23:53:24.130570987Z httpStatus: 500,
2024-03-08T23:53:24.130574153Z path: 'user.count',
2024-03-08T23:53:24.130577480Z zodError: null
2024-03-08T23:53:24.130580956Z },
2024-03-08T23:53:24.130584282Z name: 'TRPCClientError'
2024-03-08T23:53:24.130587417Z },
2024-03-08T23:53:24.130590794Z elapsedMs: 21
2024-03-08T23:53:24.130594200Z }
2024-03-08T23:53:24.130597677Z Error [TRPCClientError]: no such table: user
2024-03-08T23:53:24.130601343Z at TRPCClientError.from (file:///app/.next/server/src/middleware.js:1718:20)
2024-03-08T23:53:24.130605060Z at <unknown> (file:///app/.next/server/src/middleware.js:2273:60)
2024-03-08T23:53:24.130615249Z at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
2024-03-08T23:53:24.130529671Z shape: {
2024-03-08T23:53:24.130533378Z message: 'no such table: user',
2024-03-08T23:53:24.130536893Z code: -32603,
2024-03-08T23:53:24.130540360Z data: {
2024-03-08T23:53:24.130543847Z code: 'INTERNAL_SERVER_ERROR',
2024-03-08T23:53:24.130547283Z httpStatus: 500,
2024-03-08T23:53:24.130550649Z path: 'user.count',
2024-03-08T23:53:24.130553965Z zodError: null
2024-03-08T23:53:24.130557392Z }
2024-03-08T23:53:24.130560768Z },
2024-03-08T23:53:24.130564105Z data: {
2024-03-08T23:53:24.130567561Z code: 'INTERNAL_SERVER_ERROR',
2024-03-08T23:53:24.130570987Z httpStatus: 500,
2024-03-08T23:53:24.130574153Z path: 'user.count',
2024-03-08T23:53:24.130577480Z zodError: null
2024-03-08T23:53:24.130580956Z },
2024-03-08T23:53:24.130584282Z name: 'TRPCClientError'
2024-03-08T23:53:24.130587417Z },
2024-03-08T23:53:24.130590794Z elapsedMs: 21
2024-03-08T23:53:24.130594200Z }
2024-03-08T23:53:24.130597677Z Error [TRPCClientError]: no such table: user
2024-03-08T23:53:24.130601343Z at TRPCClientError.from (file:///app/.next/server/src/middleware.js:1718:20)
2024-03-08T23:53:24.130605060Z at <unknown> (file:///app/.next/server/src/middleware.js:2273:60)
2024-03-08T23:53:24.130615249Z at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
Any idea where should I even start looking for a fix?
25 replies
HHomarr
Created by Ctaeth on 6/15/2023 in #💬・get-help
Dash. widget : TypeError: t.reduce is not a function
Hello guys. Just updated Homarr in a while (about 4 months). Since updating Homarr & Dash. I'm getting the error in the title:
TypeError: t.reduce is not a function
TypeError: t.reduce is not a function
I can access Dash. through my internet accessible domain with reverse proxy. On Homarr, Dash. URL is set to https://dashdot.domain.com/ Any ideas on what to look for?
9 replies
HHomarr
Created by Ctaeth on 1/7/2023 in #💬・get-help
Dash. integration
Hi there. Was trying to integrate dash. on my raspberry pi (which is accessible through http://rpi.local:8001) and dash wasn't connecting until I changed it to my rpi local IP address. Is it a case of misconfiguration or does dash/homarr integration not support that "domain" and needs to be ip address? I'm pretty new to self hosting so its likely to be something stupid on my part
70 replies
HHomarr
Created by Ctaeth on 9/16/2022 in #💬・get-help
Dashdot integration
224 replies