Hi,
I followed this tutorial in order to use my raspberry pi with multiroom and spotify.
My device is online, I can see it in my Balena dashboard and I believe I have correctly deployed Balena-sound to it, but no services appear. In the tutorial it mentions that it will “start to download the balenaSound application” after booting. I don’t understand whether this is done or not. Comparind to the tutorial screenshots, I see that my current and target release both show as “Factory build” whereas there seems to be a version number in the tutorial screenshot and that version number also appears with the services.
I also tried to rename the device as also part of the tutorial but I get “Request error: Unauthorized” when I try to add the variable, so I’m wondering if this is linked to the previous issue.
THanks a lot,
Mike
Hello @MikeEdwards thanks for your message! Welcome to the balena forums!
This is odd that you get Unauthorized message.
Could you please paste some of the logs that you see on balenaCloud? Did you try to reboot the device?
Hi,
Thanks for answering so fast. I only see the logs pasted below. I did a reboot this morning and have now left it several hours (the tutorial said it had to download stuff, so was waiting) but no change.
When searching I saw some posts/answers related to the memory card, the micro SD I flashed was completely new, not sure if that changes anything, but just wanted to add.
Thanks
Mike
Logs
15.06.21 08:49:17 (+0200) Supervisor starting
15.06.21 08:49:27 (+0200) Applying configuration change {“SUPERVISOR_POLL_INTERVAL”:“900000”,“SUPERVISOR_DELTA_VERSION”:“3”}
15.06.21 08:49:28 (+0200) Applied configuration change {“SUPERVISOR_POLL_INTERVAL”:“900000”,“SUPERVISOR_DELTA_VERSION”:“3”}
15.06.21 08:49:28 (+0200) Creating network ‘default’
15.06.21 08:51:06 (+0200) Applying configuration change {“SUPERVISOR_DELTA”:“1”}
15.06.21 08:51:06 (+0200) Applied configuration change {“SUPERVISOR_DELTA”:“1”}
15.06.21 08:56:40 (+0200) Rebooting
15.06.21 08:57:58 (+0200) Supervisor starting
15.06.21 09:03:34 (+0200) Supervisor starting
15.06.21 09:18:24 (+0200) Supervisor starting
15.06.21 13:19:20 (+0200) Rebooting
15.06.21 13:20:01 (+0200) Supervisor starting
Hi Mike, well, it definitely looks like you are missing the needed containers for the application to work, yep. No problem, we can get you sorted out. First and foremost, on that blog post you linked, just a small ways down the page there is a big blue button labeled “Deploy with balena”…click on it!
It will pass you through to the balenaCloud dashboard, and present you with a pop-up. Choose your existing project from the drop down selection for “Application”, and click the blue “deploy to application” button.
That will start the build process, which will take a while…then once complete it will download those containers to your Pi (again will take a short while).
Once they are all finished downloading, they will start running, and then you should be good!
Let us know if that works!
Awesome, it worked ! Apologies, I don’t know how I missed that
Thanks a lot !