Git Product home page Git Product logo

Comments (11)

georgew21 avatar georgew21 commented on August 17, 2024 1

yep now works fine

from tidal-connect.

GioF71 avatar GioF71 commented on August 17, 2024

Hello, can you post the contents of your .env file?
You can do that by running this:

cd $HOME/tidal-connect
cat .env

from tidal-connect.

georgew21 avatar georgew21 commented on August 17, 2024

This is the result:

pi@moode:~/tidal-connect $ cat .env                                                                                                           
FRIENDLY_NAME=Desktop                                                                                                                         
MODEL_NAME=Raspberry Pi                                                                                                                       
CARD_NAME=M4   

from tidal-connect.

GioF71 avatar GioF71 commented on August 17, 2024

Hello, your .env file is OK. From what I see doing a quick google search, you might have an old version of docker-compose.
We can verify it using this:

docker-compose -v

You can update your system with this:

sudo apt-get update && sudo apt-get upgrade

and respond "y" when prompted.

Also, what is your operating system?

from tidal-connect.

georgew21 avatar georgew21 commented on August 17, 2024

I use moode and i updated system. but still the same :

pi@moode:~ $ docker-compose -v                                                                                                                
docker-compose version 1.25.0, build unknown                                                                                                  
pi@moode:~ $ cd $HOME/tidal-connect                                                                                                           
pi@moode:~/tidal-connect $ docker-compose -v                                                                                                  
docker-compose version 1.25.0, build unknown                                                                                                  
pi@moode:~/tidal-connect $ docker-compose up -d                                                                                               
ERROR: Invalid interpolation format for "tidal-connect" option in service "services": "CARD_NAME=${CARD_NAME:-}"

also i tried to install again:

pi@moode:~/tidal-connect $ sudo apt-get install docker.io docker-compose
Reading package lists... Done                                                                                                                 
Building dependency tree... Done                                                                                                              
Reading state information... Done                                                                                                             
docker-compose is already the newest version (1.25.0-1).                                                                                      
docker.io is already the newest version (20.10.5+dfsg1-1+deb11u2).                                                                            
0 upgraded, 0 newly installed, 0 to remove and 11 not upgraded.                                                                               
pi@moode:~/tidal-connect $

from tidal-connect.

GioF71 avatar GioF71 commented on August 17, 2024

Same version of docker and docker-compose on my pi4 with osmc.
Didn't check the other one with moode but I have no reason to think that the problem is with the docker-compose version after your verifications.

Did you update the repository? Maybe a previous commit might have an issue. You can update and recreate the container using the following:

cd $HOME/tidal-connect
git config pull.rebase false
git pull
docker-compose up -d --force-recreate

from tidal-connect.

GioF71 avatar GioF71 commented on August 17, 2024

Another thing, if I look at your previous post, there seem to be weird spaces after CARD_NAME=M4

image

So we might try rewriting the .env file and recreating the container:

cd $HOME/tidal-connect
echo "FRIENDLY_NAME=Desktop" > .env
echo "MODEL_NAME=Raspberry Pi" >> .env
echo "CARD_NAME=M4" >> .env
cat .env
docker-compose up -d --force-recreate

from tidal-connect.

georgew21 avatar georgew21 commented on August 17, 2024

unfortunately, none of the above have worked.

as far as I understand the problem seems to be connected with the code. I have tried to hardcode the M4 variable directly to yaml file but then I got as error Invalid interpolation format for the next variable.

so it's about the syntax i think

from tidal-connect.

GioF71 avatar GioF71 commented on August 17, 2024

Hello, I tried a new installation of moode and I got the same error. Let me work on it, I will possibly come back with a solution.

from tidal-connect.

GioF71 avatar GioF71 commented on August 17, 2024

Found the issue, repeat this one more time to update the repo and recreate the container:

cd $HOME/tidal-connect
git config pull.rebase false
git pull
docker-compose up -d --force-recreate

from tidal-connect.

GioF71 avatar GioF71 commented on August 17, 2024

Thank you for your feedback. Please star the repo if you like the work. Thanks again

from tidal-connect.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.