TonyTromp / tidal-connect-docker

This is the dockerized version of Tidal Connect Raspberry binairies. Can be seemlessly used in HifiberryOS or any other RPi based operating system running Docker.
162 stars 28 forks source link

Tidal Connect not working on Raspberry Pi OS #20

Open Python21212 opened 2 years ago

Python21212 commented 2 years ago

Hi there, I'm trying to use Tidal Connect on RPi OS Bullseye on a Pi 3B with a DAC2 Pro but it's not working correctly - when I run ./install_hifiberry.sh I get this error:

Failed to start tidal.service: Unit tidal.service not found

Is there anything I can do to remedy this? Thanks.

Python21212 commented 2 years ago

Hi there, I've tried again on DietPi, but the program is still not working. I am getting this error:

[2022-04-09 07:37:30.244] [tisoc] [warning] [logger.cpp:22] [audio_worker.cpp:321] Attempting to initialize a decoder without initial data!

This error repeats indefinitely, with only the time at the start of the error changing. I got to this command using

docker logs tidal-connect

While it was running.

Is there anything I can do? Thanks, Python21212