AmpliPi
AmpliPi copied to clipboard
Bluetooth fails
Tried to start bluetooth on a fresh LMS Prerelease with LMS Server - Beta 11 release and it fails to start, here's a snippet of the log:
May 17 13:49:56 amplipi authbind[802]: Changing power on succeeded
May 17 13:49:56 amplipi authbind[802]: Changing discoverable on succeeded
May 17 13:49:56 amplipi sudo[1642]: pi : TTY=unknown ; PWD=/home/pi/amplipi-dev ; USER=root ; COMMAND=/usr/bin/btmgmt fast-conn on
May 17 13:49:56 amplipi authbind[802]: connecting Bluetooth to 2...
May 17 13:49:56 amplipi authbind[802]: Bluetooth connected to 2
May 17 13:49:56 amplipi authbind[802]: bluetooth: exception [Errno 2] No such file or directory: '/home/pi/amplipi-dev/config/srcs/2/currentSong'
This was fixed in the webapp2 fork, in particular this commit. Need to port this over at some point.