Closed sensysx closed 1 year ago
Hum I don't see anything related to buildx here.
"parsing /opt/docker-compose.yaml: invalid interpolation format for services.spotifyd.group_add.[]. You may need to escape any $ with another $."
Looking at this error, it seems related to your compose stack. Suggest to open an issue on https://github.com/docker/compose.
Or if it's related to the usage of hvalev/spotifyd-alsa
image, I suggest to open one on https://github.com/hvalev/spotifyd-docker.
Contributing guidelines
I've found a bug and checked that ...
Description
Tried connecting to spotifyd using spotify connect and it didnt work.
Expected behaviour
I expected anyone connect to wifi in my house to be able to connect to spotifyd to play songs
Actual behaviour
I try to connect to spotifyd and it either connects me and kicks me off or connects me and i play a song then it kicks me off
Buildx version
github.com/docker/buildx v0.11.2 9872040
Docker info
Builders list
Configuration
Docker compose config file:
Build logs
Additional info
im already running portainer homeassistant and mosquito (an mqtt broker) in the same stack. I am using spotifyd-alsa and downloaded the docker file through docker compose. the first issue i encountered was the audio group. it says that in the read me if your are running a pi use 29 type id and use the number next to audio neither the root or my personal user have an audio group. so i tried 29 and ${29} and the first time it said it didnt expect an integer and wanted a string and the seocnd it said "parsing /opt/docker-compose.yaml: invalid interpolation format for services.spotifyd.group_add.[]. You may need to escape any $ with another $." which i dont even know what that means but i tried audio and it worked fine when i used docker compose up -d and after that i could not find any volumes relating to spotify d in my stack and when i tried to connect it said it cant find alsa.conf or any of its volumes and it was saying how there was no permissions and its going back to discovery.
Please help im very lost