Florian Klien
Florian Klien
same problem. just upgraded my old setup to buster, upgraded to snapcast 0.26 and they are segfaulting as well. both on two raspberry pi 2. ``` ### first system (server...
🎉 yes! thanks for pointing out that build. that seems to work! ``` pi@soundwz:~ $ unzip snapcast_armhf-debian-buster-e30a9f335badc81e743c61ceda6ef2dfc698573b.zip Archive: snapcast_armhf-debian-buster-e30a9f335badc81e743c61ceda6ef2dfc698573b.zip inflating: snapclient_0.26.0-1_armhf.deb inflating: snapclient_0.26.0-1_without-pulse_armhf.deb inflating: snapserver_0.26.0-1_armhf.deb pi@soundwz:~ $ sudo su -...
it's not all good yet. not sure what to make of it yet or if it's related: ``` Jan 15 14:57:20 soundwz snapserver[865]: Version 0.26.0, revision e30a9f33 Jan 15 14:57:20...
looks better after ``` pi@soundwz:~ $ sudo chown snapclient:snapclient /var/lib/snapclient pi@soundwz:~ $ sudo chown snapserver:snapserver /var/lib/snapserver ``` those directories were owned by `_snapclient` and `_snapserver` - I assume that had...
I'd suggest to make a 0.26.1 release, as the binaries differ. some solutions might not pick up on the change.
Having the same issue. It would be great if one could configure the swagger path to be something below `/api` as I'm also serving behind a reverse proxy. Is there...