07-04-2022, 08:57 PM
(This post was last modified: 07-04-2022, 08:59 PM by Tim Curtis.
Edit Reason: ETA
)
Looks like the "Spotify causes worker to crash" bug and possibly also the "Missing systemd-timesyncd" bug. These are fixed in the 8.1.0 -> 8.1.1 update and image.
I'd just start with fresh 8.1.1 image but if you want to try to manually repair things then the commands below should help.
Turn off Spotify
Install systemd-timesyncd
Reboot afterwards. If your moOde version reports 8.1.0 then try installing the 8.1.1 update via the UI.
You might also want to review the draft release notes for upcoming 8.1.2 to get a sense of what bugs are fixed in this release. https://moodeaudio.org/forum/showthread....4#pid41644
Code:
################################################################################
#
# 2022-06-24 TC moOde 8.1.1
#
################################################################################
Bug fixes
- FIX: Spotify table name in renderer.php causing worker to crash
- FIX: Missing parenthesis in autocfg-import.php
- FIX: Missing systemd-timesyncd service on 32-bit image
I'd just start with fresh 8.1.1 image but if you want to try to manually repair things then the commands below should help.
Turn off Spotify
Code:
moodeutl -q "update cfg_system set value=0 where param='spotifysvc'"
Install systemd-timesyncd
Code:
sudo apt install systemd-timesyncd
Reboot afterwards. If your moOde version reports 8.1.0 then try installing the 8.1.1 update via the UI.
You might also want to review the draft release notes for upcoming 8.1.2 to get a sense of what bugs are fixed in this release. https://moodeaudio.org/forum/showthread....4#pid41644