Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ECONNREFUSED #2281

Closed
4 tasks done
janaxhell opened this issue Mar 2, 2025 · 1 comment
Closed
4 tasks done

ECONNREFUSED #2281

janaxhell opened this issue Mar 2, 2025 · 1 comment
Labels
🐛 Bug Something isn't working

Comments

@janaxhell
Copy link

janaxhell commented Mar 2, 2025

Environment

Docker

Version

0.whatever, I cannot check, it doesn't work

Describe the problem

As of today I cannot start Homarr, All I did was rebooting Open Media Vault 7 of my Orange Pi 3 LTS.
After that the container stays unhealthy. No change to the system on my part. I rebooted only because OMV asked to do so to update something.
I have tried to restart and re-deploy with no result.

Logs

Exporting hostname...
Migrating database...
yarn run v1.22.19
$ tsx ./migrate.ts
Done in 2.25s.
Starting production server...
Listening on port 7575 url: http://orangepi3-lts:7575
Error: connect ECONNREFUSED ::1:41779
    at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1571:16) {
  errno: -111,
  code: 'ECONNREFUSED',
  syscall: 'connect',
  address: '::1',
  port: 41779
}
Error: connect ECONNREFUSED ::1:41779
    at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1571:16) {
  errno: -111,
  code: 'ECONNREFUSED',
  syscall: 'connect',
  address: '::1',
  port: 41779
}
Error: connect ECONNREFUSED ::1:41779
    at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1571:16) {
  errno: -111,
  code: 'ECONNREFUSED',
  syscall: 'connect',
  address: '::1',
  port: 41779
}
Error: connect ECONNREFUSED ::1:41779
    at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1571:16) {
  errno: -111,
  code: 'ECONNREFUSED',
  syscall: 'connect',
  address: '::1',
  port: 41779
}
Error: connect ECONNREFUSED ::1:41779
    at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1571:16) {
  errno: -111,
  code: 'ECONNREFUSED',
  syscall: 'connect',
  address: '::1',
  port: 41779
}
Error: connect ECONNREFUSED ::1:41779
    at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1571:16) {
  errno: -111,
  code: 'ECONNREFUSED',
  syscall: 'connect',
  address: '::1',
  port: 41779
}

Context

Homarr is not reachable both from local IP and Cloudflare TLD. The container is running in Docker, all other containers in the same machine do work with no issue on both IP and TLD, including Nginx Proxy Manager which is running on the same machine as well. I have no firewall. This is my compose:

services:
  homarr:
    container_name: homarr
    image: ghcr.io/ajnart/homarr:latest
    network_mode: "host"
    restart: unless-stopped
    volumes:
     - /srv/dev-disk-by-uuid-aeae213f-8ce4-405c-9d96-db90e69c28f8/Config/homarr/configs:/app/data/configs
     - /srv/dev-disk-by-uuid-aeae213f-8ce4-405c-9d96-db90e69c28f8/Config/homarr/icons:/app/public/icons
     - /srv/dev-disk-by-uuid-aeae213f-8ce4-405c-9d96-db90e69c28f8/Config/homarr/data:/data
     - /var/run/docker.sock:/var/run/docker.sock
    ports:
      - '7575:7575'

Please tick the boxes

  • I confirm that I attached the proper logs
  • I've read the docs
  • I've checked for duplicate issues
  • I've tried to debug myself
@janaxhell janaxhell added the 🐛 Bug Something isn't working label Mar 2, 2025
@github-project-automation github-project-automation bot moved this to 🆕 New in Homarr Kanban Mar 2, 2025
@manuel-rw
Copy link
Collaborator

See homarr-labs/homarr#2498

@github-project-automation github-project-automation bot moved this from 🆕 New to ✅ Done in Homarr Kanban Mar 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 Bug Something isn't working
Projects
Status: ✅ Done
Development

No branches or pull requests

2 participants