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 240 forks source link

Latest version of Docker image seems to break some plugins #397

Closed raspberrycoulis closed 2 years ago

raspberrycoulis commented 2 years ago

Describe Your Problem: Updating the Docker container to the latest (v1.3.6) may have a permission issue as it causes an issue outlined here, which is apparently not caused by the plugin.

Logs:

Error: EACCES: permission denied, mkdir '/root/.lgtv2'

Environment:

oznu commented 2 years ago

The plugin should not attempt to write outside the homebridge storage directory. Commented on linked issue.

raspberrycoulis commented 2 years ago

So the plug-in developer points towards you and you point us back to the plug-in developer?