homebridge / docker-homebridge

Homebridge Docker. HomeKit support for the impatient using Docker on x86_64, Raspberry Pi (armhf) and ARM64. Includes ffmpeg + libfdk-aac.
https://hub.docker.com/r/homebridge/homebridge/
GNU General Public License v3.0
2.57k stars 241 forks source link

Homebridge keep restarting after update #544

Closed JornDL closed 4 months ago

JornDL commented 6 months ago

Describe The Bug

After latest update the Homebridge keeps restarting.

It has been running fine for a couple of years.

Docker Config

version: '3'
services:
  homebridge:
    image: homebridge/homebridge:latest
    container_name: homebridge
    restart: unless-stopped
    network_mode: host
    environment:
      - HOMEBRIDGE_CONFIG_UI_PORT=8581
      - TZ=Europe/Copenhagen

    volumes:
      - /home/jorn/homebridge:/homebridge

Logs

[1/3/2024, 8:23:08 AM] AssertionError [ERR_ASSERTION]: Cannot generate setupURI on an accessory that isn't published yet!
    at Bridge.Accessory.setupURI (/homebridge/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Accessory.ts:994:11)
    at Server.setServerStatus (/homebridge/node_modules/homebridge/src/server.ts:155:45)
    at Server.teardown (/homebridge/node_modules/homebridge/src/server.ts:199:10)
    at signalHandler (/homebridge/node_modules/homebridge/src/cli.ts:93:12)
    at process.emit (node:events:517:28)
    at process.emit (/homebridge/node_modules/homebridge/node_modules/source-map-support/source-map-support.js:516:21)

Host Operating System

Ubuntu / Debian (or a variant)

Host Architecture

x86_64 / amd64

NorthernMan54 commented 5 months ago

@JornDL Am thinking it is this issue - https://github.com/homebridge/homebridge-config-ui-x/issues/1973

Am going to issue a refresh to the docker image, to pick up the latest

github-actions[bot] commented 4 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

github-actions[bot] commented 4 months ago

This issue has been closed as no further activity has occurred.