MichaIng
MichaIng
When you call `/home/homeassistant/homeassistant-update.sh`, can you show the whole output? The relevant lines of the error output are missing. The deprecation warning is not an error, would not cancel the...
Hmm, I will check whether we can reduce the `/tmp` disk usage during the install process, or whether it is really only all the wheel builds themselves eating that space...
`error: ‘AV_CODEC_FLAG_RECON_FRAME’ undeclared` I think reason is too old FFmpeg. As long as you do not use any actual audio/video, this should not cause issues. HA core brings this dependency...
That is true, at least until the build fails, it makes the RPi Zero unusable 🤔. I guess we could alter the HA code to remove the dependency. As we...
Yes until later versions, HA used an own fork of `av`: [`ha-av`](https://pypi.org/project/ha-av/), which contained some needed new changes, and did not require such new FFmpeg. At some point, the changes...
We faced the same with an MBR partitioned Linux OS image in raw `.img` format, with partition only a little above 1 GiB size. But more strangely, after I tested...
Many thanks for your report. Did you upgrade the package via APT from Bookworm backports repo? Because Bookworm should offer v0.26.0 only: https://packages.debian.org/snapserver Background: not the Snapcast version is relevant,...
The backports repo is present OOTB, but by default, packages are not installed from there. It would require either ```sh apt install -t bookworm-backports snapserver ``` or a change or...
Can you show the output of this: ```sh apt policy snapserver snapclient ``` It shows the priorities of the packages from each repository and the installed one. By default, the...
Oh, I just checked back, and indeed the currently installed package always has priority 100. Then it makes all sense, as packages from backports are never picked automatically for a...